Assalam-o-Alaikum! Friends you know that every WeMos works independently if you power it. If you have multiple WeMos and have sensor on it and you want to run all these WeMos and sensors at a time then don’t worry it is very easy job. Problem: Let’s suppose you have two WeMos and there is sensor on each WeMos and now ... Read More »
Arduino Tutorials
How to control DHT11 sensor data with PHP and MySQL
Assalam-o-Alaikum! Today’s topic is very interesting because today we will work on PHP and MySQL to control DHT11 data. We will write a code that get status from MySQL and based on that information you can stop receiving data or start receiving data. Problem: Here is a problem. Let’s suppose you need a system that stores Sensors On/Off status into ... Read More »
How to read data from database with PHP for WeMos EPS8266
Assalam-o-Alaikum! Dear friends today we will learn more interesting thing. We are going to pull out data from Database using PHP for WeMos. It is very important step for creating project for accessing devices status online. Problem: Let’s suppose you are going to design a project that have several electronics instruments and you need a web based software that will ... Read More »
How to Assign Static IP to WeMos ESP8266
Assalam-o-Alaikum! How are you friends, hope you will be fine. Today we are going to discuss on Static IP in WeMos. You will be able to assign static IP to WeMos after reading this tutorial. So let’s start. Friends as you know that WeMos is used to connect via WiFi and it can also be access by the IP. You ... Read More »
Read Multiple DHT11 Temperature Sensor with single Wemos
Assalam-o-Alaikum! Once again welcome to my Temperature sensor tutorials series. As you know we are working on DHT11 temperature sensor, previously we successfully completed our sensor programming with MySQL and PHP programming. We added our sensor data into database and then retrieved it using PHP. In today’s tutorial we are going to read multiple sensors and then we will save ... Read More »
Live Temperature Chart in Arduino with DHT11 Sensor
Hello Friends! Hope you will be fine. Today we are going to learn something interesting. Yes offcourse, really interesting. We are going to make a live graph that will show us Temperature of our home or device in a live graph. For this, we will use HighCharts jQuery library that will generate chart on the screen for us. So let’s ... Read More »
How to save DHT11 Temperature Data into Database with Wemos D1 Mini
Hello friends. How are you?. Today we are going to learn something amazing. In my previous tutorial, you learned that How to get temperature data from DHT11 and show it on the serial monitor, but today we will go ahead and will do something advanced. We will save hardware that we used in our previous tutorial to build a new project. If ... Read More »
How to use the DHT11 Temperature and Humidity Sensor with Arduino!
Hello dear friends. Hope you will be fine. Today we will learn that how to use a DHT (DHT11 version) Temperature and Humidity Sensor. In this tutorial, you will see the result in the serial monitor of Arduino but later I will write some more tutorial for getting the result into the database and then generate the dynamic chart to ... Read More »