Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 978 Bytes

README.md

File metadata and controls

48 lines (34 loc) · 978 Bytes

Quick links : Home - Part 1 - Part 2 - Part 3


Part 1 - Setup - Cloud


Part 1

First flow

  • Inject Node
  • Debug Node
  • Change Node (simple actions)
  • Function node

Installing new nodes

  • flows section of nodered.org
  • Pallet Manager
  • npm install (package.json)

Node-RED context

  • Global and Flow contexts
  • settings.json and the functionGlobalContext object
  • Making packages accessible to function nodes

DHT Sensor

  • wire up
  • install node

Mode useful nodes

  • template node
  • HTTP request node
  • switch node
  • change node (advanced)
    • JSONata
    • Regular expressions

IBM Cloud and Watson Internet of Things platform overview

  • deploy boilerplate

Quick links : Home - Part 1 - Part 2 - Part 3 - Part 4