A super-modular IoT sensor node built around the ESP32 and Atmega328, designed for Smart Irrigation / Smart Farming.
SensorPod is an CHEAP & MODULAR Smart Irrigation / Smart Garden project that's focused on Farming utilities especially in Indonesia.
- Atmega328 Pro Mini (3.3V 8MHz )
- 2x Capacitive Moisture Sensor V2
- MAX3485 RS485 Protocol
- 3-12v - 3v Regulator
- 2 Capacitive Soil Moisture Sensor V2
- RS485 Communication
- Configurable Node ID
- Low cost
- Designed for PlantPod ecosystem
src/
app/
Application Logic
communication/
UART to RS485 Protocol Communication
drivers/
Hardware Drivers (Sensor)
config/
Configuration
main.cpp
✔ RS485
✔ Multi Node
✔ Node ID
✔ EEPROM
□ Calibration
□ CRC
□ OTA (future)
□ Sleep mode
- Clone the repository
git clone https://github.com/noelleputra/SensorPod.git cd SensorPod
This project still under development!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewSensorModule) - Commit your Changes (
git commit -m 'Add support for new sensor module') - Push to the Branch (
git push origin feature/NewSensorModule) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.