Application written by Erin Tan of the Middlesex County Academy for Science, Mathematics, and Engineering Technologies as part of the Capstone Project
- Sets all settings and values to default
- Run before testing new environments
- Core program, contains all functions for planter function
- Runs in forever loop
For GUI Programs, convert .py file to .exe file by running the following command in Command Prompt/Terminal:
pyinstaller --onefile <file_name>.py
Find local Raspberry Pi using the following command in Command Prompt/Terminal:
ping raspberrypi.local
Establish Secure Shell (SSH) network
ssh -v pi@[IP Adress]
- GPIO10(MOSI) -> MCP3008 Pin 11(DIN)
- GPIO9(MISO) -> MCP3008 Pin 12(DOUT)
- GPIO11(SCLK) -> MCP3008 Pin 13(CLK)
- GPIO8(CEO) -> MCP3008 Pin 10(CS/SHDN)