Input MQTT + Output Debug

@ Node-Red Flow Space

Input Mqtt

Server test.mosquitto.org:1883 Topic IBMIoT/NodeRed/IntelEdison

Output Debug

Output Message Property msg.payload

Function Function

Name MyFunction Function Code See Below

if (msg.payload == 'On')
{
    msg.payload = 1
}
if (msg.payload == 'Off')
{
    msg.payload = 0
}
return msg;

Output Gpio

Board galileo-io

Nodebot Galileo/Edison Type Digital (0/1) Pin 13

Source

@ Intel Edison Console

@ Another Device

@ Node-Red Debug Tab

@ Intel Edison Board

Check the Led tight to GPIO 13 (DS2)

Intel Edison + Grove Starter Kit

Last updated