Page 1 of 1

Implementing Bluetooth "3D Synchronization Profile"

Posted: Fri Nov 17, 2023 12:24 am
by Esp32Dave
Hi,

I am interested in creating an interface to a pair of 3D Active Shutter Glasses. These communicate using Bluetooth via the "3D Synchronization Profile". https://www.bluetooth.com/specification ... ile-1-0-3/

I can find various BT examples for working with other Profiles. But there are none that I can find for this.

How would I go about creating code for ESP32 to perform the role of the 3D Display Device communicating with the Glasses utilising this protocol?

I'm assuming I need to implement the areas highlighted in yellow and the grey areas of the stack will be provided by existing Bluetooth Library code?
Any tips or guidance of how to approach this would be great. Particular any examples of how people have implemented other Profiles would be useful.

Many thanks.
Screenshot 2023-11-17 001842.jpg
Screenshot 2023-11-17 001842.jpg (114.05 KiB) Viewed 690 times

Re: Implementing Bluetooth "3D Synchronization Profile"

Posted: Fri Jan 19, 2024 9:25 pm
by TristanK
Hey, I need to do the same. Was your project successful?