Replies: 6 comments 36 replies
-
Thank you for reporting your challenges. Let's try to sort things out step by step: Initial question: What's the platform you're building on? macOS or Linux or ... ? First observation:
The statement, that |
Beta Was this translation helpful? Give feedback.
-
Have you been able to run the minimal example successfully on a simulator? |
Beta Was this translation helpful? Give feedback.
-
This should have been fixed some time ago in the Espressif toolchain. I propose to update that as well to the latest version... |
Beta Was this translation helpful? Give feedback.
-
Building succeeds but ends with
Why the port mentioned on the configuration pane isn't taken into account for The suggested command is not valid and should be
The mentioned folder contains
Still with the same example, sending a timestamp does print anything on the debug node. To be continued... |
Beta Was this translation helpful? Give feedback.
-
There is still a major confusing issue on macOS. If Node-RED is started at boot, build against the ESP32 fails.
If Node-RED is started from a Terminal window, build succeeds.
|
Beta Was this translation helpful? Give feedback.
-
Summary
UPDATED 13 Dec 2023 with release 3.5.0 |
Beta Was this translation helpful? Give feedback.
-
I ordered the Moddable Two board and rushed to test it when I received it. Very nice board with a crisp display.
I followed the procedure at Moddable Two Developer Guide to install the Moddable SDK and the ESP32 tools.
Tests with
mcconfig
succeedI am using the minimal example.
The example builds and links, uploads and runs fine.
Tests with
node-red-mcu-plugin
failI am using the minimal example.
Code
Selected board is esp32/moddable-two. Build fails with
Log
Python 3 has been detected but line 99 is hard-coded and calls
python
instead.Changing line /Users/USER/esp32/esp-idf/export.sh: line 99 from
python
topython3
Build goes further with fails anew.
Log
I went to espressif/esp-idf#8760 and applied the recommend fix, to no avail.
I checked
IDF_PYTHON_ENV_PATH
Questions
I do not understand why
mcconfig
works and notnode-red-mcu-plugin
.Is there something wrong with my configuration?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions