M5Stack
M5Stack copied to clipboard
M5Stack Arduino Library
### Describe the bug I was switching a project using LoRa files from https://github.com/sandeepmistry/arduino-LoRa to the M5LoRa files. The application was not working and I got it back to work...
### Describe the bug Your code here is too old: https://github.com/m5stack/esp-idf Why you cannot use official esp-idf? It is casusing these issues, for example on M5 Fire: https://www.esp32.com/viewtopic.php?t=30870 https://esp32.com/viewtopic.php?t=25729 https://esp32.com/viewtopic.php?f=12&t=25667&start=40...
PM25 module could not read from the air quality module, I fixed it to make it work again.
Hi, In case of multiple I2C devices which one of them is MAX30010, making issues with MAX30010 device, such that the results are invalid, note that the I2C addresses between...
### Describe the bug Hi, I'm trying to use the example for RF433R/T units from here: https://github.com/m5stack/M5Stack/blob/master/examples/Unit/RF433/RF433.ino In the video for the RF433 units ( https://www.youtube.com/watch?v=ZURDsys2aMI ) we see two...
Corrected the method call for setting text size from 'M5.lcd.setTextSize' to 'M5.Lcd.setTextSize' to match the case sensitivit of the M5Stack library functions. This change ensures that the text size is...