Replies: 1 comment 3 replies
-
I will try to: The idea is that you create a flow (like always) in the Node-RED editor. This flow, that usually runs in the Node-RED runtime, is then compiled (we call it build) and pushed to a connected MCU. The MCU resets and launches the flow. As long as the MCU is connected to your development system & running the flow, you'll receive the feedback you are familiar with from your standard Node-RED operations, like status updates or debug messages, created by the MCU - in the Node-RED editor. You will - currently - be able to use nearly all of the standard nodes & some more, as described in the node-red-mcu repository. The MCU yet acts as an autonomous system, supporting many communication protocols. Talking e.g. to an MQTT broker is as simple as dropping and configuring an MQTT out node in your flow. To manage expectation: The Link-across-Systems feature you described is currently not available. Dis this short explanation answer your question(s)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a Node-RED contributor and have previously run nodes on espruino. I'm not entirely understanding how this plugin is supposed to work or what it's supposed to do. Probably due to my preconceptions...
Is the idea that I'm running a node-red instance per MCU?
Or can I run a "server" Node-RED instance where some of the flows run on some MCU instead of running on the server itself?
And can I then have link nodes that go from, say, a server-side flow to an MCU-side flow and some communication mechanism I set-up sends the messages across? (That's what I had with Espruino)
If this is not how it's supposed to work, can you explain? :-)
Beta Was this translation helpful? Give feedback.
All reactions