Search found 4 matches

by proggi_DE
Tue Oct 31, 2023 9:27 pm
Forum: ESP32 Arduino
Topic: Camera Web server
Replies: 8
Views: 6169

Re: Camera Web server

lbernstone wrote:
Mon Jul 11, 2022 7:29 am
These are quirks for the specific sensors.
Perhaps you are just looking for the source code to the functions?
https://github.com/espressif/esp32-camera
When compiling the Camera WebcamServer project where does the compiler find the c-code file? I can find the header files only....

Thanks
by proggi_DE
Fri Dec 02, 2022 12:39 am
Forum: ESP32 Arduino
Topic: SerialBT.available() throws exception
Replies: 1
Views: 1138

Re: SerialBT.available() throws exception

Another exception decoding, this time "StoreProhibited" Guru Meditation Error: Core 1 panic'ed (StoreProhibited). Exception was unhandled. Core 1 register dump: PC : 0x40092176 PS : 0x00060333 A0 : 0x80091074 A1 : 0x3ffc87b0 A2 : 0x06000092 A3 : 0x0000abab A4 : 0xb33fffff A5 : 0x00000001 A6 : 0x0006...
by proggi_DE
Tue Nov 29, 2022 11:36 pm
Forum: ESP32 Arduino
Topic: SerialBT.available() throws exception
Replies: 1
Views: 1138

SerialBT.available() throws exception

Hello, I have a code, that regularly (every 5ms) calls a function from loop(), that decodes incoming serial protocols from SerialBT. Before reading the buffer it is checked by SerialBT.available() to go on with reading and decoding state machine. The ESP32 WROOM-32E throws: Guru Meditation Error: Co...
by proggi_DE
Tue Oct 01, 2019 2:28 pm
Forum: ESP-ADF
Topic: Can't compile ADF expamles
Replies: 2
Views: 5338

Can't compile ADF expamles

I setup my environment with "esp-idf-tools-setup-2.1.exe" under Windows 8. After that the IDF samples can be compiled and flashed without any problems. Then I added the "esp-adf-master" folder into esp32 folder with the adf-sdk inside and added the environment variable "ADF_PATH" pointing to this fo...