Avatar for Jay

Jay

Member since Jan 2025 • Last active Jan 2025
  • 0 conversations
  • 1 comments

Most recent activity

  • in Bangle.js
    Avatar for Jay

    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.

Actions