M5AtomS3 icon indicating copy to clipboard operation
M5AtomS3 copied to clipboard

Results 8 M5AtomS3 issues
Sort by recently updated
recently updated
newest added

The functions to change the full-scale ranges of MPU-6886 gyro/accelerometer are currently missing in the M5AtomS3 library. The feature is available in "M5Stack" library. https://github.com/m5stack/M5Stack/blob/master/src/utility/MPU6886.cpp Therefore having the same functionality...

### Describe the bug I'm trying to get started with the M5 AtomS3 Lite board and to write a simple LED blink program ... unfortunately there are no PINs defined...

Would be really nice to have https://github.com/m5stack/M5AtomS3/blob/50291dcb9dd7f618d9576780f277708df4aeac84/src/M5Display.h#L8 like on M5StickC Plus & Core2

This repo is linked on https://docs.m5stack.com/en/atom/Atomic%20CAN%20Base which also has pin definitions for M5AtomS3 which implies that the ATOM_CAN example should work for M5AtomS3, but already building fails: ``` In file...

### Describe the bug Archive this library or mark it as deprecated as M5Unified is the replacement and maintained ### To reproduce Archive this library or mark it as deprecated...

### Describe the bug I cant get the PWM module to work with the LedC component in ESP32 v3 Arduino lib. All I can do i dim the LCD backlight......

### Describe the bug There are very few examples to show how to pull mic samples with the M5AtomS3U. All my attempts have failed. ### To reproduce Here is some...