Node-RED introduction

From Sensors in Schools
Revision as of 04:39, 31 December 2021 by EdmondLascaris (talk | contribs) (Created page with "== 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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.