Go to file
Eduard Iten 21797d8507 feat(slave_node): Implement full Modbus register map
- Implement all remaining Modbus registers as defined in the documentation v1.0.
- Add support for digital I/O, system status, and a simulated watchdog.
- Implement a placeholder for the firmware update mechanism, including CRC calculation for received data chunks.
- Remove the input simulation timer; digital inputs are now static and ready for real hardware.
2025-07-01 21:36:10 +02:00
docs feat(docs): Mark task 1.1 as done 2025-06-30 18:46:04 +02:00
hardware Hardware updated 2025-06-30 13:52:33 +02:00
software feat(slave_node): Implement full Modbus register map 2025-07-01 21:36:10 +02:00
.gitignore added gitignore to ignore build dirs 2025-06-13 07:48:18 +02:00
README.de.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.es.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.fr.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00

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.

Quick Start

  • Hardware: The KiCad files for the hardware are located in the hardware/ directory.
  • Software: The Zephyr-based firmware for the slave nodes is located in the software/ directory.