-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling for Moddable Two under Windows #13
Comments
It looks like your IDF_PATH definition is not consistent:
The second environment doesn't seem to be configured as it should be... |
Hi, I corrected the PATH.
|
Could you please as well update your installation of node-red-mcu-plugin? There happened a lot in the last weeks, even after the latest formal release that is available on npm. So, please do a
This could / should fix the
topic - and bring you one step further to a successful build run. |
Hi, When I start it I get some new messages: Welcome to Node-RED5 Feb 15:40:09 - [info] Node-RED version: v3.0.2 |
Hi, It looks like I got Node Red up and running again. I am trying to deploy a flow with a UI node but I get this message: Starting build process... Can I enable UI support? |
After updating everything and ùwhen trying to load a simple flow (with no UI) I get:
|
But it looks like it worked since Xbug shows the flow running. |
Great, that looks like it a successful build process... !! 👍
Yes, you can! This is an option selectable in the Configuration Panel of the plugin: In case you don't see this option, click on to display it (and others as well). |
Hi there,
I have recently recieved a Moddable Two.
I have loaded the standard examples as per the Moddalbe instructions and everything works.
I am now trying to load a simple Node Red Flow so far without success.
I am wandering if the reason might be that the ESP-IDF PATHs are not setup.
When loading a program following the Moddalbe method, I start by launching a CMD script called ESP IDF 4.4 CMD that looks like this:
One then launches the x86 using:
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"
Then, one can compile and export to the board using:
mcconfig -d -m -p esp32/moddable_two
Here is the output from the console monitor in Node Red:
The text was updated successfully, but these errors were encountered: