-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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 and ADC:
#define ADC_VBAT P2_0
#define ADC P2_1
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?
Metadata
Metadata
Assignees
Labels
No labels
