RSSI of connected android device #5230
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-09-07 by @gfwilliams Ahh - sorry, the RSSI value only gets updated in the BluetoothDevice when you're scanning for advertisements (not when it's connected). Is the Android device connecting to Bangle.js? So Bangle.js is the peripheral and the Android device is the central? If so I think http://www.espruino.com/Reference#l_NRF_setRSSIHandler is what you need Posted at 2022-09-28 by user148837 Thank you very much! this helped a lot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-09-03 by user148837
I am trying to get the RSSI value of connected android device with this command-
BluetoothDevice.rssi
but it is always giving me "undefined". Is there any other way to get the value?
Beta Was this translation helpful? Give feedback.
All reactions