Search found 3 matches

by bruno192
Sat Jun 01, 2024 8:32 pm
Forum: ESP32 Arduino
Topic: ESP32-C2 Wifi not working on module (storage driver issue)
Replies: 4
Views: 1605

Re: ESP32-C2 Wifi not working on module (storage driver issue)

I manged to get it to work using the static libraries. Using idf.py menuconfig XTAL had to change from 40Mhz to 26Mhz. I'm guessing it's the same when using arduino framework.
by bruno192
Fri May 31, 2024 12:25 pm
Forum: ESP32 Arduino
Topic: ESP32-C2 Wifi not working on module (storage driver issue)
Replies: 4
Views: 1605

Re: ESP32-C2 Wifi not working on module (storage driver issue)

I've been using platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5 Which should support c2. But the strange thing is thay WiFi works on the dev. kit ESP8684-DevKitM-1-H4 (which uses C2), but not on the seperate C2 module on the custom PCB. I've tried to use static librarie...
by bruno192
Thu May 30, 2024 2:22 pm
Forum: ESP32 Arduino
Topic: ESP32-C2 Wifi not working on module (storage driver issue)
Replies: 4
Views: 1605

ESP32-C2 Wifi not working on module (storage driver issue)

Hi, I'm using a brand new ESP32-C2 module (ESP8684-MINI-1-H2), bought from mouser.com, on a custom PCB. Programming it using vscode over JTAG works fine with a blinking and serial print example. However when I try to use it as a Wi-Fi client I get the following errors: [ 2289][E][WiFiGeneric.cpp:255...