M5Atom icon indicating copy to clipboard operation
M5Atom copied to clipboard

M5Stack Atom Arduino Library

Results 10 M5Atom issues
Sort by recently updated
recently updated
newest added

When Servo_CH is greater than 4 (Register_address is greater than 3), the return value will now be 1 instead of 0.

### Describe the bug I connected two RGB units with M5Atom, initiationly I'd like to use both internal LCD and RGB units together, but I found if I initialize the...

Actual library LED_Display animations are not working due to blocking semaphore The initial state (offset 0,0) of the buffer is never displayed in animations Large buffer matrix can not be...

When the display parameter in M5.begin() is disable, FastLED instance is created. That's why we couldn't use FastLED in another process. Moved the process of instantiating FastLED to the beginning...

i make a good lib

I tried everything; **even the EASYLOADER examples** to find out that these **don't work either!!!**, I own 6 CAN-bus boards and different ATOM5 and MATRIX modules. I tested them all....

I have tested 4 Atom Lite with the deep-sleep sketch from the ESP32 library. I powered the modules directly with 3.3V and measured the power consumption in the 3.3V supply...

Dear M5Stack team, I am developing a smart device using your technology M5Stack and nanoFramework, one of the components I need to integrate is the ATOM QR-Code Kit. The problem...

Using the PlayRawPCM example test, modify the DMA buffering in AtomSPK.cpp. ``` bool ATOMSPK::begin(int __rate) { esp_err_t err = ESP_OK; i2s_driver_uninstall(SPAKER_I2S_NUMBER); i2s_config_t i2s_config = { .mode = (i2s_mode_t)(I2S_MODE_MASTER), .sample_rate =...

Hello, would someone be so kind as to tell me where I can find an example of playing mp3 music via http for this module? Thank you very much. Fran