raspi-sensors icon indicating copy to clipboard operation
raspi-sensors copied to clipboard

Deprecated - Nodejs C++ plugin, allowing to easily read data from raspberryPi's sensors.

Results 5 raspi-sensors issues
Sort by recently updated
recently updated
newest added

I am trying to use your node package, but `npm install` returns an error: ``` Interactive builder for raspi-sensor. For more information feel free to visit https://github.com/Vuzi/raspi-sensor Do you want...

Hi. Here is a copy of my console.log output. The script runs in a 5 seconds fetchInterval: > Humidity 33% Temperature 22°C > Humidity 33% Temperature 22°C > **Humidity 0%...

Could you please provide example for PIR sensor usage? Which sensor should I buy and which GPIO pins should I use? Will it work in polling mode as `fetchInterval` as...

Great job. This is the first package I’ve found that works flawlessly with the DHT-22. Would it be possible to add an option to use BCM numbering instead of board...

enhancement

### Description `fetchInterval` pulls far more often than twice per second. Resulting data is corrupted. My guess is that you're using an integer for that, and only allow seconds. Then...

enhancement