PROJECT #8 - Trying Out Web Server On ESP32 Dev Board Using The Arduino IDE

Hello again! Welcome to, probably, my last blog about trying out ESP32 Development Board features. In this week's experiment, I'm going to try running a web server using my ESP32 Dev Board with wifi connection. If the experiment going smoothly, we should be able to see sensors reading from ESP32 Dev Board using our own device (phone or computer). Now let's get going with the experiment! STEP 1: Prepare The Required Software and Hardware For hardware, you'll need these components: ESP32 Dev Board Breadboard Jumper Cable Male-to-Male LED 330 Ohm Resistor BMP280 Barometric Pressure Module For software, you'll need to set up the Arduino IDE. If you haven't set it up yet, you can click here to see the installation process from my first project in the first step of the first part. Be sure to install the correct library for the BMP280 Module too. You can see the installation here . STEP 2: Set Up The Hardware Connect the BMP280 Module and LED to the ESP32 De...