Open DMESGTA opened 3 years ago
Hi,
Sorry to learn you're having trouble with reading the battery voltage.
In the Pycoproc library (which is needed for sensor operation, you can find it here: https://github.com/pycom/pycom-libraries/tree/master/shields/lib) , we have a function called read_battery_voltage()
: https://docs.pycom.io/firmwareapi/pycom/expansionboards/pycoproc2/#pyread_battery_voltage
The battery monitor is connected through to the shield, instead of to the inserted module, to free up an additional ADC pin.
Best,
Gijs
What I have done:
What happen:
What I expect:
Thank you.