Description

In this project, we will build our very own IoT platform. First, we learn how to setup a virtual server, install the necessary software and set up some required components. Next, we will learn how to integrate and add the MQTT and Node-RED features to our present platform deployment. We will then build our very first IoT project which will allow us to control an LED using our platform! Finally, we will add some much-needed functionality to our platform, including REST API support and the ability to send emails and SMS text alerts.

This project is covered in detail as a part of the 3 part article series published in the Circuit Cellar Magazine. Please find the link to these articles below:

๐Ÿ”— Part 1 - Introduction

๐Ÿ”— Part 2 - Connecting to Devices

๐Ÿ”— Part 3 - Adding Advanced Features


You will be able to access the first article for free! If you like the concept and the content, please do subscribe to access all the content I have published so far, and much more.

Code

As always, the code components for this project are open sourced in my GitHub repository.

๐Ÿ”— GitHub Repository 1

๐Ÿ”— GitHub Repository 2