I tried to google the connection errors for C3 and I actually see this which seems interesting, and implies it's actually broken hardware which might explain why it worked for me initially: https://github.com/esphome/issues/issues/4893
The suggestion is to set the transmit power, but that didn't work for me :(
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've just been looking into this more with the WiFi logging enabled, and I see (even with
ESP32.enableBLE(0)
):With BLE enabled (the default) I see:
wifi:Coexist: Wi-Fi connect fail, apply reconnect coex policy
But the interesting bits are:
I tried to google the connection errors for C3 and I actually see this which seems interesting, and implies it's actually broken hardware which might explain why it worked for me initially: https://github.com/esphome/issues/issues/4893
The suggestion is to set the transmit power, but that didn't work for me :(