irrigation_system/software/apps/slave_node
Eduard Iten a9a0626913 Implement real ADC readings with VND7050AJ sensor multiplexing
- Switch from simulated to real ADC readings in adc_sensor library
- Add GPIO control for VND7050AJ sensor selection (sen, s0, s1 pins)
- Implement proper ADC device and channel setup for voltage/current measurements
- Enable ADC driver in prj.conf (CONFIG_ADC=y)
- Disable simulation mode (CONFIG_ADC_SENSOR_SIMULATED=n)
- Add devicetree bindings for custom supply voltage and motor current sensors
- Update overlay with adc_sensors nodes using PB4, PB5, PB6 pins
- Integrate real ADC readings into Modbus server registers
- Support HSE/HSI clock source toggling in overlay configuration
2025-07-08 16:50:27 +02:00
..
.vscode added formatting 2025-07-08 16:06:11 +02:00
boards feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
dts/bindings feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
src Added return code when modubs server init fails 2025-07-08 16:08:49 +02:00
CMakeLists.txt feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
Kconfig feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00
VERSION added formatting 2025-07-08 16:06:11 +02:00
cdc-acm.overlay fix(cdc-acm): Correct CDC ACM overlay configuration 2025-07-03 18:57:06 +02:00
overlay-cdc-acm.conf feat(cdc_acm): Add CDC-ACM support and remove old test applications 2025-07-03 14:31:17 +02:00
prj.conf Implement real ADC readings with VND7050AJ sensor multiplexing 2025-07-08 16:50:27 +02:00