Seite 1 von 1
Multimeter Raspberry
Verfasst: Dienstag 14. Mai 2019, 17:42
von Mdidc
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
Re: Multimeter Raspberry
Verfasst: Dienstag 14. Mai 2019, 18:17
von __deets__
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.
Re: Multimeter Raspberry
Verfasst: Sonntag 19. Mai 2019, 15:58
von DeaD_EyE
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.