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
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.
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 specifyespruino -p de:vi:ce:ad:dr:es
- and you can list addresses withespruino --list