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

Communication between two NRF51822 Beacon Kit

I'm going to write to inquire about Bluetooth Low Energy Device Beacon which will be smallest in size and can operate with coin cell battery and also able to communicate two devices with each other. I need following function to be performed by these two devices. one Ble will act as transmitter and other will be receiver and receiver will also connected with four Led's ( yellow,blue,green,red) as follows
1 - When one device will be in range of other it will Blink Yellow Led.
2 - When same device reached near (about 2-3 meters) to other it will Blink Blue LEd.
3 - When same device will reached 2 feet away from it it will blink Green LEd.
4 - When same device is going away from the range of other device Red Led will starts blinking.

Please let me know if you are able to provide this type of solution.

Regards,

Khalil Ahmad

Parents
  • Hi Khalil,

    This is should be possible, but you should note that distance measurement via RSSI is quite inaccurate. So it only works if you don't need an accurate distance estimate (though you should be able to get something like "very close", "probably some distance away", and "probably far away". (Also, I suggest you consider an nRF52 device instead unless you plan to use the beacon kit as is. You can make any nRF52 design just as small as an nRF51 design.)

Reply
  • Hi Khalil,

    This is should be possible, but you should note that distance measurement via RSSI is quite inaccurate. So it only works if you don't need an accurate distance estimate (though you should be able to get something like "very close", "probably some distance away", and "probably far away". (Also, I suggest you consider an nRF52 device instead unless you plan to use the beacon kit as is. You can make any nRF52 design just as small as an nRF51 design.)

Children
Related