Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6994

Python • Re: Best libraries to use when trying to capture voltage from the Raspberry Pi's USB ports

$
0
0
Hello,
I am working a project and using the Raspberry Pi 4 model B. The project that I am working on is to create a device that can read the voltage from an LVDS signal. This signal will be fast and low in voltage. The plan right now is to either have a direct connection using the USB ports or using an ADC (Analog to digital converter) to help with the communication so that the voltage can be read.

My experience with Python is not the best and I am not that knowledgeable with the libraries. Please help by suggesting libraries I should check out and if anyone has experience creating a volt meter, what suggestions do you have with the Hardware?

Thanks! :mrgreen: 8-)


The documentation for the gpiozero Python library has this entry for reading a variable voltage from a potentiometer. It includes reference to an external ADC convertor chip and shows appropriate cabling.

2.28. Potentiometer https://gpiozero.readthedocs.io/en/stab ... ntiometer

Statistics: Posted by B.Goode — Mon Feb 05, 2024 7:09 pm



Viewing all articles
Browse latest Browse all 6994

Trending Articles