Page 1 of 1

UUID for client application to use when connecting to ESP32's Bluetooth Serial?

Posted: Mon Apr 01, 2019 9:57 am
by jrveale
I have a PC application which needs to connect to my ESP32 via a BluetoothSerial.

This program has to make the connection using the Address and UUID of the ESP32.

I've found the specific Address for my chip, but I can't figure out what the UUID should be to allow the connection - can anyone help me?


(This is running on the ESP32 Thing development board.)

Re: UUID for client application to use when connecting to ESP32's Bluetooth Serial?

Posted: Mon Apr 01, 2019 12:52 pm
by jrveale
Edit:

I have tried the usual 00001101-0000-1000-8000-00805F9B34FB with no luck.

I've also tried using a utility that can return a list of services (with their UUID) for any given Bluetooth server - but it's coming up blank.

Re: UUID for client application to use when connecting to ESP32's Bluetooth Serial?

Posted: Sat Jan 04, 2020 4:34 pm
by vikram25897
Hi, please could you provide code for how you used UUID with BluetoothSerial. I need it for my project.