ESP32 is a powerful chip for Internet of Things applications. This tutorial is also based on another ESP32 application in the field of IoT.
Hello readers, I hope you all are doing great. In the previous tutorial, we learned how to send sensor readings from ESP32 to the cloud (ThingSpeak webserver).
In this tutorial, we will learn to send HTTP POST requests from the ESP32 board to ThingSpeak and IFTTT APIs.
What is HTTP?
<img src="https://images.theengineeringprojects.com/image/main/2022/01/1-3.jpg" alt="ESP32 HTTP Post with ThingSpeak and IFTTT, ESP32 IFTTT ThingS ...
Hello friends! I hope you all had a great start to the new year.
In our first lecture, we had looked at the MATLAB prompt and also learned how to enter a few basic commands that use math operations. This also allowed us to use the MATLAB prompt as an advanced calculator. Today we will look at the various MATLAB keywords, and a few more basic commands and MATLAB functions, that will help us keep the prompt window organized and help in mathematical calculations. We are also going to get familiar with MATLAB’s interface and the various windows. We will also write our first user-defined MATLAB fu ...
<img src="https://images.theengineeringprojects.com/image/main/2022/02/What-is-the-difference-between-BIM-and-CAD-Software-for-Architects.jpg" alt="What is the difference between BIM and CAD Software for Architects, difference between bim and cad, bim and cad software" class="alignCenter" width="299" height="168"
srcset="https://images.theengineeringprojects.com/image/300/2022/02/What-is-the-difference-between-BIM-and-CAD-Software-for-Architects.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/02/What-is-the-difference-between-BIM-and- ...
<img src="https://images.theengineeringprojects.com/image/main/2021/12/9-1.jpg" alt="Introduction to Surface Mount Technology PCB Mounting Technology, Definition, Process, Types of Vias, Types of the Surface Mount Technology, Applications of the SMT Components, Advantages of the SMT Components, Surface Mount Devices, Machines and Equipment Used in the SMT Mounting" class="alignCenter" width="300" height="169"
srcset="https://images.theengineeringprojects.com/image/300/2021/12/9-1.jpg 300w, https://images.theengineeringprojects.com/image/600/2021/12/9-1. ...
The Internet of Things ( or IoT) is a network of interconnected computing devices such as digital machines, automobiles with built-in sensors, or humans with unique identifiers and the ability to communicate data over a network without human intervention.
Hello readers, I hope you all are doing great. In this tutorial, we will learn how to send sensor readings from ESP32 to the ThingSpeak cloud. Here we will use the ESP32’s internal sensor like hall-effect sensor and temperature sensor to observe the data and then will share that data cloud.
What is ThingSpeak?
<i ...
<img src="https://images.theengineeringprojects.com/image/main/2022/01/Investing-in-IoT.jpg" alt="Significant Reasons for Investing in IoT Application Development, Investing in IoT" class="alignCenter" width="300" height="129"
srcset="https://images.theengineeringprojects.com/image/300/2022/01/Investing-in-IoT.jpg 300w, https://images.theengineeringprojects.com/image/600/2022/01/Investing-in-IoT.jpg 600w" sizes="(max-width: 300px) 100vw, 300px"
decoding="async" loading="lazy" onclick="openImage(this)"/>
We all have heard of th ...
Hello readers, I hope you all are doing great. In this tutorial, we will learn about the ESP-NOW protocol and how to communicate data between two ESP modules through ESP-NOW protocol and that is too without Wi-Fi connectivity.
What is ESP-NOW Protocol?
<img src="https://images.theengineeringprojects.com/image/main/2022/01/1-6.jpg" alt="ESP-NOW Protocol with ESP32 and ESP8266, ESP Now, ESP Now with ESP32, ESP Now with ESP8266, ESP Now Protocol with ESP32, Implement ESP Now in ESP32, ESP Now with ESP32 in Arduino IDE" class="alignCenter" width="600" height="369"
...
Hello friends, I hope you all are doing great. Welcome to the 3rd lecture of Section 5(ESP32 Sensors) in the ESP32 Programming Series. We have already discussed the two built-in ESP32 sensors i.e. Hall Effect Sensor and Capacitive Touch Sensor. Today, we are going to discuss the 3rd and final built-in ESP32 sensor i.e. Internal Temperature Sensor.
ESP32 Internal Temperature Sensor is used to calculate the temperature of the ESP32 core. So, we can't use it to measure the ambient temperature (the temperature of the atmosphere), for that, we need to use embedded temperature sensors i.e. DS18B2 ...