irrigation_system/software
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 feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
apps Implement real ADC readings with VND7050AJ sensor multiplexing 2025-07-08 16:50:27 +02:00
boards/iten/bluepill_f103rb feat: Establish functional multi-app structure 2025-07-01 11:05:12 +02:00
include/lib added formatting 2025-07-08 16:06:11 +02:00
lib Implement real ADC readings with VND7050AJ sensor multiplexing 2025-07-08 16:50:27 +02:00
tools/modbus_tool feat(modbus): Add supply voltage register and display in tool 2025-07-03 18:47:48 +02:00
.clang-format added formatting 2025-07-08 16:06:11 +02:00
Kconfig feat(refactor): Restructure project for improved modularity and clarity 2025-07-03 16:58:43 +02:00