irrigation_system/software/apps/slave_node
Eduard Iten 032ddf2cc0 feat(slave_node): Implement uptime registers
- Add a callback for reading Modbus input registers.
- Implement logic to provide the system uptime in seconds, split across two 16-bit registers (UPTIME_SECONDS_LOW at 0x00F3 and UPTIME_SECONDS_HIGH at 0x00F4) as per documentation.
- Return 0 for unhandled registers to prevent "Invalid data" errors with certain Modbus masters.
2025-07-01 14:38:10 +02:00
..
boards fix(slave_node): Stabilize Modbus RTU communication 2025-07-01 14:30:22 +02:00
src feat(slave_node): Implement uptime registers 2025-07-01 14:38:10 +02:00
CMakeLists.txt refactor(slave_node): Clean up initial configuration 2025-07-01 12:09:36 +02:00
prj.conf feat(slave_node): Implement initial Modbus RTU server 2025-07-01 13:41:22 +02:00