jeanlemotan / esp32-cam-fpv

esp32 cam digital low latency fpv
MIT License
279 stars 68 forks source link

I am having difficulty compiling #10

Closed happytm closed 1 year ago

happytm commented 1 year ago

I have to admit I never used ESP-IDF before so I am having difficulty compiling your great project. I always use Arduino IDE for my small projects.

Can you please publish compiled binary which I can upload to ESP32 or guide me to use it with Arduino ?

Thanks.

jeanlemotan commented 1 year ago

Hi,

Sorry for the late reply. You cannot run it with Arduino as it needs the idf to be configures differently than Arduino has it configured.

Using the idf is actually pretty easy, although the docs make it look overly complicated. Just follow the steps from the documentation and you'll make it.