finallyfunctional / bluetooth-windows-esp32-example

This repository is a sample on how to connect from a Windows 10 PC to an ESP32 via bluetooth and windows sockets.
MIT License
17 stars 8 forks source link
bluetooth esp32 windows-sockets

Bluetooth Windows Esp32 Example

This repository is a sample on how to connect from a Windows 10 PC to an ESP32 via bluetooth and windows sockets. You should pair your PC with the ESP32 first. The console application will loop through the BT devices connected to the PC and find the ESP32, connect to it, send a message, and recieve a message. The Arduino.ino file should be loaded onto the ESP32. The Visual Studio project should be built (I used Visual Studio 2019). The actual source code is just contained in the .ino file and single .cpp file. The code should be simple to follow, unlike most of the examples and documentation I came across.

References