-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Installation issue on Raspberry Pi 2B #1
Comments
i will try the node with a new node-red and nodejs version in a few days. Maybe a version conflict |
Tried on Raspberry PI 3B but I get the following error when trying to install. Any thoughts? ntering directory '/home/pi/.node-red/node_modules/node-red-contrib-usbhid/node_modules/node-hid/build' npm ERR! [email protected] install: npm ERR! System Linux 4.14.34-v7+ |
Same here, does anyone managed to find out what was the issue? I am using Nore-RED v1.0.2 and Node.js v10.17.0 and I am using RPI4B. Below are the list of the versions that work perfectly for my RPI3B Below are the list of the versions that the HIDdevice does not work for my RPI4B |
I think I have found the solution. The problem should be the nodehid.js in the node-hid module. I copied the nodehid.js from my RPI3B and replaced the nodehid.js in RPI4B and now it worked! Thank you. |
Hi, I have installed on Raspberry Pi 2B using instructions including node-hid. I have the nodes available in node-red. The GETHIDDevices seems to be working fine. I receive the vendorid and productid. But when I use these details to configure HIDDevice I get TypeError: Cannot read property 'on' of undefined. Any idea why?
The text was updated successfully, but these errors were encountered: