ESP32 and ulab - firmware #10473
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.
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