kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
642 stars 38 forks source link

Host mashine JS code? = Node-RED support? #639

Open PizzaProgram opened 8 months ago

PizzaProgram commented 8 months ago

I've searched all the docs, code, issues, etc but could not find enough info about:

How to "remote-control kaluma firmware" from a host PC ?

(eg. from Raspberry Pi OS, where the Pico board it attached to it via USB)

The Goal is:

Node-RED is a famous, universal visual tool, to integrate all kinds of boards and protocols. NR is Written in NodeJS, so it would be ideal to cooperate with it.