indrekluuk/LiveOV7670

Ethernet

Opened this issue · 3 comments

Is it possible to add ethernet to the OV7670 solution (without fifo)? If so, what would be the cheapest solution to do so? The original Arduino Ethernet shield seems to be pretty expensive to me.

Thanks!

I think the hardest part of doing it is the fact that without buffering the wifi/ethernet module has to be able to stop everything what it is doing to receive the camera data. Maybe it can be done since wifi modules are much faster then Arduino, but I haven't tried it myself yet.

At some point I want to try if I can get it working with the ESP8266 wifi module.

Thanks for your reply! I am Arduino noob. Are there enough gpio pins left on Arduino for Ethernet? I can sacrifice the Spi display as I do not need it.

It depends on the ethernet module. If the module can receive data over SPI then there probably is enough left-over PIN's to do that (if you remove the display).