Thanks for checking that out! That is a very strange one. Is it possible the Pixl.js is paired in Mac OS's own Bluetooth menu? I'm pretty sure I've heard of problems because of that.
But I don't think a USB Bluetooth dongle is likely to solve it for you then, since it seems the existing Bluetooth is more than capable.
Have you used node.js before? You could install the Espruino CLI from https://www.npmjs.com/package/espruino and then run espruino -d Pixl --ide and you should be able to connect to http://localhost:8080 and get the IDE.
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.
Thanks for checking that out! That is a very strange one. Is it possible the Pixl.js is paired in Mac OS's own Bluetooth menu? I'm pretty sure I've heard of problems because of that.
But I don't think a USB Bluetooth dongle is likely to solve it for you then, since it seems the existing Bluetooth is more than capable.
Have you used node.js before? You could install the Espruino CLI from https://www.npmjs.com/package/espruino and then run
espruino -d Pixl --ide
and you should be able to connect tohttp://localhost:8080
and get the IDE.