Simple BT to UART bridge

x_arrange
Posts: 11
Joined: Sat May 20, 2017 10:32 am

Simple BT to UART bridge

Postby x_arrange » Sat May 20, 2017 10:57 am

Hi,
I have some experience with ESP8266 and HC-05. And I was kind of hoping to meet here any analog to this functionality. I have no idea what is HCI, Gatt, BT Classic, Bluedroid, etc, which are used in examples.

What will be really helpful (I guess for lots of ESP32 users) is to have some "getting started" example which will contain something like Arduino's software serial :

Code: Select all

if (uart0.available()) {
uart1.write(uart0.read());
}

if (uart1.available()) {
uart0.write(uart1.read());
}
where uart0 is connected to PC through FTDI(usb to uart) and uart1 is connected to PC (or phone) via BT.

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: Simple BT to UART bridge

Postby ESP_Sprite » Sun May 21, 2017 5:14 am

What you are looking for is SPP/RFComm. Unfortunately, while work is underway to implement it, at the moment esp-idf does not have that functionality yet.

Rocker
Posts: 24
Joined: Fri Apr 21, 2017 10:30 pm

Re: Simple BT to UART bridge

Postby Rocker » Fri May 26, 2017 8:05 pm

Any clue when RFCOMM will be functional? We are trying to put the ESP32 into a product, but absolutely need RFCOMM functionality.

SW_Adnan
Posts: 4
Joined: Wed May 10, 2017 10:55 am

Re: Simple BT to UART bridge

Postby SW_Adnan » Wed Aug 02, 2017 3:20 pm

Hi all,
Any update on this RFCOMM module?
Cheers,

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: Simple BT to UART bridge

Postby ESP_Sprite » Thu Aug 03, 2017 7:33 am

We have rfcomm scheduled for release 3.1.

SW_Adnan
Posts: 4
Joined: Wed May 10, 2017 10:55 am

Re: Simple BT to UART bridge

Postby SW_Adnan » Thu Aug 03, 2017 2:16 pm

That's good to hear. Do you have more details on this? What exactly will be added and when would that be released?
Cheers

copercini
Posts: 25
Joined: Wed Dec 21, 2016 4:44 pm

Re: Simple BT to UART bridge

Postby copercini » Sat Sep 16, 2017 2:15 pm

I think this is simply the most expected feature from ESP32 to Arduino users :lol:

ShuaiWangs
Posts: 1
Joined: Sat Oct 14, 2017 8:41 am

Re: Simple BT to UART bridge

Postby ShuaiWangs » Sat Oct 14, 2017 8:43 am

I agree with you can't much more.
I think the examples of ESP32 is not friendly and need more demos to teach us how to use it.

Who is online

Users browsing this forum: No registered users and 40 guests