I am trying to build the porting_assistant example from the MM-IOT-ESP32 library ( GitHub - MorseMicro/mm-iot-esp32 ). When I try to build it I get an error.
The environment which I am coding in is VScode and my windows version is windows 11 pro. I downloaded the ESP-IDF V5.1.1 which is stated in the read.me from the mm-iot-esp32 library. I configured MMIOT_ ROOT in the envirmont variables of windows.
I think I set everything up correctly. The complete terminal when I type in idf.py build:
Okay I found the problem, I didn’t set the IDF_TARGET correctly. This needs to be esp32c3, esp32s6 or esp32s3. Now I can build it but I can’t flash the esp32 I got. I know that it is because the version isn’t compatible, but does anybody know if it is doable to rewrite the framework. So that so it can support a esp32 instead of one of the others?
Not yet, the limit on supported platforms is that we currently distribute libmorse.a as a precompiled binary. We will be releasing the source for this very shortly!
Thank you for your fast reply, could you give a range of when u expect it to be released? I need it for a project at school and ohterwise I will buy a esp32s3 for the time being.