mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

working repository including the workflows file to build for ESP-IDF version supporting espnow #130

Closed ArchMelow closed 5 months ago

ArchMelow commented 5 months ago

Hi there, I want to build a firmware.bin file to flash on my own ESP32 device. I need to be able to import espnow, so the version of ESP-IDF must be higher than at least 5.0 for my usage. I found one of your repo's branch (126-microlite-on-tflite-micro-esp-examples), and looking at the workflows file (build_esp32.yml) it seems that it seems to be executing ci_esp32_idf50_setup function in the micropython/tools. But since there is no submodule for the micropython, I can't figure out which micropython submodule version I should use. Thanks.

ArchMelow commented 5 months ago

Issue resolved. for those of you who would need espnow(espidf >= 5.0) supported in their firmware: I copied a different branch link from mocleiri's repo and edited some of the files to work. fork this repo link and commit something to your local repo, and your action will run. Then you can download your own firmware.