mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Added Aquamonitor project
@ -1,5 +1,22 @@
|
||||
> *This page contains a list of project using the Arduino JSON library. It's a wiki, don't hesitate to edit this page if you want to add a project.*
|
||||
|
||||
|
||||
## Aquamonitor & AquaNet
|
||||
|
||||
By Reivax
|
||||
|
||||
*Device to monitor a reef tank and send SMS alerts in case the vitals turn bad.*
|
||||
|
||||
An Arduino Mega scans 4 sensors and uses a GSM shield to send SMS alerts when thresholds are reached.
|
||||
|
||||
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 :)
|
||||
|
||||

|
||||
|
||||
https://github.com/reivaxy/aquaMonitor
|
||||
|
||||
## Azure Veneziano
|
||||
|
||||
By Mario Vernari
|
||||
|
Reference in New Issue
Block a user