Recent posts
IoT in home automation (Internet of things for home automation)
In this project, I will explain to you how you can use IoT in home automation. I have decided to make a home automation system. Using this automation system, you can control the appliances in your home using a web interface from anywhere in this world. This system will show us the current status of …
IoT in home automation (Internet of things for home automation) Read More »
Send data to web server using ESP8266 (Esp8266 HTTP requests)
In the previous two IoT articles, I have introduced you to the esp8266 module and the AT commands also. Today I will explain how you can send data to a web server using ESP8266. In other words, you can say how you can make an HTTP request using ESP8266. For those who don’t know what …
Send data to web server using ESP8266 (Esp8266 HTTP requests) Read More »
Sensors list for Arduino
To make a useful Arduino (any other microcontroller) project you will sometimes need one or more sensors. Even the human body also has five sensors (senses), which are the eye, nose (smell), ear, tongue, and skin (touch). Through these senses, we give the data to our mind and our mind takes action according to real-world …