On Sat, Jun 1, 2024 at 06:53 AM, Bruce W4BRU wrote:
Thanks for the quick response, JJ. Here's what I got.
~/sbitx $ ./sbitx
sbitx v3.02
gpio: Unable to open GPIO direction interface for pin 17: No such file or directory
wiringPiISR: unable to open /sys/class/gpio/gpio17/value: No such file or directory
pi@sbitx:~/sbitx $?
73, Bruce, W4BRU
Ok thanks for sending that. Something in wiringPi was overwritten or a function is missing.
You can try this in terminal to resolve the issues.
cd $HOMEsudo rm -rf WiringPi/cd $HOMEgit clone https://github.com/WiringPi/WiringPi.gitcd WiringPi./buildthen? reboot.
-JJ