šŸ¤–Have you ever tried Chat.M5Stack.com before asking??šŸ˜Ž
  • U137 Modem Resets Immediately After Entering PSM Mode

    General
    2
    0 Votes
    2 Posts
    894 Views
    felmueF
    Hello @Safeware you probably are not missing anything from the software side. The issue most likely is caused by the PWRKEY hardwired to the STATUS output of the modem. This 'trick' is used to auto-start the modem. However it also causes the modem to wake-up from PSM immediately. See modem schematics here. From SIM7070_SIM7080_SIM7090 Series_Low Power Mode_Application Note_V1.02 found here. Section 3.1 PSM Wake-up states: Wake-up conditions: 1) T3412 timer is expired 2) Pulling PWRKEY to low level If above is not the issue, then there are some points to check: have you tried with both connection types: CatM and NB-IoT? is GNSS turned off? SIM7080G can only used WWAN or GNSS, but not both at the same time. Is your SIM7080G using the latest firmware? Does your provider actually support PSM? Is your power supply able to deliver the necessary current? Resets often are caused by too weak power supplies. Thanks Felix
  • CARDPUTER with LoRa CAP

    General
    1
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Using M5Stack for Automotive Sensor Displays - Any Ideas?

    General
    1
    0 Votes
    1 Posts
    725 Views
    No one has replied
  • Using WiFi on Tab5 with the Arduino IDE

    General
    17
    1 Votes
    17 Posts
    12k Views
    J
    @sapphire but this topic refers to WiFi. any one could solve this probem? I've tried all the steps I've could without success. It seems there are more people who are having this same issue, no way to use wifi in our Tab5: https://www.reddit.com/r/M5Stack/comments/1p04d3b/comment/ntozc4p/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
  • M5Stack Atom Echo LED control with M5Unified and FastLED

    General
    8
    0 Votes
    8 Posts
    4k Views
    V
    @AustinSmith Unfortunately, no matter how I tried to disable it using M5Unified, I could not get it to work. In the end, adding the line suggested above finally solved the issue. pinMode(DATA_PIN, OUTPUT); // <- Add this
  • List of track changes for UIFlow2 updates

    General
    2
    1 Votes
    2 Posts
    1k Views
    No one has replied
  • Closed-Loop Stepper Motor Issue

    General
    1
    0 Votes
    1 Posts
    378 Views
    No one has replied
  • 0 Votes
    1 Posts
    835 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    641 Views
    No one has replied
  • external IR LED module.

    General
    2
    0 Votes
    2 Posts
    1k Views
    H
    @davievans That setup sounds reasonable. Just make sure the LED driver you choose can handle the current spike your IR diode needs, otherwise the range won’t improve much. Have you already checked which GPIO pin on the Stick you want to use for triggering the module?
  • Which external hardware to buy for extend IR range ?

    General
    7
    0 Votes
    7 Posts
    4k Views
    L
    To extend the IR range on an M5Stack, the best approach is to use a high-power IR LED paired with a transistor or MOSFET driver to safely handle higher current. Adding a lens or collimator can also help focus the beam for much greater distance and accuracy, and ensuring the signal is properly modulated (like 38 kHz) will improve compatibility with most IR receivers. Just make sure your power supply can support the increased draw from stronger hardware. If you share your budget and required range, I can suggest specific components.
  • how to use advance functions of it8951

    General
    1
    0 Votes
    1 Posts
    493 Views
    No one has replied
  • Issue with M5stack

    General
    4
    0 Votes
    4 Posts
    2k Views
    A
    NRF24L01 Troubleshooting Guide for M5 Core2 Users Thanks for bringing this up! The ā€œNRF24 not detectedā€ message usually points to a wiring, power, or SPI initialization issue. While detailed documentation for NRF24L01 specifically paired with M5 Core2 is limited, here’s a comprehensive set of checks to help you isolate the problem. Verify SPI Wiring The NRF24L01 relies on proper SPI mapping. Make sure the following pins align with the Core2’s hardware SPI bus: MOSI → GPIO 23 MISO → GPIO 38 SCK → GPIO 18 CSN (CS) → GPIO 5 or GPIO 26 CE → Any free GPIO (commonly GPIO 4 or 5 depending on your setup) VCC → 3.3V (never 5V) GND → Ground ⚠ Tip: Loose CSN or CE wiring is one of the most common causes of NRF24 initialization failure. Power Stability Check The NRF24L01 is notoriously sensitive to voltage noise. Ensure a clean 3.3V feed (not exceeding 3.6V). Add a 0.1µF ceramic capacitor close to the module’s VCC/GND pins. Prefer a separate 3.3V regulator if you are using the PA+LNA high-powered version. The module may draw up to ~100mA during TX, so confirm your supply can deliver this reliably. Library & Firmware Setup Make sure the correct software environment is in place: Install TMRh20’s RF24 library via Arduino IDE → Library Manager. Update your M5Core2 library from GitHub. Use a fresh example sketch from the RF24 library to confirm base connectivity. Example Initialization Code Adjust pins depending on your wiring: #include <SPI.h> #include <RF24.h> RF24 radio(4, 5); // CE pin, CSN pin void setup() { Serial.begin(115200); if (!radio.begin()) { Serial.println("NRF24 module NOT detected!"); return; } Serial.println("NRF24 module initialized."); radio.setPALevel(RF24_PA_MIN); radio.setDataRate(RF24_250KBPS); radio.openReadingPipe(0, 0xAABBCCDDEEULL); radio.startListening(); } void loop() {} If this fails, the wiring or hardware is almost certainly the issue. Hardware Integrity Checks Before assuming software issues, confirm physical reliability: Inspect solder joints and header pins. Use a multimeter to confirm continuity on MOSI/MISO/SCK/CSN/CE lines. Try a second NRF24 module if available, these modules can fail easily. Swap CSN/CE to alternate GPIOs if conflicts exist.
  • 1 Votes
    1 Posts
    494 Views
    No one has replied
  • 1 Votes
    3 Posts
    3k Views
    ?
    I fell in love with M5 too :) I'm learning python programming for fun and M5 tech helps me stay interested and engaged. I hardly ever stan any brands but M5 is so cool that I'd even like to have some merch tbh :D I hope you're safe in the US right now. Take care :)
  • hi, can i please use your version m5cores3_power...?

    General
    4
    0 Votes
    4 Posts
    2k Views
    S
    I'd be happy to help you use the M5CoreS3 Power component—could you please share a bit more about your specific project or how you're planning to implement it?
  • Members Introductions aka The Icebreaker discussion.

    Pinned General
    73
    5 Votes
    73 Posts
    359k Views
    A
    Hello. I'm new and excited to learn and play around with my cardputer
  • What are your favorite cheap accessories for M5Stack projects?

    General
    19
    1 Votes
    19 Posts
    17k Views
    S
    Those generic 10-pack sensor modules from AliExpress have been a game-changer for prototyping - dirt cheap and surprisingly reliable for the price.