Skip to content
/ ledx Public

An IoT based Led controller using a web application made with Node.js

Notifications You must be signed in to change notification settings

noobyco/ledx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Led


An IoT-based led controller using a web application made with Node.js


NODE.JS EXPRESS

RENDER


main


The IoT Led project demonstrates controlling an LED connected to a Raspberry Pi using a web application built with Node.js and Express.js. The project leverages the MQTT (Message Queuing Telemetry Transport) protocol to enable communication between the web application and a public MQTT broker, allowing you to control the LED remotely.


cmd


  • Type Commands in the application ...
  • See the LED glow ...
  • ✨Magic ✨

image


Table of Contents


Features

  • Can be controlled from anywhere with internet connectivity.
  • password-protected controller.
  • on/of commands

Prerequisites

Let's divide it into Hardware and Software for simplicity :)

Hardware

  • Raspberry pi
  • LED ~ 3.3V
  • Jumper wire
  • Breadboard
  • Resistor ~ 220Ohm

Software

  • Python 3
  • Node.js
  • Express.js
  • public MQTT broker { mqtt://broker.hivemq.com }

Circuit


image


DIY

Lets help you with the resource to make your own virsion of this project. Here is my youtube video that you can follow :)

Event

I also conducted a workshop named IoT-101 at my university

1654914247045

To know about my journey into IoT click here


License

MIT

Free Software, Hell Yeah!