Hi
I have a question about bluetooth profile. On bluetooth peripheral device I have two diffirent buffers that I want transfer to host about 5-10 times per second. What profile shoud use and how to add profile in my project?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I have a question about bluetooth profile. On bluetooth peripheral device I have two diffirent buffers that I want transfer to host about 5-10 times per second. What profile shoud use and how to add profile in my project?
Thanks
Yes I can. First buffer is a ADC data of measurement resistance, second buffer is a ADC data too of measurement heart pulse.
May be create proprietary characteristics will more better for me, but it is my first aplication BLE and I have a little expiriense.
Can You suggest any example for study?
Since you are beginning in BLE, I would suggest you to study Simplelink Academy at
first.
Ok, thanks
I use this SDK simplelink_cc2640r2_sdk_4_10_00_10
I looked BLE academy about month ago. I need undestand more deeper. I want to know how realease Bluetooth profiler upper layer of the Bluuetooth stack and after build host aplication. GATT profiler I can study on the example. But Bluetooth has a lot many profilers
Hi Denis,
Since you are new to BLE, I would highly recommend you look through the "Custom Profile" Simplelink Academy, which was in the link that YK posted. That will cover the basics of how to set up profiles, services, and characteristics. It will also show you how to do basic data transfers with custom data.
Best Regards,
Alec