Input voltage range for all ADC pins

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
DOSBoot
Posts: 1
Joined: Sun Apr 15, 2018 9:55 pm

Input voltage range for all ADC pins

Post by DOSBoot » Sun Apr 15, 2018 10:02 pm

Hello!

I'm doing a pretty simple project: reading a voltage from an ADC pin. What is the maximum allowed voltage on an ADC pin?

Thanks!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Input voltage range for all ADC pins

Post by dhylands » Mon Apr 16, 2018 3:27 pm

On the pyboard, its 3.3v. 0v should read as 0 and 3.3v should read as 4095

Post Reply