You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
Hi @Gordon,
Thank you for the bonding functionality, I tested it with latest build and it seems to work! How can I execute https://www.espruino.com/Puck.js+BLE+UART with bonding ? In general, accessing the primaryService and characteristics should happen after bonding right ? Do you have any docs for it ?
Thank you.
That's fine - if you apply the battery with the button held down (normal firmware update process) you can totally update the firmware even with the password set - however you can't read the memory back that way, so it's still relatively safe with the password.
You can request bonding with something like this (
startBonding
) - however you need a very recent build as it only got added a week or so ago (it's not in 1v92). The travis builds have it in: http://www.espruino.com/binaries/travis/master/Having said that, it seems to work but isn't properly tested yet