... a quick note on this: The Web IDE and the puck.js library use the device name or the 128 bit Nordic UART UUID (in the scan response packet) to identify devices.
By changing the start of the name away from Puck.js/etc you're relying purely on the Nordic UART UUID to identify the device - which is less reliable especially in areas with loads of Bluetooth devices.
Another way around this is to just set your device's name to Puck.js ⚡
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.
... a quick note on this: The Web IDE and the
puck.js
library use the device name or the 128 bit Nordic UART UUID (in the scan response packet) to identify devices.By changing the start of the name away from
Puck.js
/etc you're relying purely on the Nordic UART UUID to identify the device - which is less reliable especially in areas with loads of Bluetooth devices.Another way around this is to just set your device's name to
Puck.js ⚡