M5Stack icon indicating copy to clipboard operation
M5Stack copied to clipboard

M5Stack Arduino Library

Results 41 M5Stack issues
Sort by recently updated
recently updated
newest added

Resolving issue 250, divide-by-zero error when calibrating IMU https://github.com/m5stack/M5Stack/issues/250

Fixed a problem with the drawPngUrl function. `while (http.connected())` causes an infinite loop. I used this [example](https://github.com/espressif/arduino-esp32/blob/7856de7a57420e494176c16c5138174fe2c1dad0/libraries/HTTPClient/examples/StreamHttpClient/StreamHttpClient.ino#L59-L85) as a reference.

> This is a subset of the M5Core2 update but (obviously) without M5Touch. Support for Touch in M5Button is behind an `#ifdef` and is not compiled. The affected files `M5Display.*`,...

Adding a ping command for waking up the RHF76-052 from sleep mode.

Replace delay with a non blocking version with a do whole loop

Add SNR and Gateway count value in receive packet function.

An example to use the LoRaWAN module with TTN (The Things Network) in OTAA mode.

An example to use the LoRaWAN module with TTN (The Things Network) in ABP mode.

Adds the LinkCheckReq command, reports back the number of gateways which received the request.

I modify CMake Build File and kconfig for ESP-IDF 3.3 project