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

How to monitor several beacons in an open area with one Hub.

Hi.

We are a Norwegian company trying to create a prototype to monitoring people. We are already waiting our BLE 5 with ANT capabilities to start creating the prototype. But we are right now having a hard time to find the right and best device to monitor all the beacons. Do you have any idea or suggestion of what we could use as a hub, reader/receiver for all those beacons we want to deploy in a open space area? The Hub/reader need to be able to handle 50 to 100 beacons at a time, ant this reader/hub is the only device connected to the main PC by ethernet. We plan to extend and improve the options, like 2 way comunication and other type of sensors. But for now only we could get the beacons send a small amount of date to position them (triangulate) in an area that will have several Hubs/readers so we can triangulate them, but each hub/reader needs to be able to handle from 50 to 100 beacons at on time.

Parents
  • If you didn't want ANT, I'd suggest a Raspberry PI (or the new RPi Zero W if you can use Wifi instead of Ethernet) but I don't think any of the RPi board have ANT (though you should check)

    Apart from that, I suspect your next best option is to attach a nRF52 to a RPi as a SPI slave, and have the nRF52 handle the monitoring, and use the RPi for transmission via Ethernet to wherever the data is needed.

    If you are willing to write the drivers, you could directly connect an Ethernet module to the nRF52. But I suspect for a prototype it would probably be easier to use the RPi for the Ethernet connection.

    Edit.

    BTW. Triangulation via RSSI is extremely inaccurate. There are multiple posts on this forum about using RSSI for distance measurement and triangulation and I have never seen one where anyone got it to work well.

  • Thanks Roger. ANT is a must for our system, the new nRF52840 BLE 5 comes with mesh networking and its a key factor for our system. We will get these chips by the end of the month, and we will start putting the beacons together. But we are still trying to look for the right hub/reader that can handle a mesh network and a bunch of beacons at the same time. We got as an example the new sensoro that looks and by the specs. works fantastic. Then also we have the "pixie point" that triangulats the beacons by inches, and thats impresive and thats what we are aiming for. Do you have any suggestion on how we should triangulate the BLE 5 beacons? any hub/reader you know of that could help us to start with this?

Reply
  • Thanks Roger. ANT is a must for our system, the new nRF52840 BLE 5 comes with mesh networking and its a key factor for our system. We will get these chips by the end of the month, and we will start putting the beacons together. But we are still trying to look for the right hub/reader that can handle a mesh network and a bunch of beacons at the same time. We got as an example the new sensoro that looks and by the specs. works fantastic. Then also we have the "pixie point" that triangulats the beacons by inches, and thats impresive and thats what we are aiming for. Do you have any suggestion on how we should triangulate the BLE 5 beacons? any hub/reader you know of that could help us to start with this?

Children
No Data
Related