Eduard Iten edi
  • Joined on 2025-06-12
edi pushed to adc-testing at edi/irrigation_system 2025-07-06 07:55:24 +00:00
2cc258e8e2 feat(adc_test): use devicetree for adc configuration
a77298b3a6 Implement VND7050AJ supply voltage reading function
Compare 2 commits »
edi pushed to main at edi/irrigation_system 2025-07-03 18:50:10 +00:00
45d011952f fix(valve): Correct VND7050AJ initialization and pin configuration
edi pushed to main at edi/irrigation_system 2025-07-03 16:59:28 +00:00
bb25134b6c feat(modbus): Implement persistent and improved reconfiguration for Modbus server
9f96384aa5 fix(cdc-acm): Correct CDC ACM overlay configuration
b543579393 feat(modbus): Add supply voltage register and display in tool
Compare 3 commits »
edi pushed to main at edi/irrigation_system 2025-07-03 16:18:08 +00:00
69cf7e9511 feat(valve): Implement GPIO control for VND7050AJ
8df7aef51b Removed unused lib dir
Compare 2 commits »
edi pushed to main at edi/irrigation_system 2025-07-03 15:39:18 +00:00
f6ee0a5122 feat(weact_stm32g431_core): Configure VND7050AJ driver pins in overlay
edi pushed to main at edi/irrigation_system 2025-07-03 15:36:35 +00:00
b62c79c2da feat(weact_stm32g431_core): Configure VND050AJ driver pins in overlay
6c1ff0c4df feat(refactor): Restructure project for improved modularity and clarity
Compare 2 commits »
edi created branch project-refactoring-v2 in edi/irrigation_system 2025-07-03 14:59:15 +00:00
edi pushed to project-refactoring-v2 at edi/irrigation_system 2025-07-03 14:59:15 +00:00
6c1ff0c4df feat(refactor): Restructure project for improved modularity and clarity
edi pushed to main at edi/irrigation_system 2025-07-03 12:35:22 +00:00
3f0d5a76c6 feat(cdc_acm): Add CDC-ACM support and remove old test applications
edi pushed tag v0.0.1 to edi/irrigation_system 2025-07-03 11:43:32 +00:00
edi pushed to main at edi/irrigation_system 2025-07-03 11:43:32 +00:00
10a770de59 fix(modbus_server): Implement hardcoded firmware version 0.0.1
1b0519aadf Resolve merge conflict in modbus_server.c and add hardcoded firmware version.
e429a0874d Revert "feat(slave_node): Refine Modbus UART and add CDC-ACM support"
3a05c80b25 feat(slave_node): Refine Modbus UART and add CDC-ACM support
Compare 4 commits »
edi pushed to main at edi/irrigation_system 2025-07-03 08:53:29 +00:00
5208f1370d feat(slave_node): Support multi-board build for bluepill_f103rb and weact_stm32g431_core
a59e8518cc Rename hello_world app to stm32g431_tests
Compare 2 commits »
edi pushed to main at edi/irrigation_system 2025-07-03 07:22:15 +00:00
2a2890b675 Fix: hello_world prj.conf - set correct board name
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