Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Popular
    • All categories
    • Official Updates
    • Events
    •      Review
    •      Campaign
    • Features Wish List
    • General
    •      Anouncements
    •      Forum Rules (!!!!READ THIS FIRST BEFORE POSTING!!!!)
    •      News and Blog posts
    • PRODUCTS
    •      Modules
    •      Units
    •      FAQS
    •      Cores
    •          Core2 for AWS
    •          M5Stack Fire
    •          M5stack Grey
    •          M5 Stick/StickC
    •          M5GO
    •          FACES Kit
    •          M5Stick V
    •          Core 2
    •      Bases
    •      Atom
    • PROJECTS
    • SOFTWARE
    •      UIFlow
    •          Lessons and Guides
    •          Bug Report
    •          Custom Blocks
    •      Arduino
    •          Lessons and Guides
    •      Micropython
    •          Lessons and Guides
    •      M5EZ
    •      ESP - IDF
    •      UiFlow 2.0
    • Global Communities
    •      Русскоязычный форум
    •      日本語フォーラム
    •      Foro español
    •      Deutsches Forum
    •      简体中文论坛
    •          项目分享
    •          提问专区
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month

    • T

      Nothing showing on M5Core2 when connected to USB power and unable to upload
      Core 2 • • theMusicMan

      12
      0
      Votes
      12
      Posts
      291
      Views

      @themusicman I had this happen to an M5Station but nothing else.
    • K

      Servo Kit 180 connection
      PRODUCTS • • kylebuttress

      11
      0
      Votes
      11
      Posts
      468
      Views

      K

      I have been able to get it working with the correct wiring using the grove port in a Core Basic Gray unit. No I will start to use the io pins in the bottom of the unit so I can use the grove port for other things. thanks for all your assistance.
    • H

      STAMP CATM does not respond (Solved, HTML Get and Send Email)
      Modules • • HappyUser

      8
      0
      Votes
      8
      Posts
      522
      Views

      Thanks for this, I haven't started on mine as still looking through IOT services
    • B

      Initiating connection to AWS
      UIFlow • • bmtd111

      7
      0
      Votes
      7
      Posts
      281
      Views

      Combination of error 09 (authentication acknowledgment error) and OS error shown in the command terminal
    • C

      M5Core2 - How to restore to pre-installed factory firmware
      Core 2 • • caccum

      6
      0
      Votes
      6
      Posts
      274
      Views

      @caccum Well, speaking personally: I believe the BootLoader is deep inside and indestructible. I would use Arduino IDE to upload this basic LCD sketch: https://github.com/m5stack/M5Core2/blob/master/examples/Basics/display/display.ino
    • T

      How do I enter BOOT mode on M5Core2: Wrong boot mode detected (0x0)! The chip needs to be in download mode
      PRODUCTS • m5core2 bootloader • • theMusicMan

      5
      0
      Votes
      5
      Posts
      224
      Views

      T

      @ajb2k3 said in How do I enter BOOT mode on M5Core2: Wrong boot mode detected (0x0)! The chip needs to be in download mode: @themusicman This means that something else in OSX is access the USBport via a terminal preventing M5Burner from being able to access the port. Please make sure only M5Burner is running and that no other terminal software is running. I tried on my MacBookPro (original issue was on iMac) with no other serial terminal software running, exactly the same issues unfortunately. I have now returned the M5Core2 device back to thePiHut and am awaiting a replacement. Thanks for your support though @ajb2k3 - it is much appreciated.
    • H

      SIM7080 Send HTML mail
      Modules • • HappyUser

      5
      0
      Votes
      5
      Posts
      270
      Views

      H

      @crami25 That you for these links. I am now working n reading mail. After trying to figure out which mail server works the best with POP3 (was not able to get even contact with the op3 server of Google and Outlook despite the many variations in settings I used), I now found a hosting server. Now fiddling out why the AT-POP3READ command does not give some response that makes sense although all the other POP3 commands return a valid response . Regards
    • P

      Arduino get_apikey()
      SOFTWARE • • PocketDonkey

      5
      0
      Votes
      5
      Posts
      216
      Views

      P

      @holofloh Thanks, this is exactly what I was looking for. PD
    • Smart Applications of Holography and Robotic Arms myCobot 320 M5Stack-Basic
      PROJECTS • atom robotics m5stack-basic holography • • ElephantRobotics

      5
      6
      Votes
      5
      Posts
      798
      Views

      @kkkkkk Hi, you can click the link to know more about it
    • K

      Realizing Voice Control for Robotic Arm Movement -M5Stack-base
      PROJECTS • python m5stack-base atom serial voice control • • kkkkkk

      4
      2
      Votes
      4
      Posts
      276
      Views

      Y

      @kkkkkk Maybe, you can try M5stickC-plus
    • P

      M5Stick with both Hat and Grove
      Arduino • • PocketDonkey

      4
      0
      Votes
      4
      Posts
      170
      Views

      C

      Try putting the Wire1.begin(...) in your program loop instead of the setup {}. assigning other pins to the I2C channel; Wire1.begin(32, 33, 100000UL); // for I2C TOF connection .. before reading the TOF, Wire1.begin(21, 22, 100000UL); // for I2C gyro connection .. before reading the gyro.
    • A

      Unable to connect Core 2 to UIFlow Web
      UIFlow • • Andrum

      4
      1
      Votes
      4
      Posts
      229
      Views

      Reset your web browsers temp files and cache as it could be a cookie or something blocking it
    • M

      old text line visible under new one
      Micropython • • margel

      4
      0
      Votes
      4
      Posts
      253
      Views

      M

      Hello@margel The description in m5-docs is done with setTextColor. https://github.com/m5stack/m5-docs/blob/master/docs/en/api/lcd.md setTextColor( color, backgroundcolor )
    • H

      How to change 1 tick = 1 msec?
      Core 2 • • hgi867

      4
      0
      Votes
      4
      Posts
      198
      Views

      @hgi867 Yeh, sorry, I tried looking for the ESP-IDF equiv but not well documented
    • H

      How can I download my old script from a device?
      UIFlow • • houkensjtu

      4
      0
      Votes
      4
      Posts
      283
      Views

      H

      You can use the "Device File Manager" in UiFlow.
    • D

      (ESPHome) Missing header file for Atom Lite?
      SOFTWARE • esphome atom lite • • Dieter_P

      4
      0
      Votes
      4
      Posts
      321
      Views

      D

      @felmue Thank you very much! It´s very frustrating for me at the moment and I´m not confident to come closer to a solution. What I recognized that the compiling error has nothing to do with the Atom Lite because by just testing very simple other platforms the compiling also does not work. So I´m having a huge problem with my ESPHome environment and not able to fix it. So I used another test environment and there it´s possible to compile this code without errors. But I´m not able to flash this .bin file to my Atom Lite. I used the ESPHome flasher and after flashing it running into some kind of boot loop. 1162-mmu-set-00010000-pos-00010000 etc etc. Google searches leads me to an uncorrect flash access setting but the suggestions for the official ESP32 flasher seems not to solve this issue. Tried to flash at a USB2 or USB3 Port but without any success and it´s getting really annoying. Really looking for a very simple step to start with a success and then move forward step by step. I mean I have a ready .bin file in place and it can´t be so complex to bring it succesfull to a EsP32 Pico D4 like the Atom Lite. Have done it before without such huge problems. Really appreciate your hints. Best regards
    • T

      M5Burner
      SOFTWARE • • thaller

      4
      0
      Votes
      4
      Posts
      300
      Views

      Esp32 C3 and C3U is not supported in UIFLOW but is supported by mainstream Micropython. You have to flash the firmware without usb for it to work.
    • B

      w5500 Lan v12 Base and SD Card
      Bases • • basgoossen

      4
      0
      Votes
      4
      Posts
      345
      Views

      B

      Yes, it worked ;-). I locked myself up in the office for the last 48 hours. And rewrote AsyncWebserver but using Ethernet.h instead of LWiP. All features of AsyncWebserver are available, the only thing you need to take care of is the periodic upkeep (a single line of code in the main loop). I also added an updater for the internal ESP clock (separate) to update over NTP via Ethernet.h. All in all it took the most out of the past 48 hours but for me it was very worthwhile. Consumed progmem is less than half of what is was (total program went down from 1.1MB to 604kB). Static ram usage went down from (critical 90%) to a comfortable 35%. Dynamic Ram usage decreased by a 40%. All of this is probably mostly due to the fact that we can rely on the W5500's internal IP stack instead of LWiP. Another gain for me is that the periodic upkeep is very predictible, making my main control loop (which also runs RS485) more stable and very predictible. Loop time is now (very) stable at under a ms. Wheres with LWiP it would vary a lot under network load. As an embedded system engineer (by background) this is one of the things that pleases me the most. I can serve a 60MB file or even upload a large file (limited only by storage) to the system without noticable impact on the main process. Performance wise it seems to be a tad slower for now than LWiP over WiFi with AsyncWebserver. Serving the webui of around 3MB takes about a second longer at roughly 4 seconds to fully load. But there is plenty room for optimization as i now only use a single socket buffer of 2048kB in the w5500 at a time. So there is about 8 times as much performance available. I'll most likely make a Github page for this if there is any interest from the community. For now i'm going to have a good sleep 😉👍
    • F

      video stream (computer desktop) to m5stickc plus
      M5 Stick/StickC • • frexetat

      4
      0
      Votes
      4
      Posts
      338
      Views

      F

      adding notes : the M5stickc plus uses an AXP192 for power management (including display), all the functions to initialise it are inside the M5StickCPlus but you can't call this library in same time as TFT_eSPI.h. you will have to copy AXP192.h & AXP192.cpp from the M5StickCPlus lib and put it in your project (change the names). If you have a M5 project loaded in your stick and then upload a sketch using TFT_eSPI, it will work the first time as the display is already power on from the previous m5 sketch but the display won't turn back on on the next restart unless you init the AXP192 like explained. hope it helps anyone!
    • N

      Stamp Pico connected to ESP32 Downloader - nothing happens
      PRODUCTS • • nicolas123

      4
      0
      Votes
      4
      Posts
      334
      Views

      N

      Thanks to both of you who replied, I got it working with your help! The problem was the port I was connecting to. Using a USB-A to USB-C cable, connected to the Mac Mini M1's USB-A port got it to work and the device now shows up as /dev/tty.wchusbserialXXXXX Very happy about this, just in time before the weekend. ;) Thanks again!