You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EddystoneBeacon::loop(), a check would need to be added to switch the Eddystone data advertised from UID/URL to TLM at a regular interval. For example, current advertisement interval is 100ms, so TLM data could be interleaved every 10 packets or so.
Activity
sandeepmistry commentedon Dec 1, 2015
@iamdenny it would be great if you had time to submit a pull request for this!
A few pointers:
In
EddystoneBeacon::loop()
, a check would need to be added to switch the Eddystone data advertised from UID/URL to TLM at a regular interval. For example, current advertisement interval is 100ms, so TLM data could be interleaved every 10 packets or so.ioarun commentedon Mar 30, 2016
@sandeepmistry @iamdenny Please check this and let me know if it helps.
https://github.com/arun271/arduino-BLEPeripheral/blob/eddystone/examples/Eddystone/EddystoneTLM
Thanks.