• Hi,

    As in your other post: http://forum.espruino.com/conversations/­318682/#comment14158558

    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.

    But then you want to export your code to a CSV file and then write a script that grabs the code out of the CSV file, makes the script you want to upload, and then calls espruino -p de:vi:ce:ad:dr:es script.js

    Let me know if you need a hand with that though.

    You mentioned "I'd like to connect to each one it can see" rather than just connecting to each in turn - so in that case you'd probably want to call espruino --list | grep Puck, then iterate over the results of that and grab the relevant data out of your CSV file (which you could do with grep again)

About

Avatar for Gordon @Gordon started