-
Notifications
You must be signed in to change notification settings - Fork 42
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
esp32 platform support needs to be tested #23
Comments
tried to compile "Receive_Raw" example, got error :
|
you are correct...installing from the Library Manager allowed me to compile successfully :) so i tested, and was able to successfully receive a signal that has 2 sync bits, (but with some "issues") : the signal from your library is
while I tested, and actually managed to make it work just an hour ago, to send this signal (and switch the light off successfully):
so your code doesnt catch the first "10765", and then has some extra data bits at the end (you can compare them here https://test.sui.li/oszi/) i tried with a single data sync bit, and with your code i get :
with another library I get so looks good :) |
Since v0.12.0, the esp32 platform is supported thanks to @Bacto in #11 .
Due to lack of esp32 hardware, this is not yet tested. If you can test it, please report your findings in here.
The text was updated successfully, but these errors were encountered: