🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • M5Paper ESP32 Development Kit V1.1

    2
    0 Votes
    2 Posts
    2k Views
    E
    It's not same, very different, and not for programing apk
  • How to flash tasmona or anything to M5Stack ATOM Lite using esptool?

    6
    0 Votes
    6 Posts
    13k Views
    DR_Froggy_rDD
    I have alsoo a problem with esptool . . . . . . . . Traceback (most recent call last): File "esptool\cmds.py", line 94, in detect_chip File "esptool\loader.py", line 378, in check_command File "esptool\loader.py", line 347, in command File "esptool\loader.py", line 279, in read File "esptool\loader.py", line 1387, in slip_reader esptool.util.FatalError: Serial data stream stopped: Possible serial noise or corruption. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "esptool.py", line 34, in <module> File "esptool_init_.py", line 995, in main File "esptool_init.py", line 637, in main File "esptool_init_.py", line 880, in get_default_connected_device File "esptool\cmds.py", line 121, in detect_chip File "esptool\loader.py", line 603, in connect File "esptool\loader.py", line 544, in _connect_attempt File "esptool\loader.py", line 407, in sync File "esptool\loader.py", line 323, in command File "serial\serialutil.py", line 372, in timeout File "serial\serialwin32.py", line 222, in _reconfigure_port serial.serialutil.SerialException: Cannot configure port, something went wrong. Original message: PermissionError(13, 'A device attached to the system is not functioning.', None, 31) [6352] Failed to execute script 'esptool' due to unhandled exception! before clicking the burn button on m5burner, I push the button to enter boot mode green led is flashing
  • 0 Votes
    2 Posts
    4k Views
    P
    Hi @kasperhvid, any luck on that? I was hoping to do the same but all I get is an obscure "ERROR" response back from the getVersion() method.
  • 8Encoder Issues

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • PbHUB V1.1 on ATOM Matrix with MicroPython

    3
    1 Votes
    3 Posts
    3k Views
    S
    Hi, and thanks for the quick reply and help. I checked without any device connected and got the same behavior. To try with the UIFlow firmware like suggested, can you please describe how on an Atom device I can make the firmware to execute the boot.py and main.py out of the flash, so I can use my tooling how described? It not worked until now. I can connect to the repl, but there is something running, even when I am in the (blue) usb programming mode. From where the UIFlow firmware executes? Can I put my stuff there with ampy? Thanks for the help again!
  • TubePressure Sensor

    3
    0 Votes
    3 Posts
    3k Views
    B
    OK, thanks.
  • IR_NEC object has no attribute rxStatus

    2
    1
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @leo-ninja-turtle the IR unit has two modes: NEC and GPIO. By default the IR unit is added in NEC mode, however the block ir_0 state is part of the GPIO mode - hence the error. Try switching the mode to GPIO by clicking on the IR unit and then use the Mode drop-down menu. Thanks Felix
  • UHF RFID Unit crashed M5

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @josephleeks according to the description of the M5GO Base Port the pins used for port C on M5Stack Fire are GPIO16 and GPIO17. Unfortunately those pins are already used internally for PSRAM. In other words, if I am not mistaken, port C on M5Stack Fire cannot be used. Thanks Felix
  • Camera init failed with error 0xffffffff

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • PoESP32 OTA updates?

    5
    0 Votes
    5 Posts
    5k Views
    N
    No worries, hopefully m5stack people can consider enabling it for future production runs; i recon it would lower the threshold for some users.
  • PoESP32 and Wifi

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How change add QMP6988 from 0x70 to 0x56?

    5
    0 Votes
    5 Posts
    6k Views
    felmueF
    Hello @gunnm yes, that is my understanding from reading the datasheet. The I2C address can only be changed via hardware. Thanks Felix
  • Solved :Camera data to FTP server

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5_KMeter::error_code_t::err_short_to_gnd

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • CardKB as I2C keaybord on R. Pi

    cardkb i2c
    2
    0 Votes
    2 Posts
    3k Views
    MeneerJansenM
    I mistakenly connected it wrong. It functions as a I2C keyb out of the box. I flashed it w/ the Arduino IDE to be a UART serial keyboad (i.e. terminal). Great! :)
  • Solved :M5Camera : struct camera_config_t' has no member named 'grab_mode

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • UNIT MQTT: unable to set MAC address

    mqtt m5stack-basic
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 8-Angle Unit does not respond to read_status call through I2C

    3
    1 Votes
    3 Posts
    3k Views
    V
    This issue was resolved. It was a simple misunderstanding of mine. "angle8.read_status" method was only for reading version and address. To read other registers, another angle8 unit method or normal I2C read work as expected. I realized I had been asking help to wrong people for almost three months, though they were also in M5Stack. I finally got the answer telling me it was my simple mistake.
  • Vibration Motor Question

    3
    0 Votes
    3 Posts
    4k Views
    W
    The Vcc on the "Grove" interface is actually stepped up from the 3.3V supply by a tiny SGM6603 chip (on a StickC-Plus). This chip can only supply about 1A, 1.5 absolute max. So this peripheral may or may not be suitable for all M5 devices.