Closed Waterbrain closed 6 years ago
My guess is that you have an older version of the BCM2835 library installed. As you can see from your install log, it's identified as being present and it may well be before v1.5. This is discussed in the documentation - if you have an old version, update it, remove the DHT node and reinstall. Otherwise you will have to run node as root.
As you can see in my post it is already started with sudo sudo service nodered start
And the installation of the bmc has been like this:
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.55.tar.gz
tar zxvf bcm2835-1.55.tar.gz
cd bcm2835-1.55/
./configure
make
sudo make check
sudo make install
cd
And what's worse, I have to completely reinstall all the software. There is no way to avoid those error messages ... Which I'm doing right now. Thank you.
I had a look around and thus.is not caused by the sensor code. It's something to do with pigpio - take a look at https://github.com/fivdi/pigpio/issues/31
Hello: When I run sudo
npm install --unsafe-perm -g node-red-contrib-dht-sensor
it apparently installs well:But when I run
sudo service nodered start
, this appears in the node network logs:The system: