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

Sending string over eddystone tlm

i want to send string over eddystone tlm...and wish to use temperature part for this...so how can i display character string instead of temperature in eddystone TLM..please help

Parents Reply Children
  • so  what you said is right...we need to get connected to app so that we can configure the slots...i tried calling  "es_adv_start_non_connctable_adv();" insted of "nrf_ble_es_on_start_connectable_advertising".......this actually makes eddystone non-connectable...we can not configure slots...

    mean you are saying that we stay connected to app (until disconnect manually) but eddystone advertises in non connectable mode??

    Thank you for sharing your answer...appreciate it.

    now my question is can we remove that button handler...so that we can get connected directly without pressing a button.....

    i have tried removing that too...but it did not work....nrf_eddystone app keeps on scanning for device but it can not find nrf52832 on scanning.....why.....is that too controlled on app side...

     

  • Can we alter the eddystone tlm (telemetry) packet to send custom data. [This is not following the standard packet structure]. 

    But I wanted to know how to alter the given data packet information using NORDIC APIs so that we can read the same in the customized app.

Related