Search found 3 matches
- Fri Sep 08, 2023 1:34 pm
- Forum: ESP32 Arduino
- Topic: ESP32 C3 mini/pico: can't get SD card to work
- Replies: 2
- Views: 3044
Re: ESP32 C3 mini/pico: can't get SD card to work
I found this: https://github.com/espressif/arduino-esp32/issues/8457 that talked about the bug. I'm unable to use the defaults on a Lolin C3 Pico because they are incorrect. However, as described in the article above, I was able to get it to work on my C3 Pico using this code snippet: SPI.begin(SCK,...
- Wed Sep 06, 2023 9:15 pm
- Forum: ESP32 Arduino
- Topic: ESP32 C3 mini/pico: can't get SD card to work
- Replies: 2
- Views: 3044
ESP32 C3 mini/pico: can't get SD card to work
I'm unable to get sd.begin to start successfully on a C3 pico when connected to an SD card shield. The same shield works when connected to a D1 pro processor, so I know the SD card shield is working. From my studies I think I've specified the pins correctly in this sketch. Any suggestions for how to...
- Sat Jul 29, 2023 2:28 am
- Forum: General Discussion
- Topic: ESP8266 OTA update Issue with 4M ESP8266
- Replies: 1
- Views: 771
ESP8266 OTA update Issue with 4M ESP8266
I've searched the internet and so far found no answer to this question. The esp8266 forum says it is closed and points to this forum. I have an ESP8266 (WEMOS D1 Mini) with 4M of memory. I'm using the Arduino IDE. I'm unable to use OTA update of any type if the target binary is over about 350 KB. I ...