ADC2 read ?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

ADC2 read ?

Post by prem111 » Tue Aug 11, 2020 4:29 pm

Hi, can possible read value from ADC2 pins ?

Thanks.

UPDATE: my mistake i meant esp32 sorry.
Last edited by prem111 on Tue Aug 11, 2020 4:59 pm, edited 1 time in total.

User avatar
emtee
Posts: 15
Joined: Thu Jun 14, 2018 4:55 pm
Location: West Kootenay, BC, Canada

Re: ADC2 read ?

Post by emtee » Tue Aug 11, 2020 4:41 pm

To the best of my knowledge the ESP8266 has ONLY 1 ADC input. I have seen labelled ADC or ADC0.
So the answer is: "No, you cannot read from ADC2 as the input does not exist on the ESP8266".

Post Reply