issues
search
alrapal
/
Greeny
IoT project for plant and environment monitoring
MIT License
0
stars
0
forks
source link
MQTT + Adafruit
#4
Closed
alrapal
closed
1 year ago
alrapal
commented
1 year ago
Description
Adding MQTT Connection
Removed LoRaWAN connection since out of range
Added debug option to WIFI module
Boot.py
cleans memory using garbage collector
Main.py
connects to Wifi then MQTT after pressing button for ca 10sec.
Sends sensor readings when they are different then previous to avoid sending unnecessary data
Description
Boot.py
cleans memory using garbage collectorMain.py
connects to Wifi then MQTT after pressing button for ca 10sec.