Reader small image

You're reading from  Arduino IoT Cloud for Developers

Product typeBook
Published inNov 2023
PublisherPackt
ISBN-139781837637171
Edition1st Edition
Right arrow
Author (1)
Muhammad Afzal
Muhammad Afzal
author image
Muhammad Afzal

Muhammad Afzal is a senior software engineer, with more than 14 years of experience working on web-based and IoT systems in multinational organizations. He always enjoys working and solving real-world business problems with technology. He provides freelance services to IoT-based product companies to write technical reviews and projects, and he also provides consultancy to organizations. In his free time, Muhammad creates videos and courses for YouTube and Udemy. He also runs a maker movement in his region for young students to boost their interest in adopting the latest technologies.
Read more about Muhammad Afzal

Right arrow

The Arduino IoT Cloud and a Node-RED Hello World example

In this section, we will build on our project by adding some extra functionality to our system via Node-RED. This will help you to understand how you can use Node-RED to integrate non-compatible devices with the Arduino IoT Cloud.

Node-RED will monitor the LED status based on a value that is either true or false. On the basis of this status, Node-RED will send the command to another Thing variable called LEDStatus, which will be linked to the Status widget, which shows the LED as being either on or off. Using this example, you will learn how to read data from a Thing property/variable and how to write data to a Thing property/variable.

Node-RED has a module that was officially developed by Arduino for connectivity with the Arduino IoT Cloud. It provides five nodes to carry out different types of operations. For further details, visit https://flows.nodered.org/node/@arduino/node-red-contrib-arduino-iot-cloud.

A tour of...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Arduino IoT Cloud for Developers
Published in: Nov 2023Publisher: PacktISBN-13: 9781837637171

Author (1)

author image
Muhammad Afzal

Muhammad Afzal is a senior software engineer, with more than 14 years of experience working on web-based and IoT systems in multinational organizations. He always enjoys working and solving real-world business problems with technology. He provides freelance services to IoT-based product companies to write technical reviews and projects, and he also provides consultancy to organizations. In his free time, Muhammad creates videos and courses for YouTube and Udemy. He also runs a maker movement in his region for young students to boost their interest in adopting the latest technologies.
Read more about Muhammad Afzal