Hi everyone,
I’m working on a project where I need a Teacher device (Central) to maintain simultaneous connections with multiple Student devices (Peripherals) via Bluetooth Low Energy (BLE).
The Goal:
- Reliability: The connection must be stable for data exchange.
- Scalability: I need at least 2 student devices connected to the teacher board at once
- Platform: I’m using the Arduino IDE for programming.
Current Research: I’ve looked into the ESP32 and the nRF52840 (Adafruit). From what I’ve gathered these are good options but are they reliable and durable? do they drain the battery of the product (if i will be using batttery)?
My Questions:
- Between the ESP32 and nRF52840, which is more reliable for handling multiple active connections?
- Are there specific libraries (like NimBLE for ESP32) that you would recommend for this?
- Are there other boards I should consider for the “Teacher” hub that handle multi-device pairing more easily?
- What would you suggest using?
- Is there another bluetooth connection that I should try instead of these?
Thanks