Battery Monitoring aktualisiert
parent
31fea5a2ae
commit
ce3041ffc6
1 changed files with 6 additions and 2 deletions
|
@ -15,9 +15,13 @@ Use the ADC pin (A0) to read the scaled-down voltage.
|
||||||
|
|
||||||
The ADC on the ESP-8266 can read voltages from 0V to 1V. You need to scale down the battery voltage (up to 8.4V) to this range.
|
The ADC on the ESP-8266 can read voltages from 0V to 1V. You need to scale down the battery voltage (up to 8.4V) to this range.
|
||||||
|
|
||||||
Use two resistors, R1 and R2, to create a voltage divider. The output voltage ( V_{out} ) is given by: [ V_{out} = V_{in} \times \frac{R2}{R1 + R2} ]
|
Use two resistors, R1 and R2, to create a voltage divider.
|
||||||
|
|
||||||
For example, if ( V_{in} ) is 8.4V, and you want ( V_{out} ) to be 1V: [ \frac{R2}{R1 + R2} = \frac{1}{8.4} ] Choose R1 = 7.4kΩ and R2 = 1kΩ (or any other ratio that satisfies the equation).
|
The output voltage ( V_{out} ) is given by: [ V_{out} = V_{in} \times \frac{R2}{R1 + R2} ]
|
||||||
|
|
||||||
|
For example, if ( V_{in} ) is 8.4V, and you want ( V_{out} ) to be 1V: [ \frac{R2}{R1 + R2} = \frac{1}{8.4} ]
|
||||||
|
|
||||||
|
Choose R1 = 7.4kΩ and R2 = 1kΩ (or any other ratio that satisfies the equation).
|
||||||
|
|
||||||
* Connect the Voltage Divider:
|
* Connect the Voltage Divider:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue