Skip to content

Micropython code and research for RP2040 based automatic plant watering system. This will be a dump of all my code and research and calibration files.

License

Notifications You must be signed in to change notification settings

tsmatare/SensorBox-V1.1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensorBox-V1.1.0

Micropython code and ongoing research for RP2040 based automatic plant monitoring system. This will be a dump of all my code and research and calibration files.

For now project is an automatic plant watering system that uses Raspberry Pi Pico as the microcontroller and is entirely written in MicroPython. The system checks soil moisture every set time period and if the moisture is below a certain threshhold, then it activates a relay which turns on a pump to irrigate the crops. The system also records the moisture data in a csv file for future data analysis. It also stores the last 12 records in an array which can be sent to a phone for graph analysis via bluetooth to the custom app I created for it using MIT App Inventor.

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

#raspberry pi pico

About

Micropython code and research for RP2040 based automatic plant watering system. This will be a dump of all my code and research and calibration files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages