This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Data advertisement in Ble_App_Uart

I want to advertise a data in ble_app_uart  continuously after equal interval of time. Can you please give me some clue. I don't want to use beacon here

Parents Reply
  • Hi,

    The ble_app_uart example would be a good starting point for this. But you need to reconfigure the advertising parameters so that it advertises in non-connectable mode before you restart advertising (if you want it to advertise as a beacon). 

    Manoj Hiwarkar said:
    And in beacon is it possible to change the major and minor values over the air.?

     No, the beacon example advertises in non-connectable mode. Steps you should implement:

    1. Advertise in connectable mode
    2. Provide a service that let's you write data to a characteristic.
    3. Reconfigure the advertising parameters and restart advertising with the data that was written to the characteristic.

    regards

    Jared

Children
No Data
Related