I'm pretty sure the No list of built-in modules found is happening because the REPL is broken. Usually on connect the IDE/CLI will send a command to figure out what the board type is - but in this case it hasn't executed correctly.
I'd be surprised if this has much to do with BLE. What happens if you reset your Puck, then upload a really simple bit of code? Perhaps you could paste up the code you're uploading here - it might be there's something in it that has somehow confused the upload process.
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.
I'm pretty sure the
No list of built-in modules found
is happening because the REPL is broken. Usually on connect the IDE/CLI will send a command to figure out what the board type is - but in this case it hasn't executed correctly.I'd be surprised if this has much to do with BLE. What happens if you reset your Puck, then upload a really simple bit of code? Perhaps you could paste up the code you're uploading here - it might be there's something in it that has somehow confused the upload process.