It is the very basic code you published for the Puck.js:
NRF.setAdvertising({ 0x1809 : [Math.round(E.getTemperature())] },{ name: "Puck.js 13f1" });
Perhaps I need to parse the results in node-red but its returning an unsigned int (I think)
@Eric 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.
It is the very basic code you published for the Puck.js:
Perhaps I need to parse the results in node-red but its returning an unsigned int (I think)