Dear Nordic-Support and community,
I am developing a system where a Thingy91 device needs to:
- Dynamically connect to a specific BLE device that sends data like Heart Rate, Movement-Data, Geo-Data etc. The generic device configuration will be managed through an online dashboard, and the BLE DEVICE MAC address should be dynamically updated on the Thingy91 via an API endpoint.
- Transmit all sensor data (custom BLE pages) from BLE DEVICE to THINGY91.
- The Thingy91 should also be able to send commands to our BLE device.
- Ensure reliable data reception and forwarding to an server.
In that case, the Thingy91 should act as central and our BLE device as peripheral. Our BLE device has BLE standard 4.1.
I would greatly appreciate it if you could:
- Confirm the feasibility of these requirements.
- Provide any relevant code examples, tutorials, or documentation that could assist in implementing these features.
Please see the attached diagram for further clarification. Thank you for your time and assistance.