Dimitris Zervas
Dimitris Zervas
by being nice
Oh I also wanted to ask what's up with I2S and DMA. The camera is advertised as an I2S device but I see it is used with DMA. What's up...
Ok the wifi latency (with full 1500 byte payload) is around 2.5ms. I did a benchmark by sending the `gettimeofday` and analyzing the values with python (it even has a...
I was also thinking if there's an upside on using a CMOS camera to be able to apply FEC - would turn the ESP into a vTX. How much better...
> The ESP camera component was modified to send the data as it's received from the DMA instead of frame-by-frame basis. > This decreases latency quite significantly (10-20 ms) and...
Sidenote: According to your rates, you're way past the specs described in OV2640 datasheet. You're not only capturing, but also encoding, sending, receiving, decoding and showing images at 45+ FPS,...
I wanna chip in and say that I have the same problem in python 3.9. I think that the problem is that bCNC resets the controller altogether by setting the...

Yeap, checks out, I commented out the two `setDTR()` blocks in Sender.py in the `open` function and it works like a charm! also the sleeps are not needed and the...
Have you tried pressing enter many times in the terminal window?