Replies: 1 comment 2 replies
-
I just grabbed the ESP32-C3-DevKitM-1 board from the office shelf. It runs $MODDABLE/examples/network/http/httpget and $MODDABLE/examples/network/wifi/wifiscan just fine. I am using ESP-IDF v4.4.3 (which is the recommended version) - not sure if that will make a difference. |
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
-
I can't get either the wifican demo or the httpgetjson demo to work on an esp32 C3 (qtpyc3) using release 4.1. Both examples hang when the program starts
Both examples work fine using a moddable_two. I'm using ESP_IDF v4.4 which works great for me with moddable 3.9.4 on the esp32 c3.
Could some kind soul confirm whether the wifi/http examples work on a c3?
Update: looks like the idf-v5 branch works (with esp-idf v5) so probably some incompatibility between esp-idf v4.4 patch release versions...
Beta Was this translation helpful? Give feedback.
All reactions