Eduard Iten edi
  • Joined on 2025-06-12
edi pushed to main at edi/irrigation_system 2025-07-03 07:16:06 +00:00
38fd3a6aac Add hello_world Zephyr application for stm32g431_core
edi pushed to main at edi/irrigation_system 2025-07-03 07:05:38 +00:00
c3df6565b7 Refactor fwu library into a Zephyr module
edi pushed to main at edi/irrigation_system 2025-07-02 19:27:24 +00:00
140d2baa24 Fix: modbus_tool.py - replace is_connected() with is_socket_open() and fix UnboundLocalError
edi pushed to main at edi/irrigation_system 2025-07-02 18:47:26 +00:00
711341f362 Refactor slave_node application to use Zephyr modules
edi pushed to main at edi/irrigation_system 2025-07-02 15:10:15 +00:00
a5da0a61dd Update modbus_tool.py
b54c73edb1 fix: handle connection loss and re-establish in modbus_tool.py
2418d4e218 fix: resolve build error by moving modbus register enums to header
Compare 3 commits »
edi pushed to main at edi/irrigation_system 2025-07-02 07:58:27 +00:00
2b4890f052 fix: correct modbus_tool.py update for reset command
edi pushed to main at edi/irrigation_system 2025-07-02 07:55:46 +00:00
85d493f24a feat: implement modbus reset command and update docs/tool
edi pushed to main at edi/irrigation_system 2025-07-02 07:54:07 +00:00
f486d4c4ab cleanup: remove unused CMakeLists.txt and empty modbus directory
edi pushed to main at edi/irrigation_system 2025-07-02 07:45:26 +00:00
6cfd4b8b4d refactor: restructure slave_node into libraries
edi pushed to main at edi/irrigation_system 2025-07-02 07:22:42 +00:00
0088030d66 docs: replace svg logo with png version
edi pushed to main at edi/irrigation_system 2025-07-01 21:37:35 +00:00
4d828b41f1 docs: Add project logo to all markdown files
edi pushed to main at edi/irrigation_system 2025-07-01 21:29:32 +00:00
95f435923f feat(main): Add detailed source code documentation
edi pushed to main at edi/irrigation_system 2025-07-01 20:56:34 +00:00
33f2a15cf3 docs(slave_node): Add Doxygen comments to main.c
edi pushed to main at edi/irrigation_system 2025-07-01 20:51:23 +00:00
c4e87a3125 docs: Add firmware manual and update main README
edi pushed to main at edi/irrigation_system 2025-07-01 20:47:02 +00:00
773027f6b0 feat(slave_node): Implement Modbus watchdog timer
edi pushed to main at edi/irrigation_system 2025-07-01 20:38:57 +00:00
461cce7a48 fix(modbus_tool): Adjust UI layout for alignment
edi pushed to main at edi/irrigation_system 2025-07-01 20:15:49 +00:00
23b88ada83 feat(modbus_tool): Add interactive file browser for firmware updates
edi pushed to main at edi/irrigation_system 2025-07-01 19:55:23 +00:00
c2916662e2 feat(modbus_tool): Implement simulated firmware update
24087f5622 fix(slave_node): Increase Modbus buffer size
Compare 2 commits »
edi pushed to main at edi/irrigation_system 2025-07-01 19:36:32 +00:00
95fd88e93e feat(modbus_tool): Adapt UI to full register map
21797d8507 feat(slave_node): Implement full Modbus register map
Compare 2 commits »
edi pushed to main at edi/irrigation_system 2025-07-01 19:17:34 +00:00
6dcb11ae0c fix(modbus_tool): Improve UI stability and readability