BUT PLEASE STOP POSTING THE SAME THING MULTIPLE TIMES - just post a new thread (like this) for each issue you encounter. The more duplicate things I have to go through the more time is wasted that I could be using fixing stuff
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I just took a quick look at this - I'm afraid I don't have much time now.
Has anyone else got WiFi working? I'm sure I did test this originally and it worked, so I'm not sure what's up....
Compiling with the WiFi info (commenting out
esp_log_level_set("*", ESP_LOG_VERBOSE)
) and enabling jsDebug I see:So it's actually just not connecting as far as I can tell (rather than Espruino having some issue and not reporting it).
To try and get enough space in the IRAM I did change some things in
targets/esp32/IDF4/sdkconfig_c3
- possiblyCONFIG_ESP_WIFI_IRAM_OPT
based on https://docs.espressif.com/projects/esp-idf/en/stable/esp32c3/api-guides/performance/ram-usage.html#optimizing-iram-usage - and I wonder if that affected Wifi stability?BUT PLEASE STOP POSTING THE SAME THING MULTIPLE TIMES - just post a new thread (like this) for each issue you encounter. The more duplicate things I have to go through the more time is wasted that I could be using fixing stuff