Tony,
WiringPi does not - and most likely will never - support the Pi 5. Have you read the README [1]?
You need to port Farhan's sbitx code, which should be simple, can just follow my code, which I implemented using gpiod [2], [3].
Cheers and good luck!
Rafael
[1]
[2]
[3]
toggle quoted message
Show quoted text
On 1/27/24 15:52, Tony Abbey wrote:
I'm trying to run sbitx on a Pi 5. I've compiled it with the working WiringPi library from Rhizomatica, but get an error on running:
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
Has anyone had this and fixed it?
ps - I tried the gpiod library, but that throws up lots of errors on compile because all is different.