Driver package for controlled environment agriculture sensors
-
Download Python 3 on Raspberry Pi (version >= 3.7)
-
Clone the cea-os-sensors repo onto the Raspberry Pi
git clone https://github.com/mlab-upenn/cea-os-sensors.git
-
Start containers for cea-os main package: https://github.com/mlab-upenn/cea-os
-
Run the drivers for the sensors connected to the Raspberry Pi
chmod 755 {launcher_name}.sh sh {launcher_name}.sh &
OR
- Create a crontab that runs the launcher scripts on boot (example here: https://www.instructables.com/Raspberry-Pi-Launch-Python-script-on-startup/)