roving bluetooth leaf devices communicating with multiple IoT Edge devices

Stimpson, John 1 Reputation point
2021-07-27T12:42:18.583+00:00

We have 500+ bluetooth enabled leaf devices that are mobile within a large building complex and need to upload telemetry data at different points in the building.

I would like to position multiple IoT Edge devices throughout the building. As a leaf is roving around and it wakes up to search for a nearby IoT Edge device that is set up in translation mode running our custom module (container app) installed.
-The module (container app) communicates with the leaf device.
-The module communicates to our backend server over rest api. (Not through IoT Hub mqtt solution)

Are there any issues with this solution?
Can the BLE leaf devices connect to different Edge devices as it travels throughout the building?

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
574 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 32,726 Reputation points MVP
    2021-07-27T21:04:36.007+00:00

    Hello @Stimpson, John ,

    The number of devices does not seem to be a problem, I suppose you are thinking about BT LE (advertisement) so you are just listening to devices that pass one or more edge devices.

    The modules, Docker containers need access to the BT stack.

    Normally Docker containers are 'sandboxed' so the challenge is accessing that stack.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.