Learning BLE protocols

Hello, I’d like to learn more about how bluetooth is used. I’m knowledgeable about radio, hardware, and coding but not about bluetooth. I can peruse GIT for the code. Any good links I should visit to learn about how bluetooth protocols work and which ones OMG is using?

I just love your TLA for the project :wink: What’s better than OMG?

The main BLE decoding is happening through Theengs Decoder by receiving and decoding the advertisement data which BLE devices broadcast.

To learn more about the workings and definitions of creating such BLE decoders you can have a look at

1 Like

Thx Digi. Great details on how the decoders are coded.
If others are curious about the gory details: