A compact and mobile soil health diagnostic tool that uses Arduino Nano.
TerraCheck is an approach to soil health assessment designed for field deployment. It integrates an Arduino Nano, sensors, an HC-05 Bluetooth module, a battery pack, and a protective enclosure. The device wirelessly transmits plant-related data to a paired computer, where a dedicated C++ program processes the information to infer insights.
In a terminal, enter the following commands.
git clone --recursive https://github.com/HawtStrokes/TerraCheck.git
cd TerraCheck/
git submodule update --init --recursive
Use C-Make to generate the project files of the following and link appropriately:
- https://github.com/wjwwood/serial
- https://github.com/Agamnentzar/bluetooth-serial-port
- https://github.com/glfw/glfw
- Add more sensors
- Android/IOS support