-
• #2
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.
I'm not having much luck with the CLI over BLE
I'm setting puckjs in the jobfile
I've actually noticed this not found warning in the web ide - but scripts seem to work, so I've not paid much attention
The file seems to write - but leaves the device in a semi-broken state.
The file doesn't actually run - and subsequent attempts to connect via the web ide connect ok, but the repl is broken, sometimes I get this in the repl:
I'm thinking of hooking an FTDI USB-serial adapter to see how much of this is specific to BLE