ESP32 and ulab - firmware #10473
Unanswered
marestudio2004
asked this question in
ESP32
Replies: 1 comment 2 replies
-
Yu need mkropython with in-build ulab idf libraries, see: You will find already compiled binaries to downland, then by using esptool just flash your esp32. for example ( in my case: esp32 wroom 32, connected to COMport 8, ) :
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
on my ESP32 I'm trying to run a project with:
https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/micro-speech
on the microcontroller I installed the latest version of firmware from https://micropython.org/download/esp32/.
The problem is that this version does not have the ulab library!
I tried in every way to generate the firmware with ulab myself, but I couldn't succeed!
Does anyone have experience and can recommend the fastest way to solve this problem (downloading the firmware in ...)?
Beta Was this translation helpful? Give feedback.
All reactions