6

I have trying to find examples for codes to exchange data over bluetooth between esp32 devkit module and an Android device. I want to use SDP to broadcast a service and then make my Android app connect to esp socket as client. In Linux I have used bluez library to achieve this functionality. But for ESP32 I only found some documentations using btstack library. However I am unable to use this library. I extract the zip to ~/Documents/Arduino/Libraries but it still it says file not found.

Ryosuke
  • 61
  • 1
  • 1
  • 2

1 Answers1

2

I can't comment so I am putting an answer here. @Helmer if you can move these answers to comment it will be a great help. Please refer to these examples to connect and exchange data between a Mobile app and ESP32 dev kit over a Bluetooth communication:

ESP32 Bluetooth Classic with Arduino IDE – Getting Started

ESP32 BLE + Android + Arduino IDE = AWESOME

How to Use Bluetooth(BLE) With ESP32

How to Use Serial Bluetooth in ESP32

ESP32 Arduino: Serial communication over Bluetooth Hello World

ESP32 BLE + Android + Arduino IDE

Lucifer
  • 346
  • 1
  • 12