Search found 2 matches

by entropio
Fri Oct 30, 2020 5:55 pm
Forum: Sample Code
Topic: ESP32 with ESP-IDF Classic Bluetooth - Mobile Phone - Serial Communication
Replies: 8
Views: 31895

Re: ESP32 with ESP-IDF Classic Bluetooth - Mobile Phone - Serial Communication

Hello I have made a program that uses bluetooth classic spp and the uart2, the purpose is to pass data through bluetooth and pass it to uart2 transparently, your code is very similar to mine, the whole trick is in the functions esp_spp_cb () and esp_bt_gap_cb ( ) in the events that they handle, and ...
by entropio
Thu Nov 07, 2019 8:43 pm
Forum: Sample Code
Topic: ESP32 with ESP-IDF Classic Bluetooth - Mobile Phone - Serial Communication
Replies: 8
Views: 31895

Re: ESP32 with ESP-IDF Classic Bluetooth - Mobile Phone - Serial Communication

You could put the code here in the forum to get out of my doubts I am trying the same as you but apart I must send the data by the uart :D