I use nRF Connect for testing, but Web Bluetooth in Chrome for most programming.
If I'm having issues under Linux (it can still be a bit iffy sometimes) I use npm install espruino-web-ide, run espruino-server, and connect to localhost:8080
Occasionally I use the command-line app too: npm install espruino
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.
I use nRF Connect for testing, but Web Bluetooth in Chrome for most programming.
If I'm having issues under Linux (it can still be a bit iffy sometimes) I use
npm install espruino-web-ide
, runespruino-server
, and connect tolocalhost:8080
Occasionally I use the command-line app too:
npm install espruino