M5StickC-Plus
M5StickC-Plus copied to clipboard
M5Stack Arduino Library
### Describe the bug Using following code after installing m5stickcplus 0.1.0 i get always black display. I also note in my other projects that using setCursor(0, 0, x) to change...
### Describe the bug The sketch M5StickC-Plus/examples/Basics/IMU/IMU.ino doesn't work because the line `imu6886.Init(32, 33)` is wrong. With my device, it should be `imu6886.Init(GPIO_NUM_21, GPIO_NUM_22)`. ### To reproduce 1. Compile and...
### Describe the bug According to [Arduino's documentation](https://www.arduino.cc/reference/en/language/functions/communication/serial/ifserial/): > if(Serial) Description Indicates if the specified Serial port is ready. >On the boards with native USB, if (Serial) (or if(SerialUSB) on...
Delete 0x82 register write duplication
I basically pasted the code with a few changes, I'm currently working on a five-screen software for my M5StickC-Plus that I want to put out when I'm done. Does anybody...
On my journey of finding out what is wrong with the 8Servo units that I have, I have needed to get my head around I2C ports and how to scan...
### Describe the bug C_BACK_DRIVER.ino doesn't even contain a single 360 servo example, you know, servo 360, a product you sell M5 Stack. Your dev even commented out the 360...
### Describe the bug Is there something in the library available to calibrate the gyroscopes? ### To reproduce Every time ### Expected behavior A function to calibrate the gyroscopes ###...
`M5.beep.playMusic` does not work properly. Probably because `dacWrite` does not correspond to the speaker's pin(SPEAKER_PIN is 2)??