This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can i Advertise a specific pattern over air using nrf51422 ?

Is there any way that can allow the user to advertise a sine wave for example over a specific channel or over the three Radio channels ? I am using S130 and Nordic SDK 8.1

Parents
  • Well, you could use the manufacturers specific data in the advertising packet to contain any data you would want within the size limits of the advertising packet. You could use radio notifications or a timer to know when to update the data in the advertising packet to drive the representation of your sine wave.

    So, yes I think it could be done. Although I'm not sure how you will know that the scanner device is forwarding enough of the advertising packets to your application to read it correctly.

Reply
  • Well, you could use the manufacturers specific data in the advertising packet to contain any data you would want within the size limits of the advertising packet. You could use radio notifications or a timer to know when to update the data in the advertising packet to drive the representation of your sine wave.

    So, yes I think it could be done. Although I'm not sure how you will know that the scanner device is forwarding enough of the advertising packets to your application to read it correctly.

Children
No Data
Related