ESP 32 Based Audio Player

Introduction In this project we will make our own audio player with esp 32. This project is a simple project to test a voice output from esp 32. We can see many... Read more »

Voltage and Temperature Monitoring – Alert System Using ESP-32.

Introduction In this project, We will monitor voltage and temperature of the system and provide the alert notification in case of exceeding the threshold value. We monitor three phase voltage with voltage... Read more »

Sending Data To Things Speak Server with HTTP post using SIM7600 and Arduino.

Introduction In this project, we will learn how we can send data to things speak server with http post using SIM7600 and Arduino. In our previous projects, We used SIM800 / SIM900... Read more »

IOT SMART HOME USING NODEMCU AND SERVER WITH NODEJS

Introduction Smart home refers to the ability of your home appliances making their own decision according to the different condition. It minimizes the human effort and is very important concept in this... Read more »

DHT11 TEMPERATURE & HUMIDITY SENSOR ON NODEMCU

Introduction Temperature and Humidity monitoring play a vital role in our day to day life. Temperature and Humidity monitoring and control is very important part in home automation ,automatic drier incubator and... Read more »

INTRODUCTION TO NODEMCU (ESP8266)

Introduction NodeMCU is open source low cost IOT platform. Since nodeMCU is open open source platform their hardware design is open for edit ,modify and build. It includes firmware which runs on... Read more »

CREATING A FREE RTOS TASK FOR BLINKING A LED IN ESP32.

Project Title Blinking a LED by creating a freertos task in ESP-32 Components Required esp-32 board leds jumper wires breadboard Working Principle First of all for we must create a task where... Read more »

TASK MANAGEMENT IN FREE RTOS

Introduction The real time projects which uses real time operating system (RTOS) are generally structured as a set of independent tasks. In a single core processor only one task can be executed... Read more »

INTRODUCTION TO FREE RTOS

INTRODUCTION What is operating system (OS) ? A operating system is a system software that act as an interface between computer users and computer hardware. Every user is not familiar with machine... Read more »

INTERNET OF THINGS (IOT) – BASED INDUSTRIAL AUTOMATION AND MONITORING SYSTEM

1. INTRODUCTION 1.1 Background Automation is one of the increasing needs within industries as well as for domestic applications. Automation reduces the human efforts by replacing the human efforts by system which are self-operated.... Read more »