0.2.2 • Published 8 years ago

node-red-contrib-petduino v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

node-red-contrib-petduino

A set of Node-RED nodes for interacting with a Petduino.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-petduino

Usage

pet-event

A node that listens to a serial connection for a specified Petduino event, parsing out any associated value.

Screenshot1

Caption: pet-event settings dialog

Screenshot2

Caption: example of correct wiring of the pet-event node to an incoming serial node

pet-action

A node to construct a Petduino serial command of the specified action type with the specified value payload.

Screenshot3

Caption: pet-action settings dialog defining a state change action

Screenshot4

Caption: pet-action settings dialog defining a screen layout to draw to the Petduino screen

Screenshot5

Caption: example of correct wiring of the pet-action node to an outgoing serial node