Some of the Node-Reders have backed Pico that includes one of the core team I think.
I've already done a serial based NR node for EnOcean wireless.
I make a start in the next few weeks for espruino.
// On PICO as an IO module.
It's more than just Analog, it's all the GPIO Libraries.
A recent RPI update killed i2c on node.js which killed 1-wire.
Getting event drive IO working on RPI requires skill that is beyond many.
For me with Node-Red & PICO I get perfect separation of concerns.
The former is socket oriented, the later GPIO, but both are JavaScript!
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.
Some of the Node-Reders have backed Pico that includes one of the core team I think.
I've already done a serial based NR node for EnOcean wireless.
I make a start in the next few weeks for espruino.
// On PICO as an IO module.
It's more than just Analog, it's all the GPIO Libraries.
A recent RPI update killed i2c on node.js which killed 1-wire.
Getting event drive IO working on RPI requires skill that is beyond many.
For me with Node-Red & PICO I get perfect separation of concerns.
The former is socket oriented, the later GPIO, but both are JavaScript!