Results 25 comments of Krzysztof

Hello @jfbrazeau, The wires on the picture above are couple of times longer than recommended for the OV7725 and ESP32 DevKitC. Below is what worked for me: ![image](https://user-images.githubusercontent.com/12953787/35476682-489f6bd8-03b4-11e8-8803-731c4e3e6098.png) Please read...

This is very good news Quirc already worked for you. I will redo my testing then once I have the camera operational with esp32.

Quirc indeed does not like to work out of box. Already at `quirc_end(qr)` I am getting: ``` C:/msys32/esp-idf/components/freertos/./queue.c:1445 (xQueueGenericReceive)- assert failed! Guru Meditation Error: Core 0 panic'ed (Unhandled debug exception)...

```c printf("Free heap: %u\n", xPortGetFreeHeapSize()); ``` - before `camera_init` - 263,864 bytes - after `camera_init` (QVGA) - 181,668 bytes

@knopserl, I am happy it works and that you are able to further tweak it! > Now I need a hint how to redirect the internal DAC signal to the...

> I saw the thread in the ESP32 forum which advises to not directly to the CW to DAC connection but go thru the I2S to the internal DAC. So...

> I used a precalculated sine sample value array (at compile time) or a calculation during runtime before feeding the I2S output (for an external DAC/Amp) and I was not...

@bwjohns4 I am sorry for the slow reply! Could you please check if the drawing below properly documents the changes? ![eeprom-layout drawio](https://user-images.githubusercontent.com/12953787/152765561-5fcf2c14-2d4c-4bdd-8c47-0af5c578cb89.png) [eeprom-layout.drawio.zip](https://github.com/krzychb/EspSaveCrash/files/8014259/eeprom-layout.drawio.zip)

Hi @NickChungVietNam, I am happy you like this library! As for now arduino-esp32 is not yet ready to implement similar functionality. I see two options how do it: 1. Add...

Hi @williamesp2015, To access your ESP from ordinary web I would use dyndns and port forwarding on you router to your ESP as suggested by @Links2004 - https://github.com/Links2004/arduinoWebSockets/issues/123#issuecomment-248033517. Then, to...