🤖Have you ever tried Chat.M5Stack.com before asking??😎

Subcategories

  • Hear all about new products, initiatives and events here.

    14 Topics
    20 Posts
    kurikoK
    UiFlow2.0 quick start for CoreMP135 has been released. https://docs.m5stack.com/en/guide/linux/coremp135/uiflow2
  • 2 Topics
    2 Posts
    ajb2k3A
    Members will have noticed that some of us have pictures instead of letters next to our names. This isn't anything to do with status but is a function of the forum available to most (if not all) forum member. To set a picture for your avater you need to click on your letter in the top right hand side of the screen and a menu will appear. Click "Edit Profile" and you will be taken to the profile screen. At the top is a picture with your initial in it, click on it and you can upload an image to use.
  • Here is where you'll find News about promotions, M5stack related blog posts and Videos from M5stack users

    233 Topics
    308 Posts
    S
    To fix issues with M5Burner on Mac, ensure you’ve installed the correct USB-to-serial drivers (like CP210x or CH340). Run M5Burner using Rosetta if needed. Allow app permissions via System Settings > Privacy & Security. Always download the latest M5Burner version compatible with your mac.
  • Led pins on m5core2

    3
    0 Votes
    3 Posts
    6k Views
    ajb2k3A
    Hi, the LEDS are self addressable so only need one I/O pin to control all of them
  • Alarms based on current time? M5Core2

    4
    0 Votes
    4 Posts
    7k Views
    A
    @babygirl1248 i know you can write special code for the rtc, but have never try. Each time the esp32 is running, you can update the clock and after doing its job, calculate the time it should sleep to wake up at your selectede time and then make it sleep for that amount of sec.
  • AtomDTU NB-IoT not detecting SIM card

    8
    0 Votes
    8 Posts
    12k Views
    M
    @felmue Thank you Felix!
  • Problems using MPU6886 (M5 Atom Matrix) with HMC5883L

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Atom lite pinout

    3
    0 Votes
    3 Posts
    8k Views
    R
    @felmue many thanks Remy
  • ATOMDTU UIFlow Error

    4
    0 Votes
    4 Posts
    7k Views
    felmueF
    Hello @MTal upon closer look I don't see how waiting while Check network registration < 6 would make any sense. The command, I guess that it issues, is: AT+CREG which would yield something like: +CREG: 0, 1 if connected to the home network or +CREG: 0, 5 in case of roaming. You could add a print of the result code of check network registration to see the value you get. If it's 1 or 5 then the modem is registered to the network and you could change the code accordingly. BTW: Interestingly on the product page there is a Chinese version of the UIFlow code which omits the registration check. (I wonder why.) Thanks Felix
  • Audio library or function?

    2
    0 Votes
    2 Posts
    4k Views
    B
    @babygirl1248 said in Audio library or function?: Hello, I am trying to find a way to play wav files off of my SD card. I have a project I'm trying to integrate audio into. I tried one I don't remember the name of but it was a i2s library. This worked when and if it wanted too... I'm in the core 2 using arduino ide. Any recommendations would be greatly appreciated! Thank you for your time. I have tried the esp8266audio library. and its not working.
  • Detecting when plugged in VS when charging

    5
    0 Votes
    5 Posts
    8k Views
    B
    Awesome! Thank you so much for taking the time to look. I really appriciate it.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • Connecting relay to Core2

    4
    1
    0 Votes
    4 Posts
    7k Views
    felmueF
    Hello @Leo05 hmm, not sure why GPIO27 didn't work - it's marked as GPIO on the M5 Bus - should be free to use. I assume you've set it to output first? If you're not stacking a module which requires a serial connection GPIO13 and GPIO14 should be usable too. If you are not using I2C on the Groove port then GPIO32 and GPIO33 should be free too. Also GPIO35 and GPIO36 are free, afaik, but those two can only be inputs. Thanks Felix
  • I found a super cheap robot arm for the C-Back-Hat.

    2
    0 Votes
    2 Posts
    5k Views
    No one has replied
  • How to enable the extra 5v power?

    2
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @babygirl1248 it's included in the M5Core2 begin() function: M5.begin(true, true, true, false, kMBusModeInput); two values; the first is the default: kMBusModeOutput (=0): powered by USB or Battery kMBusModeInput: (=1): powered by outside input Thanks Felix
  • Dumping .h file to psram/flash?

    3
    0 Votes
    3 Posts
    5k Views
    B
    closing topic. Got mp3 to work. was trying to use xt_dac but wasn't enough ram to put the audio files (.h) in.
  • Hello may i know how to resolve this error

    3
    0 Votes
    3 Posts
    4k Views
    m5stackM
    try to use 115200 baud rate?
  • MP3 from internal memory? Core2

    5
    0 Votes
    5 Posts
    9k Views
    ajb2k3A
    @oscillator said in MP3 from internal memory? Core2: https://forum.m5stack.com/topic/143/lesson-6-1-speaker-mp3-player That was written for the original M5Stack in Arduino and so due to so many changes in Arduino does not work any more. @dimi are you still around?
  • Where Best to buy in the UK

    3
    0 Votes
    3 Posts
    5k Views
    N
    Thanks - will check them out.
  • 0 Votes
    13 Posts
    30k Views
    ajb2k3A
    I've just upgraded to Catalina and the driver worked first time.
  • Core 2 Arduino getting started

    2
    0 Votes
    2 Posts
    5k Views
    B
    Work around found: Fresh/clean install of Arduino Install M5Core2 in Library Manager & opt to include all 15 dependencies (will fail with "no protocol:" error) Install manually the 5 remaining dependencies that failed (MFRC522_I2C,M5_BM8563,M5_ADS1100,M5_ADS1115,HX711 Arduino Library,PCA9554) Install M5Core2 v0.0.1 in Library Manager (downgrade) Update M5Core2 in Library Manager to latest version (0.0.6), will list 0 dependencies and ask if you would like to install them, but select "Install 'M5Core2' only". Can now compile and run helloworld example (and others too). Confirmed same install problems encountered on a second PC, and same work around solved it. Arrgh~! Shouldn't be this messy/difficult.
  • Can´t get token ATOM EchoSTT

    8
    0 Votes
    8 Posts
    13k Views
    P
    my area is Germany I can't get a token for Atom Echo and the Timercam it has worked for both in the past
  • SPI error between Core2 and W5500

    4
    2
    0 Votes
    4 Posts
    10k Views
    B
    Hi...I’ve begun using a W5500 on a WIZ850io board. I am employing a microcontroller to conversation to the W5500 over the SPI. I can compose and arrange the gadget, but when I perused back I get mistakes on two out of each four bytes (when bit 1 is set to 1). https://www.7pcb.com/