I am creating a software. I have this http://estimote.com that is an iBeacon that transmit bluetooth signals. I know that bluetooth is omni directional but can I directinize it to one single direction? If yes, how can I do this?
Thanks
I am creating a software. I have this http://estimote.com that is an iBeacon that transmit bluetooth signals. I know that bluetooth is omni directional but can I directinize it to one single direction? If yes, how can I do this?
Thanks
You'd have to use a custom antenna and/or custom shielding. Either way is not really easy to do and there are mistakes to be made (especially when trying to do this on such small(?) scale). Worst case - and depending on where you live - you might even get problems with local authorities in case your signal becomes too strong and/or interferes with other things (although unlikely with such small devices).
There's no way to solve this issue in software.
However, depending on what you're trying to do (e.g. determining a direction), you might be able to use two of those stickers next to each other, so you could use triangulation.
Bluetooth uses radio waves for transmission. If you can create a directional radio wave device, and they do exist, you can create a directional bluetooth. You may wish to look at the electrical engineering stack exchange. This is not possible without different or modified hardware.
Here is an example where it appears someone is doing what you are asking: https://electronics.stackexchange.com/questions/53674/adding-a-yagi-antenna-to-a-bluetooth-dongle
This example is regarding adding a yagi directional antenna to a bluetooth dongle.