Search found 6 matches

by MarcelKr
Sun Apr 24, 2022 12:21 pm
Forum: ESP-IDF
Topic: Read from SPIFFS through http server handler results in Guru Meditation
Replies: 2
Views: 1807

Re: Read from SPIFFS through http server handler results in Guru Meditation

Absolutely perfect. I'm using https://github.com/DavidAntliff/esp32-owb and https://github.com/DavidAntliff/esp32-ds18b20 which use the RMT for data RX/TX. The driver is initialized like this: rmt_driver_install(rmt_tx.channel, 0, ESP_INTR_FLAG_LOWMED | ESP_INTR_FLAG_IRAM | ESP_INTR_FLAG_SHARED) Onc...
by MarcelKr
Sat Apr 23, 2022 3:46 pm
Forum: ESP-IDF
Topic: Read from SPIFFS through http server handler results in Guru Meditation
Replies: 2
Views: 1807

Read from SPIFFS through http server handler results in Guru Meditation

I'm trying to read contents of a file on a SPIFFS partition from a HTTP server path handler which mostly results in a Guru Meditaion: Cache disabled but cached memory region accessed exception. It seems, the larger the File I'm reading from (-> the more time the function takes), the more likely the ...
by MarcelKr
Mon Jan 18, 2021 8:53 pm
Forum: ESP-IDF
Topic: Wifi not working on WROMM-32E but working on the WROOM-32
Replies: 7
Views: 6004

Re: Wifi not working on WROMM-32E but working on the WROOM-32

Hey ESP_Minatel, thanks for the hint about the issue. It looks similar but it's closed already and it didn't get solved.

I opened a ticket in the IDF repo on github: https://github.com/espressif/esp-idf/issues/6427
by MarcelKr
Sat Jan 16, 2021 2:50 pm
Forum: ESP-IDF
Topic: Wifi not working on WROMM-32E but working on the WROOM-32
Replies: 7
Views: 6004

Re: Wifi not working on WROMM-32E but working on the WROOM-32

The exact same software flashed to the DevKitC module is able to connect to this router. I don't suspect the router being the problem. However, I tried to connect to an AP opened via my android phone. No success.
by MarcelKr
Fri Jan 15, 2021 6:31 pm
Forum: ESP-IDF
Topic: Wifi not working on WROMM-32E but working on the WROOM-32
Replies: 7
Views: 6004

Re: Wifi not working on WROMM-32E but working on the WROOM-32

Any ideas? If not, I'll create a bugticket on github.

BR Marcel
by MarcelKr
Thu Jan 14, 2021 2:03 pm
Forum: ESP-IDF
Topic: Wifi not working on WROMM-32E but working on the WROOM-32
Replies: 7
Views: 6004

Wifi not working on WROMM-32E but working on the WROOM-32

Hey all, for some reason the minimal wifi station example is working on an older dev board with an ESP32-WRO)M-32 is working. However on my custom PCB with ESP32-WROOM-32E it is not. It's exactly the same software I'm flashing. On both boards, I first erased the flash via `idf.py erase_flash`. The d...