petermetz / cordova-plugin-ibeacon

An iBeacon plugin for Phonegap / Cordova 3.x and upwards. Supports both iOS and Android (contributions are welcome)
Apache License 2.0
726 stars 373 forks source link

Connect with iBeacons (write/read) #246

Open aserrin55 opened 8 years ago

aserrin55 commented 8 years ago

I have read that it is possible to monitor iBeacons but, is there any way to connect with them and write data? (for example, change the uuid, major, minor..) Thanks

justinschuldt commented 8 years ago

That's not possible with this plugin

iBobik commented 4 years ago

I also would like to comunicate with a beacon device.

Is it possible in combination with https://github.com/randdusing/cordova-plugin-bluetoothle ? (Phone came nearby iBeacon device and then exchanged some messages with it.)