Re: UART to SPP bridge: how to send data from UART to SPP?
Posted: Wed Mar 10, 2021 1:52 pm
by hongthiet1994
do you have full source ?
please public
Re: UART to SPP bridge: how to send data from UART to SPP?
Posted: Tue Jun 01, 2021 7:48 am
by omaima
hi, can you please share your code? i need to set uart to ssp bridge to measure BT rate and module consumtion for esp32 mini/pico. i'm new to esp i've tried following the suggestions but no luck, thanksfor the help!
Re: UART to SPP bridge: how to send data from UART to SPP?
Posted: Thu Aug 05, 2021 11:44 am
by tofu_connected
I've managed to get data from UART to SPP. Here's the code:
https://pastebin.com/yQEU2Tzt
I'm not sure if everyhing here is needed, especially the GAP functionality.
I had to move UART configuration before all of the bluetooth functionality because otherwise it would stop execution in the middle of esp_spp_cb() for some reason.
I'm on platform-espressif32 v3.3.1 and esp-idf v4.3