Neil Kolban

Results 64 comments of Neil Kolban

I received two new OV7670 devices and tried them instead of the one I was originally using. Unfortunately no change. I still have exactly the same symptoms.

Thank you sir ... I'll leave this ticket open till we get to the bottom of the OV7670. I was about to hit the send button when a new thought...

I have started studying OV7670 and am making progress. I break the puzzle into two parts: 1) Driving the Camera through its exposed registers. 2) Retrieving the data through the...

@Serpent999 Howdy my friend. I have **not** yet achieved OV7670 support with the code samples here. When I first obtained the WROVER board and plugged in the OV7670, I believe...

For me, I'm more interested in understanding the structure of I2S and DMA than the actual camera registers. I'd like to understand (so that I can help others understand) the...

@Serpent999 Do you have any thoughts on a way we can collaborate together to understand it in depth and write it up for the benefit of all? I have some...

Looking at `lldesc_t`, we see (that as of this date), it is described as: ``` /* this bitfield is start from the LSB!!! */ typedef struct lldesc_s { volatile uint32_t...

@tekker @Serpent999 @igrr All this material is GOLD in this issue. Do we want to keep posting comments here or do we want to turn this into a forum thread?...

The attached is my first draft at taking @igrr excellent words and ... well ... simply re-writing them. The way I work is to read, practice and then from memory...