PROJECT #4 - Trying Out BMP280 External Sensor On ESP32 Dev Board Using The Arduino IDE
Hello again! This time I'm going to try using an external sensor on my ESP32 since last week I've tried using the ESP32's internal sensor. For the sensor, I'm using a BMP280 barometric pressure module that consists of 3 sensors: temperature, air pressure, and altitude. Without further ado, let's get to the project! STEP 1: Prepare The Required Software and Hardware For hardware, you'll need these components: ESP32 Development Board Breadboard Jumper Wire Male-to-Male BMP280 Barometric Pressure Module BMP280 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 from the first part. STEP 2: Set Up The Hardware Firstly, put the ESP32 Dev Board and the BMP280 on the breadboard. After that, connect a jumper wire from the ESP32 pins to the BMP280. For the details, see below : 3V3 pin (dev board) to VCC pin (sensor) GND pin (dev board) to GND...