• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
M5Stack Community
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login

M5Atom Matrix and micropython

PRODUCTS
3
4
5.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F
    fstengel
    last edited by Feb 2, 2020, 9:07 PM

    The Problem

    I just flashed a vanilla micropython for esp32 on the M5Atom matrix. There seems to be an issue with network. I can connect to it, enter REPL and play with micropython. However if I try to turn the RF part on, the chip reboots. The reason being a power-on reboot.

    An example is:

    import network # Ok
    wlan = network.wlan(network.STA_IF) # Ok
    wlan.active(True) # Reboot on the matrix

    I also have an M5Atom Lite and I have no problem using either the WiFi or the Bluetooth modules with micropython

    The question

    Is my M5Atom Matrix faulty, or is there a problem with micropython?

    1 Reply Last reply Reply Quote 0
    • L
      lukasmaximus
      last edited by Feb 3, 2020, 4:30 AM

      let me test with mine and get back to you

      1 Reply Last reply Reply Quote 0
      • R
        robalstona
        last edited by Feb 3, 2020, 9:43 AM

        I use micropython for esp32 generic http://micropython.org/resources/firmware/esp32-idf3-20191220-v1.12.bin
        Wifi and repl s working on my atom lite and matrix.

        F 1 Reply Last reply Feb 3, 2020, 1:16 PM Reply Quote 0
        • F
          fstengel @robalstona
          last edited by Feb 3, 2020, 1:16 PM

          I just tried with another cable: the microcontroller works with a very short cable or from a powered hub. Basically it reboots because of a brown-out due to a power consumption that is at the limit of what a plain usb port can deliver.

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post