Node-RED introduction
Overview
- The aim of this lesson is to start learning to use Node-RED which is a block-based programming language.
- The appeal of Node-RED is that individual code segments are hidden in nodes.
- Individual nodes can be connected using wires.
- This makes the program much easier to visualise and program.
Learning Objectives
- Learn how to start node-red on the Raspberry Pi.
- Learn how to run Python programs in Node-RED.