Multimeter Raspberry

Python auf Einplatinencomputer wie Raspberry Pi, Banana Pi / Python für Micro-Controller
Antworten
Mdidc
User
Beiträge: 1
Registriert: Dienstag 14. Mai 2019, 17:20

Hi
I ask you for Help
I want to transform a Raspberry Pi into a multimeter,
What i need
The code detects connected modules to automatically adapt to the connected probe

Thank you for answering
__deets__
User
Beiträge: 14528
Registriert: Mittwoch 14. Oktober 2015, 14:29

Why would you want this? Multimeters are cheap. And work reliably. The PI adds little to nothing to this.

Also, your question is very vague. The PI alone is not equipped for this task. Have you researched circuits or expansion boards that would help you? If so, what’s unclear to you? If not, I suggest doing that.
Benutzeravatar
DeaD_EyE
User
Beiträge: 1017
Registriert: Sonntag 19. September 2010, 13:45
Wohnort: Hagen
Kontaktdaten:

If you not want to use a Multimeter, you need an ADC, the Raspberry PI has no connections for this.
You can use ADC like this one: https://cdn-shop.adafruit.com/datasheets/MCP3008.pdf (SPI)
You can choose a reference with 2.7V - 5V. The absolute maximum rating for Vdd and Vref is 7V.
There are other available modules also for I2C. Some cheap Multimeters do have a USB-Connector,
which is a virtual serial port.

First you need to know which ranges have to be supported.
sourceserver.info - sourceserver.info/wiki/ - ausgestorbener Support für HL2-Server
Antworten