Skip to content

Possibly wrong indication for ADC use on HTCC-AB01 V2 #38

@eiannone

Description

@eiannone

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:

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions