bitluni / ESP32CameraI2S

169 stars 61 forks source link

Ethernet #8

Open kozuch opened 5 years ago

kozuch commented 5 years ago

Is it possible to add ethernet to the OV7670 solution (without fifo)? I would like to use the Waveshare LAN8720 PHY as advised here:

https://github.com/espressif/esp-idf/blob/master/examples/ethernet/ethernet/README.md https://sautter.com/blog/ethernet-on-esp32-using-lan8720/

Thanks!