https://github.com/nopnop2002/esp-idf-bluetooth-spp
Classic Bluetooth SPP example for esp-idf
https://github.com/nopnop2002/esp-idf-bluetooth-spp
bluetooth esp-idf esp32 spp
Last synced: over 1 year ago
JSON representation
Classic Bluetooth SPP example for esp-idf
- Host: GitHub
- URL: https://github.com/nopnop2002/esp-idf-bluetooth-spp
- Owner: nopnop2002
- Created: 2019-07-06T04:40:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T22:48:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T19:53:16.349Z (over 1 year ago)
- Topics: bluetooth, esp-idf, esp32, spp
- Language: C
- Homepage:
- Size: 86.9 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp-idf-Bluetooth-SPP
Classic Bluetooth SPP example for esp-idf.
You can communicate in Classic Bluetooth SPP Profile using 2 of ESP32.
I modified from this.
https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor
https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator
# Software requirement
ESP-IDF V4.4/V5.x.
# Acceptor for M5Stack
```
git clone https://github.com/nopnop2002/esp-idf-Bluetooth-SPP
cd esp-idf-Bluetooth-SPP/bt_spp_acceptor/
idf.py menuconfig
idf.py flash
```
\*There is no MENU ITEM where this application is peculiar.
# Initiator for M5Stick
```
git clone https://github.com/nopnop2002/esp-idf-Bluetooth-SPP
cd esp-idf-Bluetooth-SPP/bt_spp_initiator_Stick/
idf.py menuconfig
idf.py flash
```
\*There is no MENU ITEM where this application is peculiar.
# Initiator for M5StickC
```
git clone https://github.com/nopnop2002/esp-idf-Bluetooth-SPP
cd esp-idf-Bluetooth-SPP/bt_spp_initiator_StickC/
idf.py menuconfig
idf.py flash -b 115200
```
\*There is no MENU ITEM where this application is peculiar.
__You need to specify Baud rate for flashing.__
# Initiator for M5StickC+
```
git clone https://github.com/nopnop2002/esp-idf-Bluetooth-SPP
cd esp-idf-Bluetooth-SPP/bt_spp_initiator_StickC+/
idf.py menuconfig
idf.py flash -b 115200
```
\*There is no MENU ITEM where this application is peculiar.
__You need to specify Baud rate for flashing.__