arduino-BLEPeripheral icon indicating copy to clipboard operation
arduino-BLEPeripheral copied to clipboard

Please provide EddystoneTLM

Open iamdenny opened this issue 8 years ago • 2 comments

I just checked your examples which is https://github.com/sandeepmistry/arduino-BLEPeripheral/tree/master/examples/Eddystone There are only UID and URL examples. I would like to get TLM example. Please make it for me. Thanks.

iamdenny avatar Nov 30 '15 12:11 iamdenny

@iamdenny it would be great if you had time to submit a pull request for this!

A few pointers:

  • https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/EddystoneBeacon.cpp
  • https://github.com/google/eddystone/tree/master/eddystone-tlm

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.

sandeepmistry avatar Dec 01 '15 00:12 sandeepmistry

@sandeepmistry @iamdenny Please check this and let me know if it helps. https://github.com/arun271/arduino-BLEPeripheral/blob/eddystone/examples/Eddystone/EddystoneTLM

Thanks.

ioarun avatar Mar 30 '16 06:03 ioarun