Configuring a Puck from Linux (Debian/Raspian)

Posted on
  • Hey guys,

    How would I connect to a Puck from cli on Debian(Raspbian) to send commands and get a response, and perhaps configure them (same question as other post).

    ...Skeeve

  • Install the Espruino CLI: https://www.npmjs.com/package/espruino

    You need Node.js and NPM (which should come with it), then run npm install -g espruino.

    Once installed you can do espruino -d Puck to connect to the first Puck device found, or can specify espruino -p de:vi:ce:ad:dr:es - and you can list addresses with espruino --list

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

Configuring a Puck from Linux (Debian/Raspian)

Posted by Avatar for Skeeve_Stevens @Skeeve_Stevens

Actions