mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Update VBAT schematic
This commit is contained in:
parent
110bd49407
commit
24464d0c4e
1 changed files with 9 additions and 6 deletions
|
|
@ -22,12 +22,15 @@
|
||||||
* This board has no built-in way to read battery voltage.
|
* This board has no built-in way to read battery voltage.
|
||||||
* Nevertheless it's very easy to make it work, you only require two 1% resistors.
|
* Nevertheless it's very easy to make it work, you only require two 1% resistors.
|
||||||
*
|
*
|
||||||
* VSYS -- /\/\/\/\-- --+
|
* BAT+ -----+
|
||||||
* 200k |
|
* |
|
||||||
* +-- GPIO28
|
* VSYS --+ -/\/\/\/\- --+
|
||||||
* |
|
* 200k |
|
||||||
* GND -- /\/\/\/\-- --+
|
* +-- GPIO28
|
||||||
* 100k
|
* |
|
||||||
|
* GND --+ -/\/\/\/\- --+
|
||||||
|
* | 100k
|
||||||
|
* BAT- -----+
|
||||||
*/
|
*/
|
||||||
#define PIN_VBAT_READ 28
|
#define PIN_VBAT_READ 28
|
||||||
#define BATTERY_SAMPLES 8
|
#define BATTERY_SAMPLES 8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue