Search found 1 match

by lyraellington12
Mon Mar 30, 2026 2:33 am
Forum: Nagios XI
Topic: GPIO voltage sensors
Replies: 3
Views: 881

Re: GPIO voltage sensors

I think it's important to add another key point: if the goal is to read analog voltage, the Raspberry Pi doesn't have a built-in ADC, so you'll usually need an additional ADC module (e.g., MCP3008 or similar). In that case, the plugin/script will read the data via SPI/I2C rather than directly from t...