Updated Projects using ArduinoJson (markdown)

Reivax
2016-10-05 11:34:27 +02:00
parent 300f194545
commit 8d52b43204

@ -11,7 +11,7 @@ An Arduino Mega scans 4 sensors and uses a GSM shield to send SMS alerts when th
Linked to the Mega through Serial line, the ESP8266 exposes a webApp that displays the measures and can edit the settings, and sends the measures to an externally hosted DB to be able to build charts.
ArduinoJson is key for the communication between the Mega and the ESP, as well as for sending the structured data to the statistics host. It will even be more important in version 3, when several modules talk together to share a single GSM shield :)
ArduinoJson is key for the communication between the Mega and the ESP, the ESP and the webApp, as well as for sending the structured data to the statistics host. It will even be more important in version 3, when several modules talk together to share a single GSM shield :)
![AquaMonitor](https://github.com/reivaxy/aquaMonitor/raw/master/res/installedBlue-512.jpg)