bluetooth lowenergy - Get battery voltage and temperature from Ibeacon using Cordova-BLE Plugin -


i trying battery voltage , temperature beacon device using intel xdk cordova ble plugin https://github.com/don/cordova-plugin-ble-central. when scan app device id , rssi value. deviceid mac address (d4:3a:72:47:a0:39). ble.scan() function works fine, can't able connect using ble.connect() function. tried cordova eddystone plugin https://github.com/evothings/cordova-eddystone also. in plugin, scan function not working evothings.eddystone.startscan(foundbeacon, scanerror). can explain how proceed further. appreciated!

the standard ibeacon format not provide battery or temperature data. eddystone telemetry frames so, , beacon manufacturers provide proprietary extensions allowing getting info.

to these data programmatically, need first find manufacturer documentation see if using eddystone or extensions send these data. if extensions, plugins not work. if eddystone, plugin allowing access eddystone telemetry.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -