Dear Nordic,
I'm trying to make a Bluetooth device that only needs to transmit 2 bytes to tablet/smartphone apps running on android, iphone or ipad. The 2 bytes only need sent every 2 minutes. There is no return communication. It is just a broadcast from the Bluetooth device to any handsets within range. I do not need long range.
- I think this means that my device doesn't need to connect
- I think that if I do not establish connections then I will be able to support the broadest range of smartphones / tablets.
- I read that there can be connection problems with some old smartphones/tablets and problems with bonding etc. (Please correct me if I am wrong.)
I want the simplest, most broadly supported solution that is also low power (lasting a year on a coin-cell would be great)
I think I should use and nrf52 series chip and I think I just need to add some data to the advertising.
- Does this sound reasonable?
- How should I set up the advertising?
Since the data can change I expected to do something like this
- Configure the advertising to advertise once,
- Send the advertising with the 2 byte data attached somehow. (how?)
- Sleep for 2 minutes.
- Repeat.
I think there are other ways that this could be done so I want to verify if this sounds reasonable.
Thanks for your help, all assistance is appreciated.
-Jason