Go to file
Eduard Iten 773027f6b0 feat(slave_node): Implement Modbus watchdog timer
- Add a fail-safe watchdog using a Zephyr kernel timer.
- The timer is reset on any successful Modbus communication.
- If the timer expires (no communication within the configured timeout), the valve is automatically closed as a safety measure.
- The watchdog is enabled by writing a non-zero value to the `WATCHDOG_TIMEOUT_S` register and disabled by writing 0.
2025-07-01 22:46:57 +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 Modbus watchdog timer 2025-07-01 22:46:57 +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.