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,
I'm assuming you are using the Bluetopia stack. Can you attach a picture of the application when you run "AdvertiseLE" from one of the demos? I see you attached an image but I am unable to view it.
Thanks,
Jacob
Hi Jacob,
Thanks for the reply.
I am using Bluetopia stack only. From my project I am using SPPDEMO. I don't know what is AdvertiseLE means, from my project the AdvertiseLE is not there. Can you please help me on this.
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,
Thanks for the reply.
Yeah thats fine Jacob, but another system they are using SPPDEMO from that bluetooth name is advertising thats y I have posted this question in forum. Can you please help me on this
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