I am Kashif Mirza, the founder of
ProjectIOT123. I am an Embedded Engineer and working on Embedded Projects since 2003. I have worked on Arduino, Raspberry Pi, PIc Microcontroller, 8051 etc. and have designed both prototypes & industrial projects.
This article is all about ESP-NOW ESP8266, what is ESP-NOW and how it is useful in exchanging data between Arduino IDE and ESP8266 NodeMCU boards. Keep reading if you want to know about ESP-NOW.Usage of ESP-NOW ESP8266 NodeMCU on Arduino IDE What is meant by ESP-NOW? ESP-NOW is used in home automation project and industrial…
This article guides you about GPIOs pins what is the use of them and which suits your project most. Before reading this article if you are beginner, I recommend to read previous article (Review about ESP8266). In this article I am going to talk about ESP8266 pinout reference and the most widely use ESP8266 board…
Use of NTP Server to get Date and Time -ESP8266 NodeMCU This project “esp8266 ntp clock” is very basic and useful. In this topic you can learn how to get exact time and date. For this I use Real Time Clock (RTC) chip in my project. Used these chips caused problem and I have to…
Objective: Entry and Disassembly of Simple Programs. Using Arithmetic Instructions e.g. ADD, SUB, MUL, DIV, etc. The Tasks Here are all the learning tasks grouped together with pointers to the example programs and explanatory notes. Simple Arithmetic Example – 01first.asm – Arithmetic Write a program that subtracts using SUB Write a…
Practical #11. Temperature Sensor Objective: Using Microprocessor Trainer and Assembly Language Instructions develop following sensors Temperature Smoke How to Use: The heater and thermostat system is connected to Port 03. Send 00 to port 3 to turn the heater off. Send 80 to port 03 to turn the heater on. Input from port 03…
in this tutorial we will learn how to add RF Module Library For Proteus.This file runs in both Proteus 7 and Proteus 8.But before running it, you have to get these files download.The file that you download you will be in zip file . After downloading these files, you have to add it to the…
In this article I’ll show how to set a static/fixed IP address using Arduino using ESP8266 NodeMCU board. And if it is not working, I recommend you to assign with MAC address that includes: what is MAC Address and how to use it to fix the IP address every time you restart your board when…
In this article we are going to learn how to use Adafruit MQTT broker and turn ON/OFF ESP8266 LED. And if you want to know how to install Adafruit and how to use it then read this article till the end. I hope this article help you in your project. Requirement for this project…
In this project we will learn how to create an independent web server by using ESP8266 for displaying Temperature and Humidity. For this we use temperature sensor DHT11 or DHT22. It is a home automation project so you can easily connect it with your home router. Recommended articles about ESP8266 Review about ESP8266 Hardware The…
Hi Friends In this projectiot123 article we will study nodemcu esp8266 library for proteus .It’s just for pcb .It’s not for simulation .In this tutorial I will tell you step by step and how to install it. My last post was about ESP8266 Web Server for Beginners.Note is a WiFi module that allows you to…