Back to Browse

Smart Home Control with ESP32 & Bluetooth - Part 1: Setup & Coding

5.5K views
Jul 17, 2024
5:45

Welcome back to my channel! In this video, we're starting an exciting new project where we'll control home accessories using an ESP32 via Bluetooth. This is the first part of a two-part series. Today, we'll focus on the ESP32 setup and coding. In the next part, we'll build an Android app to control the ESP32. Let's get started! Required Components: ESP32 board Green LED (GPIO pin 12) Red LED (GPIO pin 13) 220Ω resistors Jumper wires USB cable Software: PlatformIO with Visual Studio Code ArduinoJson libraries Hardware Setup: Connect the Green LED to GPIO pin 12 on the ESP32 through a 220Ω resistor. Connect the Red LED to GPIO pin 13 on the ESP32 through a 220Ω resistor. Use a relay board for connecting home accessories to an AC power source. Source Code: The complete source code and APK file for the Android app for this project is available on my GitHub repository. ESP32: https://github.com/MagicBulletPro/esp32-bluetooth-home-control.git Magic-BT Android App : https://github.com/MagicBulletPro/bluetooth-control-android.git Next Part: In the next part of this series, we'll build an Android app to control the ESP32. Stay tuned! Don't Forget to: Like the video if you found it helpful Subscribe to the channel for more exciting projects Leave a comment if you have any questions or suggestions

Download

0 formats

No download links available.

Smart Home Control with ESP32 & Bluetooth - Part 1: Setup & Coding | NatokHD