Go to file
Eduard Iten 33f2a15cf3 docs(slave_node): Add Doxygen comments to main.c
- Add Doxygen-compliant comments to functions, enums, and state variables in `main.c`.
- This provides a foundation for automatically generating source code documentation.
- Remove the separate, now redundant, `firmware-manual.de.md` file.
2025-07-01 22:56:30 +02:00
docs docs(slave_node): Add Doxygen comments to main.c 2025-07-01 22:56:30 +02:00
hardware Hardware updated 2025-06-30 13:52:33 +02:00
software docs(slave_node): Add Doxygen comments to main.c 2025-07-01 22:56:30 +02:00
.gitignore added gitignore to ignore build dirs 2025-06-13 07:48:18 +02:00
README.de.md docs: Add firmware manual and update main README 2025-07-01 22:51:17 +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.