Search found 4 matches

by superneyluj
Sun Feb 26, 2023 9:02 pm
Forum: ESP32 Arduino
Topic: SD.remove with esp32
Replies: 0
Views: 877

SD.remove with esp32

im using an esp32 wrover to take picture and store it in a sd card. this part is working well, but i want to remove all the pictures from the sd card with code so i wrote this in the setup root = SD.open("/"); countingFiles(root, 0); // Now print the total files count Serial.println(F("fileCountOnSD...
by superneyluj
Wed Feb 22, 2023 12:38 pm
Forum: ESP32 Arduino
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
Replies: 0
Views: 1305

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)

I tried to push this code to my esp32 wrover : void setup() { Serial.begin(115200); } void loop() { Serial.println("Hello"); delay(1000); } Just for testing, and i have this error : rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:5...
by superneyluj
Mon Jan 30, 2023 5:58 pm
Forum: ESP32 Arduino
Topic: Guru Meditation Error: Core 1 panic'ed (LoadStoreError) with ESP32 Cam Freenove
Replies: 1
Views: 1561

Re: Guru Meditation Error: Core 1 panic'ed (LoadStoreError) with ESP32 Cam Freenove

I tried finding the error with ESP Exception Decoder and i got this : 0x400d24ab: ei_camera_capture(unsigned int, unsigned int, unsigned char*) at C:\Users\cleme\Documents\Arduino\esp32_camera/esp32_camera.ino line 294 0x400d31c6: loop() at C:\Users\cleme\Documents\Arduino\esp32_camera/esp32_camera....
by superneyluj
Sun Jan 29, 2023 7:10 pm
Forum: ESP32 Arduino
Topic: Guru Meditation Error: Core 1 panic'ed (LoadStoreError) with ESP32 Cam Freenove
Replies: 1
Views: 1561

Guru Meditation Error: Core 1 panic'ed (LoadStoreError) with ESP32 Cam Freenove

Hi everyone, I’m trying to process object detection on ESP-32 Cam Wrover. After uploading the Arduino Library on the Arduino IDE and runing the “esp32_cam” sketch from the examples (from Edge Impulse), I get this error : Guru Meditation Error: Core 1 panic'ed (LoadStoreError). Exception was unhandle...