I want to create a Bluetooth LE application, one peripheral and multiple (2- 5) centrals.For centrals I will use nrf52840 boards, but for peripheral, I was thinking of using ESP32 because I want to use it as a gateway to the cloud.
But my questions are
- First is it possible for nrf52840 to work with ESP32? (It seems like ESP32 uses Bluetooth V4.2)
- If yes are there any limitations? can the range be affected,comparing if I would have used nrf52 on both ends?