Saurabh Chauhan
Saurabh Chauhan

Reputation: 3221

send data using bluetooth to android mobile without an app?

I am working on iBeacon based project to send the push notification to Android devices using Bluetooth wireless technology. Is there any way to send the push notification to Android device without any installed app over the Bluetooth? Basically, iBeacon is connected to Pi using Bluetooth and Pi (Pi 3 with inbuilt Bluetooth) will communicate with Android devices using Bluetooth. Following are the possible ways to send data/notification to Android devices:

But above both ways are not useful for my task. Kindly allow me to know if there is any way to do it.

Upvotes: 0

Views: 1996

Answers (1)

davidgyoung
davidgyoung

Reputation: 64941

You can use Google Nearby to send a notification to the device on beacon detection. Tapping the notification can bring up a website or open a Google Play Store page to install your app.

https://developers.google.com/nearby/

Upvotes: 1

Related Questions