bitluni / ESP32CompositeVideo

334 stars 59 forks source link

rtc.h not found. #16

Open leenattress opened 5 years ago

leenattress commented 5 years ago

I have installed the esp32 requirements and i get an error on compile for this:

AudioVideoExample:3:21: error: soc\rtc.h: No such file or directory
 #include <soc\rtc.h>
                     ^
compilation terminated.
exit status 1
soc\rtc.h: No such file or directory

An anybody help?

leenattress commented 5 years ago

I discovered a catch 22 in this problem:

This file is not included if I use the esp8266 libraries

It is included if i use the esp32 ones.

But the esp32 ones use a different version of esptool and this version cannot connect to my ai-thinker esp8266.

in general, i cannot get this to work with the esp8266 dev boards you can buy on amazon these days because of this problem.

Fredyy90 commented 4 years ago

This library is made for the ESP32, so its correct that it wont work on esp8266 out of the box. It might even be impossible to port the code, since the esp8266 has a lot less computational power.

bitluni commented 4 years ago

it's esp32 only. esp8266 doesn't have a dac

On Mon, Jun 1, 2020 at 9:13 AM Frederick Behrends notifications@github.com wrote:

This library is made for the ESP32, so its correct that it wont work on esp8266 out of the box. It might even be impossible to port the code, since the esp8266 has a lot less computational power.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32CompositeVideo/issues/16#issuecomment-636656887, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCGI26BVKCR4N4MNEUD5RDRUNIKPANCNFSM4HWL5MNQ .