Comments on: Raspberry Pi Pico: Read Analog Inputs (MicroPython) https://randomnerdtutorials.com/raspberry-pi-pico-analog-inputs-micropython/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 06 May 2024 10:56:40 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/raspberry-pi-pico-analog-inputs-micropython/#comment-862263 Sun, 24 Sep 2023 12:57:12 +0000 https://randomnerdtutorials.com/?p=132499#comment-862263 In reply to Adriaan Aarts.

Yes.
That’s what it’s done.
Regards,
Sara

]]>
By: Adriaan Aarts https://randomnerdtutorials.com/raspberry-pi-pico-analog-inputs-micropython/#comment-862140 Sat, 23 Sep 2023 19:42:51 +0000 https://randomnerdtutorials.com/?p=132499#comment-862140 Nice project for me. I just started to work with the Pico.
I am just wondering how you can count up to 65535 with a 12-bit ADC.
Because you can basically only count up to 4095 with 12 bits.
Do they use a mapping command in Micro-python to stretch the area between 0 and 4095 to 0 and 65535?

]]>