Hello everyone,
I'm currently working on a project and I'm encountering issues.
The project involves with a BLE and a smartphone.
The goal is to send Data from an application, that the smartphone gets from a BLE.
Everything is working from now, when I press a button, the BLE sends Data, the smartphone gets it, then send it to a server
But I'd like the smartphone to gets data without launching the application.
After some researches, I've found out that a Beacon could awake the app without launching it, so it would mean that the BLE would transforms itself as a Beacon, awake the app, then changes itself again to a standard BLE, to send data to the smartphone. Is it possible ?
If not, is there another way ? All we want is that the BLE sends data and the smartphone gets it without starting an application.
Thank you in advance