Node-Red For From Scratch!
Node-Red 101 Series From Scratch
Node red 1O1 series from scratch is a course designed for beginners who have less or zero experience with Node-Red.
What is Node-Red?
Node-RED is a programming tool for wiring together hardware devices, APIs, and online services in new and interesting ways.
Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range of nodes in the palette. Flows can be then deployed to the runtime in a single click.
JavaScript functions can be created within the editor using a rich text editor. A built-in library allows you to save useful functions, templates or flows for re-use.
Node-Red History
Node-RED is a flow-based programming tool, originally developed by IBM’s Emerging Technology Services team and now a part of the JS Foundation.
Flow-based programming Invented by J. Paul Morrison in the 1970s, flow-based programming is a way of describing an application’s behavior as a network of black-boxes, or “nodes” as they are called in Node-RED. Each node has a well-defined purpose; it is given some data, it does something with that data and then it passes that data on. The network is responsible for the flow of data between the nodes.
It is a model that lends itself very well to a visual representation and makes it more accessible to a wider range of users. If someone can break down a problem into discrete steps they can look at a flow and get a sense of what it is doing; without having to understand the individual lines of code within each node.
Node-RED started life in early 2013 as a side-project by Nick O’Leary and Dave Conway-Jones of IBM’s Emerging Technology Services group.
What began as a proof-of-concept for visualizing and manipulating mappings between MQTT topics, quickly became a much more general tool that could be easily extended in any direction.
It was open-sourced in September 2013 and has been developed in the open ever since, culminating in it being one of the founding projects of the JS Foundation in October 2016.
What is IoT?
The Internet of Things, or IoT, refers to billions of physical devices around the world that are now connected to the internet, collecting and sharing data. Thanks to cheap processors and wireless networks, it's possible to turn anything, from a pill to an airplane, as part of the IoT. This adds a level of digital intelligence to devices that would be otherwise dumb, enabling them to communicate without a human being involved, and merging the digital and physical worlds.
Manufacturers are adding sensors to the components of their products so that they can transmit back data about how they are performing. This can help companies spot when a component is likely to fail and to swap it out before it causes damage. Companies can also use the data generated by these sensors to make their systems and their supply chains more efficient because they will have much more accurate data about what's really going on.
Get started now!
What You We'll Learn!
In this course you will get hands-on experience with Node Red along with the theory you need to know for understanding what is Node Red and how it works.
- Overview of Node Red and Internet of Things (IoT)
- Basics of Node Red
- Creating your first Node Red Flow
- Working with basics and important nodes.
- Flow using MQTT (Message Queuing Telemetry Transport) Protocol and Web Sockets - Coming Soon
- Basic Flow using Web Sockets - Coming Soon
- Playing with Social Media Nodes such as Email and Twitter Nodes.- Coming Soon
- User Interface Dashboard designing and controls implementation. - Coming Soon
- And much more...
What's Included!
Everything you need to know before staring working on Node Red. This course contains mix content which includes theoretical discussions and practical hands-on labs so you can easily start working with Node Red application.
Practice Flows with Advance Nodes. We have included practice flows with some advance nodes so you can better understand how these nodes are setup and work in different scenarios.
Challenge Flow. In the end of the course, we have included the challenge flow to test your knowledge and learning. By successfully creating flow and submitting it will add your Name and Picture in our Hall of Fame. So everyone can see your achievement.
Access 24/7 at home, work or on the go. View the course materials on your desktop, tablet and phone.
- See what others have to say -
"Wow! You nailed it. In just four days I have integrated my Philips Hue bulbs with Node-Red."
- Alena Marc, Developer, IoT Explorer
"This is a great course for newbies — definitely worth checking out!"
- Bob Patrick, Hobbyist
"Adnan has something.. Slowly and smoothly he penetrates his knowledge in your heart and brain. The course was brilliantly easy to follow and perfectly designed for those who have zero knowledge of Node-Red. He almost covered every perspective in this course so anyone can follow the content."
- Elisabeth D., Cloud Engineer
Your Instructor
Adnan has more than ten years of experience in technology industry. He loves to explore new things as Technologist. Currently he is closely working on Internet of Things (IoT) projects using Node Red and cloud services. He has extensive hands-on experience on Node Red and AWS IoT.
During his free time he explore new technologies and do lots of IoT based Do It Yourself (DIY) projects.