You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
I'd like to be able to monitor a local USB HID device and use it's output as an input into a Node-Red flow. Does anyone have any thoughts how I might approach this?
I'm trying to use a DSAN Perfect Que to trigger the GPIO's of a Raspberry Pi. The Perfect Que attaches to the host through USB and presents itself as a USB keyboard. I would like to feed the key presses from the HID into my flow but I don't know if there is a way to gather that input into Node-Red.
Thanks,
Ian
Endre Szabo
unread,
May 29, 2015, 9:43:28 AM5/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node...@googlegroups.com
Can confirm that node-hid (the underlying package used by hidstream) is painless to wrap and use in Node-Red - I've used it to identify HID devices and capture their input (keyboards, joysticks, wheels/pedals, 3D navigators etc.). Might take a bit of trial & error to figure out their data formats but shouldn't be too hard if you can trigger repeatable inputs.