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.
Hello,
I am working on TM4C129XNZAD microcontroller, If I load the program there is no error and no warning but the Bluetooth device name is not advertising. Anyone please tell me how to advertise the device name.
Thanks.
Hi Jansi,
If you want to use to demonstrate BLE features, you should use SPPLEDemo, not SPPDemo. SPPDemo is Bluetooth Classic only. SPPLEDemo has an API called "AdvertiseLE" that begins advertising on the CC2564MODA.
Best,
Jacob
Hi Jacob,
In my project I am using SPPLEDEMO, from that how to check the data packet, can you please help me on this. How to check the data packets and command packet. From which function the data packet function we are using.
Thanks
Hi Jansi,
I recommend you look at the "LESend" and "LERead" API's to see how much of the data packet you are able to view. These are the API's that interact with the serial port in the demos.
Thanks,
Jacob