You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Frequently Asked Questions" page, under the section "How to use the ADC pin for AnalogRead", it states that In order to read other analog signal, user need remove the resistance BR1, then the ADC header will be free.
Then there is the indication on where the resistor is located in both AB01 and AB01-V2 boards.
But AB01-V2 board uses ASR6502 mcu, which has three ADC pins, and from what I see in the schematics, two of them are used:
In the "Frequently Asked Questions" page, under the section "How to use the ADC pin for AnalogRead", it states that In order to read other analog signal, user need remove the resistance BR1, then the ADC header will be free.
Then there is the indication on where the resistor is located in both AB01 and AB01-V2 boards.
But AB01-V2 board uses ASR6502 mcu, which has three ADC pins, and from what I see in the schematics, two of them are used:
In the Arduino pin mapping, they appear to be referred as
ADC_VBAT
andADC
:So the ADC pin in HTCC-AB01 V2 could be used independently from battery voltage reading, without the need to remove the BR1 resistor.
Can anyone confirm this?
The text was updated successfully, but these errors were encountered: