I usually use EspruinoHub to bridge from MQTT.
However one of the steps to set up Noble (the lib that contrib-blue-uart probably uses) is to run the command:
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
Have you done that? It might help? If node doesn't exist you might have to change it to which nodejs
node
which nodejs
@Gordon started
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 usually use EspruinoHub to bridge from MQTT.
However one of the steps to set up Noble (the lib that contrib-blue-uart probably uses) is to run the command:
Have you done that? It might help? If
node
doesn't exist you might have to change it towhich nodejs