Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 587 Bytes

#RaspberryPiData

This code sends data collected from Arduino Uno YL-69 to AWS DynamoDB.

#Node_MCU_Amica_LED_YL-69_MQTT.ino

This Arduino code collects soil moisture data from Node MCU Amica YL-69 and turns on LED light when soil moisture drops below 30% and sends it to paho.mqtt.client.

#Node_MCU_Amica_VMA311_MQTT

This Arduino code collects temperature and humidity data from Node MCU Amica VMA311 and sends it to paho.mqtt.client.

#MQTT-MongoDB.py

This python code sends data collected from Node MCU Amica YL-69 LED and Node MCU Amica VMA 311 to a paho.mqtt.client and MongoDB.