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

nRf51822 Beacon remote gpio

Hi guys,

I'm playing with a beacon kit, nRF51822-BK. It works out of box, no problem but I have a simple question. One of our customer asked me if is possible to control by smartphone the gpio of a beacon. For example when you are in the range of a beacon play with his the leds. I know there are a lot other ways to do that but I'm studying a way to integrate that solution in the beacon hw. By my side what I know, I need to write a new Bluetooth LE GATT Service that run concurrently with beacon service. I think that I could get in some troubles, for example while a client is connected to the gpio service the beacon signal stops to work, so maybe is better to drop the connection asap. Another problem could be race condition, I don't want pairing the devices and all devices could send packet to the gpio service concurrently , but it's not my business.

But the main question is, can I expose a new service without modify the soft_device of beacon?

Thanks in advice for your help

Related