Skip to content

Commit c7a6cc2

Browse files
committed
Initial commit
1 parent 586be6d commit c7a6cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ auto arduino = Control(Control::family_code, 0x00,0x00,0xB2,0x18,0xDA,UNIT_ID);
137137
138138
# Motivation
139139
140-
I was faced with the situation of having to connect 16 simple ADC sensors to my ESP32 running micropython.
140+
I was faced with the situation of having to connect 16 simple analog sensors to my ESP32 running micropython.
141141
These were all within a few meters from the device but would require me to run a lot of cables and still use an analog multiplexer and a multiplexer for the power supply lines as these devices are not supposed to be powered all the time.
142142
Therefore the easier solution was to have small, power efficient and cheap Arduinos do the sensor power toggling and reading.
143143
This way I only need to run one cable with Vcc,Data and GND between all Arduinos and can reliably read all 16 sensors.

0 commit comments

Comments
 (0)