- Switch from simulated to real ADC readings in adc_sensor library - Add GPIO control for VND7050AJ sensor selection (sen, s0, s1 pins) - Implement proper ADC device and channel setup for voltage/current measurements - Enable ADC driver in prj.conf (CONFIG_ADC=y) - Disable simulation mode (CONFIG_ADC_SENSOR_SIMULATED=n) - Add devicetree bindings for custom supply voltage and motor current sensors - Update overlay with adc_sensors nodes using PB4, PB5, PB6 pins - Integrate real ADC readings into Modbus server registers - Support HSE/HSI clock source toggling in overlay configuration |
||
|---|---|---|
| .vscode | ||
| docs | ||
| hardware | ||
| software | ||
| .gemini_commit_message.txt | ||
| .gitignore | ||
| README.de.md | ||
| README.es.md | ||
| README.fr.md | ||
| README.md | ||
| setup-format-hook.sh | ||
README.md
🇩🇪 Deutsch | 🇬🇧 English | 🇫🇷 Français | 🇪🇸 Español
Modular Irrigation System
This project implements a smart, modular irrigation system controlled via Home Assistant.
Documentation
The detailed documentation can be found in the docs/ directory:
- Concept: Describes the system architecture, the components used, and the basic design decisions.
- MODBUS Registers: Defines the register map for communication with the slave nodes.
- Project Plan: Contains the development and implementation plan.