mDash
mDash copied to clipboard
Arduino / ESP-IDF library for mdash.net IoT service
Dear @cpq @novlean , Thankq so much for this library. Hi, I have used the Mdash with WiFi & PPP in ESP32 Arduino, it is working perfectly. Recently I have...
I have been trying to work with this library to make OTAs. However, in recent work, I have used an ESP32 with SIM800l to establish internet connection via 3G, but...
When the device password is incorrect, a Reboot RPC command is received that results in a reboot loop. This occurs in the `Minimal.ino` example. ``` 5759 2 mDash.c:656:dev_cb {"id":1,"result":{"fw_version":"1.2.16-a-10812-Adafruit ESP32...
Firmware V1.2.17: 1. Resolved the bug on [mDashShadowUpdate()](https://github.com/cesanta/mDash/issues/22). 2. Added mDashNotify_shdw() for mDashShadowUpdate() with removal of MutexLock.
Dear @cpq @novlean, Thanks for your great efforts. My code was running perfectly with Mdash V1.2.14 & the esp-Arduino V1.0.6. Recently, I have upgraded the esp-Arduino version from V1.0.6 to...
While running mDash 1.2.16 on Platformio ESP32 core 6.3.1 (latest), mDash works perfectly until you call mDashShadowUpdate or mDashNotify (with valid args). If you do that, the Arduino main task...
Hi, I succesfully flashed ESP via Mongoose OS. Now I am trying same thing via Arduino IDE 2.1.1. on Windows I have installed mdash lib v1.2.16, I am trying to...
We are currently running mDash v1.2.13 and esp-idf v3.3.6 in production. We use the CLI function to provision manufacturing data for each physical device at the factory for new hardware...