PROJECT #7 - Trying Out Bluetooth Classic and Low Energy On ESP32 Dev Board Using The Arduino IDE
Hello there! Welcome to my second to last blog about trying out ESP32 Development Board features. In this blog, I'm going to experiment with Bluetooth features in ESP32 Dev Board, both the classic one and the low-energy one. Now without any more delay, let's get to the experiment! PART 1: BLUETOOTH CLASSIC 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: Test The Bluetooth Classic Connection You'll only need your ESP32 Dev Board and your phone for testing the Bluetooth classic connection using the Bluetooth Term...