Learn about cultivation of plants or fungus through a Raspberry Pi enabled environment monitor & regulator.
AgroPi is an low cost educational tool which allows user to
AgroPi uses a website interface which allows user display and control the conditions within your enviromental chamber in real time.
The information throughout your grow cycle is saved so you can share it with other users, which can copy the exact conditions you specifed within a click of a button.
Website Interface
Spoilage Recognition
Sensors:
Actuators:
Schematics:
[x] Github Setup
[] Website up & running
Ubuntu Packages
- cmake
sudo apt-get install cmake
- Clone the repository
git clone https://github.com/krogk/AgroPi
- Run auto configuration script
./autoconf
- Compile
make
- Flashing
upload -p /dev/ttyUSB0 --fqbn rpi4:rpi4:AgroPi
To run the software:
nohup agropistart.sh &
To stop software:
agropistop.sh
- Fork this repo
Distributed under the GPL-3.0 License. See LICENSE
for more information.