ESP32 BMP180 Web server with Arduino IDE

Опубликовано: 06 Октябрь 2024
на канале: Microcontrollers Lab
3,049
46

Interfacing BMP180 barometric pressure sensor with ESP32 and How to make a web server with ESP32 to display values on web page

For complete code check this link:
https://microcontrollerslab.com/esp32...

We will discuss following points in this lesson:

Connection diagram of BMP180 with ESP32
How to install library of BMP180 in Arduino IDE ?
How to measure temperature, pressure and altitude ?
How to display sensor values on web server?