monteslu / node-red-contrib-gpio

A set of node-red nodes for connecting to johnny-five IO Plugins
MIT License
41 stars 31 forks source link

Could anyone share an example for beaglebone? #29

Closed bh4rtp closed 6 years ago

bh4rtp commented 6 years ago

i have installed gpio node. but cannot find any document on how to use it. can anyone share an example for beaglebone? node-red exported json text is preferred.

monteslu commented 6 years ago

This is for raspberry pi and a bit out of date the, but the concept is still the same: https://github.com/rwaldron/johnny-five/wiki/Getting-started-with-Raspberry-Pi-node-red-and-IoT

The main thing is that you need https://www.npmjs.com/package/beaglebone-io installed and to select beaglebone-io as the io plugin when creating the nodebot instance.