BLE has two different types of addresses (possibly 3) - but public means the MAC address is unique in the world, and random means it's probably only unique on your local network. If you don't specify a type, Espruino guesses you meant public.
Quite why a Connection Timeout should cause it to disconnect from your PC I don't know though - hopefully I'll be able to reproduce it here.
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.
Great!
BLE has two different types of addresses (possibly 3) - but
public
means the MAC address is unique in the world, andrandom
means it's probably only unique on your local network. If you don't specify a type, Espruino guesses you meantpublic
.Quite why a
Connection Timeout
should cause it to disconnect from your PC I don't know though - hopefully I'll be able to reproduce it here.