All the I/O connections on the 40-way header of an RPi are digital and can represent (or respond) to 2 voltage levels representing On/Off, True/False etc. The highest voltage you can connect is 3.3v DC.I need to know the best way to monitor the voltage variation
The gpiozero Python library module installed by default in recent versions of the Raspbian Operating System has built-in support for the MCP30xx family of ADC chips, and a simple 'recipe' to demonstrate its use including a wiring diagram: https://gpiozero.readthedocs.io/en/stab ... entiometeris there any kind of ADC hardware or any circuit suggestion on which i should try it out?