CLI tricks?

Posted on
  • I'm not having much luck with the CLI over BLE

    Connecting to 'c8:71:9f:36:a5:ee'
    Connected
    ****************************************­****************************
    * No list of built-in modules found. If you get 'Module not found' *
    * messages for built-in modules you may want to connect to a board *
    * with '-p devicePath' or use '--board BOARDNAME'                  *
    ****************************************­****************************
    Module neopixel not found
    

    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:

    >Uncaught Error: String too big to convert to float
     at line 1 col 547
    ....stringify(process.env),">>",">")
    

    I'm thinking of hooking an FTDI USB-serial adapter to see how much of this is specific to BLE

  • 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.

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

CLI tricks?

Posted by Avatar for ptone @ptone

Actions