Connecting ESP32 to External Sensor BMP280
Hello, future engineers!! Welcome again to my blog! My name is Muhamad Fariz Ramadhan from STI 2020 ITB. I made this blog to help you guys out about embedded system especially setting up ESP32 to have some conditions. At this time, I am going to show you how connecting ESP32 as a microcontroller to external sensor . *DON'T YOU KNOW??* There are so many sensors in embedded system, each of it has main function to detect the conditions of their environment such as temperature, motion, humidity, warmth, and more. So, now we're going to connect ESP32 to external sensor but in simple way first. We will only use BMP280, the sensor that could read temperature, pressure, and also altitude. Here is the tutorials. STEP 1 : Required Hardware BMP280 source : elekrtolead. 1. ESP32 Development Board 2. Laptop / PC 3. Micro USB cable 4. BMP280 (soldered) 5. Motherboard 6. Jumper wires STEP 2 : Required Software 1. Download and install Arduino IDE You can download Arduino ...