mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 20:40:59 +02:00
* BTAddress const, add bool() * BTAdvertisedDevice: const functions * BluetoothSerial: add: getChannels, add isClosed, add read/peek timeout, add connect with channel# * BluetoothSerial: add sec_mask, role in ::connect * BluetoothSerial add discover and connect with channel number example * DiscoverConnect: add SPP_ENABLED check * DiscoverConnect: disable on esp32s3
Bluetooth Serial Library
A simple Serial compatible library using ESP32 classical bluetooth (SPP)
How to use it?
-
Download one bluetooth terminal app in your smartphone
For Android: https://play.google.com/store/apps/details?id=de.kai_morich.serial_bluetooth_terminal
For iOS: https://itunes.apple.com/us/app/hm10-bluetooth-serial-lite/id1030454675 -
Flash an example sketch to your ESP32
-
Scan and pair the device in your smartphone
-
Open the bluetooth terminal app
-
Enjoy