Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 818 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 818 Bytes

ESP32 Bluetooth Classic with PlatformIO – Getting Started

The ESP32 comes with Wi-Fi, Bluetooth Low Energy and Bluetooth Classic. In this tutorial, you’ll learn how to use ESP32 Bluetooth Classic with PlatformIO to exchange data between an ESP32 and an Android smartphone. ESP32-Bluetooth-Classic-Arduino-IDE-BT

Bluetooth Classic with ESP32

At the moment, using Bluetooth Classic is much more simpler than Bluetooth Low Energy. If you’ve already programmed an Arduino with a Bluetooth module like the HC-06, this is very similar. It uses the standard serial protocol and functions. arduino-hc-05