I've got my puck up and running using the web IDE but would like to connect and upload code via the command line on OSX. I have followed https://www.espruino.com/Puck.js+Quick+Start#command-line and installed the espruino node module and noble as well. When I run espruino --list all I get listed is PORTS: /dev/cu.Bluetooth-Incoming-Port and no puck addresses.
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.
Hi,
I've got my puck up and running using the web IDE but would like to connect and upload code via the command line on OSX. I have followed https://www.espruino.com/Puck.js+Quick+Start#command-line and installed the
espruino
node module andnoble
as well. When I runespruino --list
all I get listed isPORTS: /dev/cu.Bluetooth-Incoming-Port
and no puck addresses.Have I missed something?