We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Leon, thanks for providing this tutorial, really useful.
I've hit this error when running the js, which I think is related to the version of wiring-pi? I get the same error when I run gpio -v.
gpio -v
Unable to determine hardware version. I see: Hardware : BCM2835 , - expecting BCM2708 or BCM2709. Please report this to [email protected]
Is there a fix for this that you know of? I also noticed someone else reported the same error earlier last year.
Edit: Looks like the issue is with the wiringpi version that's used in the node repo: WiringPi/WiringPi-Node#88
The text was updated successfully, but these errors were encountered:
Hi,
Hm, yes, this seems as a problem of the underlying library on which my examples rely. What kind of Raspberry Pi are you using?
Best regards, Leon
Sorry, something went wrong.
I get this now with a PI 3..
Hi @deanius,
It is a bug caused by the underling library wiring-pi which unfortunately is no longer maintained. Sorry for the bad news. You can have a look at my other examples at: https://github.com/leon-anavi/iot-javascript-rpi
No branches or pull requests
Hi Leon, thanks for providing this tutorial, really useful.
I've hit this error when running the js, which I think is related to the version of wiring-pi? I get the same error when I run
gpio -v
.Is there a fix for this that you know of?
I also noticed someone else reported the same error earlier last year.
Edit: Looks like the issue is with the wiringpi version that's used in the node repo: WiringPi/WiringPi-Node#88
The text was updated successfully, but these errors were encountered: