arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Analog Pins on Constant Voltage

Open djc-arduino opened this issue 4 years ago • 1 comments

Hey, I use a Arduino Mega with the Standartfirmata Sketch on it. after a little bit of testing i found out that the Analog Pins (A0-A15) are on Constant Voltage. The Problem is I need all the Analog Pins for my Project. I nedd Help.

djc-arduino avatar Jun 25 '21 20:06 djc-arduino

Hi @djc-arduino ,

I tried to answer your question in your other issue (https://github.com/firmata/firmata.js/issues/243). Is this not fine for you?

Continue... But note that all the analog pins are available. But they are initially in OUTPUT mode... and they will "turn" to INPUT mode when you start the reading.

Joan

jguille2 avatar Jun 26 '21 01:06 jguille2