-
• #2
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
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