Nice - I'm surprised that hex image from the repo didn't work though. Did you try without UART connected to P0_6/etc?
Looking at this it seems Espruino checks to see if the UART is attached on all nRF52 boards, so if nothing was connected it should have just ignored it and presented itself over BLE like a Puck.
Actually it looks like *_PIN_NUMBER aren't used either...
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.
Nice - I'm surprised that hex image from the repo didn't work though. Did you try without UART connected to
P0_6
/etc?Looking at this it seems Espruino checks to see if the UART is attached on all nRF52 boards, so if nothing was connected it should have just ignored it and presented itself over BLE like a Puck.
Actually it looks like
*_PIN_NUMBER
aren't used either...