Arduino Dock + Omega | Python A0 value
-
Hi there,
I got a quick question regarding Arduino Dock + Omega. I would like to read the A0 pin (Analog in python).
Thank you
Kind Regards
JB
-
Hi @Jean-Baptiste-Clion, the Omega does not have an ADC built-in on the main module itself. If you want to use analog input, the best way would be to read it via the Arduino Dock and send it to the Omega via I2C. This requires you to write a simple sketch that responds to "commands" sent by the Omega. Once it receives the "command", it would read the analog input, and pass it back to the Omega.
-
Hi @Boken-Lin I can find a tutorial that explains how to read pin A0 through i2c with Arduino Dock and Python?
You could send me the python and ide code to do it?
Thank you
FB