Welcome to Node-RED MCU Discussions! #6
phoddie
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome!
Node-RED MCU Edition is an exploration to run Node-RED flows on inexpensive microcontrollers (like ESP32, ESP8266, etc). It is built on the Moddable SDK, the XS JavaScript engine, and the Ecma-419 standard. It is implemented from scratch, and doesn't use any of the Node-RED project code (at least not yet!).
The target devices are much less powerful than where Node-RED runs today. They have less CPU power, less storage, less memory, and no Node.js. Still, it looks possible to run some useful flows on these MCUs.
When I started this project, I had never used Node-RED before. So.... there are probably some fundamental misunderstandings in the implementation. The advice and assistance of individuals with Node-RED experience would be most appreciated.
Beta Was this translation helpful? Give feedback.
All reactions