WiringPi / WiringPi-Node

Node.js bindings to wiringPi
333 stars 94 forks source link

Incompatible Pi Zero 2W? #99

Open ghost opened 4 months ago

ghost commented 4 months ago

Tried to install wiringPi on a Zero 2W running Buster. Ran into some issues, but don't want to appear unappreciative or critical. Used wiringPi previously on a Zero W, with much success.

Latest version of wiringPi for Node Red appears to over-install a version of wiringPi that won't work on my Zero 2W. With wiringPi 3.2 for c installed, gpio -v reports Zero 2W compatibility, but after over-installing the Node Red variant, it seems to 'expect' different hardware, and bombs-out.

Any clues on how to install without clobbering previous wiringPi installation?

Muchly appreciative for access to Pi GPIO provided. Good work!