Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with ESP32 Arduino Core >2.0.0 stable #32

Open
thijses opened this issue Sep 7, 2022 · 3 comments
Open

Not working with ESP32 Arduino Core >2.0.0 stable #32

thijses opened this issue Sep 7, 2022 · 3 comments

Comments

@thijses
Copy link

thijses commented Sep 7, 2022

I noticed that the compiler errors/warnings exist in version 2.0.0 of the esp32 core for Arduino IDE, but in versions 2.0.4, 2.0.3 (2.0.2 and 2.0.1 not tested), it just doesn't display anything. 2.0.0 still works though.

@thijses
Copy link
Author

thijses commented Sep 7, 2022

(to be clear, by "work" i mean actually output a signal. I think Espressif changed the API for I2S (if the compiler warnings are to be believed) None of the versions spit out an error, and turning on debug outputs (from None to something like Verbose), sometimes removes the compiler warnings (which is bad, because why would that solve anything???))

@Erhannis
Copy link

Thanks; I was using 2.0.5 (I think) and it wasn't working. I downgraded to 1.0.6 (because I misread your post) and it worked. My oscilloscope says that with the new version, the signal varies between only like 90mv and 120mv or something small like that, but with the old version it varies, uh, I think somewhat lower, but all the way up to like 1.2v (about as expected). Not sure if that just means the new version is outputting blank data, or if it's scaled wrong, or what.

@BobSleigh38
Copy link

Hello
I'm also having issues with composite video
I can't see anything starting from espressif v2.0.1
v2.0.0 is ok ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants