M5Core2 icon indicating copy to clipboard operation
M5Core2 copied to clipboard

M5Core2 Arduino Library

Results 39 M5Core2 issues
Sort by recently updated
recently updated
newest added

### Describe the bug With M5Core2 V0.1.5 library, accessing I2S produces the error messages: E (1208) I2S: i2s_driver_uninstall(2048): I2S port 0 has not installed E (1245) I2S: register I2S object...

Hi everyone! I`m stu(a)ck in another problem with my Core2 ;). After C++ programming session with Wav file playing, I got disabled I2C Port A and my sensors did not...

### Describe the bug Can you expand the IMU library to incorporate more features of the MPU6886? It has a built in low pass filter on both the gyro and...

### Describe the bug I have my m5Core2 reading from the MPUT6886 in the main loop at a rate of 25Hz (40mS). ``` #define ONE_SECOND 1000 //mS #define IMU_SAMPLE_RATE 25...

Please backport the method getVoltLow(void) from the M5Unified > utility > RTC8563_Class.cpp into Core2 class RTC. This method gets the VL bit in the seconds register to tell if the...

When MP3 files are played with M5Core2 0.1.3 and the Audio libraries, the sound quality is fine. With the M5Core2 0.1.4 or 0.1.5 libraries, the MP3 files play with a...

### Describe the bug The last version of the **FactoryTest** on a M5Core2 AWS can't mount the directories and write it. ### To reproduce 1. Deploy the FactoryTest over M5Core2...

Whenever I try to install this library on Arduino IDE, I get the following error: ![Captura de tela 2023-09-06 031811](https://github.com/m5stack/M5Core2/assets/412434/5f824aff-ae3b-4184-b1cf-f1320cd9cb36) I guess it should look for ```MODULE_GRBL_13.2``` instead of ```MODULE_GRBL13.2```

I've been using M5Stack Core2 AWS and after it's been running for several hours, all the Neopixel LEDs turns on without any commands for controlling them and they also even...

I wrote a few features that I thought might be useful to incorporate into this library. Of course, modify the names and code as you see fit. Soft Reset: This...