Rust implementation for a Greenhouse monitor for the Arduino Uno R3.
- Integrated LCD 1602 Module
- Fire suppression (if smoke detector is installed)
- Automatic watering schedule
- Temperature and Humidity thresholds
- Intricate Date and Time system
- Integrated Alarm for emergencies
- Low memory footprint
-
Install prerequisites as described in the
avr-halREADME (avr-gcc,avr-libc,avrdude,ravedude). -
Run
cargo buildto build the firmware. -
Run
cargo runto flash the firmware to a connected board. Ifravedudefails to detect your board, check its documentation at https://crates.io/crates/ravedude. -
ravedudewill open a console session after flashing where you can interact with the UART console of your board.
Licensed under the MIT license