Neil Kolban

Results 41 issues of Neil Kolban

I have a WROVER and an OV7670 camera. I am using the ESP-IDF as of this post date. All compiles cleanly and when I flash/run, the application runs. However, I...

In the sample code in the function called dma_desc_init() we find the creation of the DMA descriptors in a linked list. In the initialization of an element of this list,...

Two status questions if I may: - Is the ESP32 Technical Reference Manual as it relates to I2S Camera DMA considered complete? - Is the ESP-IDF support of ESP32 camera...

This tool is my esp flasher of choice. However I found that I needed to erase all my flash memory in the same fashion that esptool.py erase_flash does and I...

The library does not appear to have any reference documentation. The best one can do is pour through the source and try and decode what it means. This issue asks...

I see that the version of GCC built is 4.8.2. I see that the latest version of GCC is 5.2 and am wondering if there are plans to update?

My use case is that notifications appear informing the user of something interesting having happened. I would like the user to be able to click on a notification and be...

enhancement

I love code-blocks. Perfect. However, my documents contain a wide variety of languages and I find myself switching between different languages for formatting. In my domain, I use Python, Shell,...

A couple of years ago I fell in love with ESP32. Loved it, loved it, loved it (still do). I tinkered, I created a repo for snippets for samples ......

The current implementation of BLEScan has a `start()` method that takes the duration for which scanning is to be performed. The `start()` method blocks until that duration has completed. While...