We are evaluating use nRF52832 to develop our BLE product. We don't want use normal BLE connection to do the communication as we facing some connectivity failer issues in our previous product.
Requirement:
1. Our product need use Android/IOS app, pc app, web app to receive data from BLE device and also send data to BLE device(two way communication)
2. We don't want use normal BLE connection, we expect no pairing and no connection.
3. We want use Beacon or Advertisement to do the communication.
Questions:
1. Is it possible we use Beacon or Advertisement to do a two way communication without a connection. Any example?
2. Is it possible we customize and send the Advertisement package on Android/IOS app, pc app, web app, to let nRF52832 receive it? Any example?
3. How to do the flow control for the communication?