The address you are currently seeing is a random privat resolvable address. Espruino will be able to resolve it using the NRF.resolveAddress(private_addr) method, once you have bonded the two devices, e.g. via NRF.startBonding(forceRepair).
As shown in the docs, you can resolve a private address already in the NRF connect callback.
Search Options
Types to Display
Espruino
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
The address you are currently seeing is a random privat resolvable address. Espruino will be able to resolve it using the
NRF.resolveAddress(private_addr)
method, once you have bonded the two devices, e.g. viaNRF.startBonding(forceRepair)
.As shown in the docs, you can resolve a private address already in the NRF
connect
callback.