T-ZigBee, ESP-IDF project upload?
-
Is it possible to upload ESP-IDF projects to the ESP32-C3 on the T-ZigBee board? I want to be able to author images that can use the OTA updates feature but from a remote website and I am much more familiar with programming ESP devices using the EspressIF IDEs.
-
@papadeltasierra not had a chance to try it yet, but it looks like Arduino (INO) projects get uploaded using the standard Espressif
esptool.py
tool which would imply that anesp-idf
built project could be uploaded in the same manner. -
OK, can now confirm that an ESP32-C3 project built using the Espressif
esp-idf
framework can be uploaded to the T-ZigBee board. You will need to use the latestesptool
(now a PyPi package) to ensure that the chip can be set toesp32c3
.