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

IR event handler is activated when no code is received. #21

Open
PSLLSP opened this issue Jan 13, 2025 · 0 comments
Open

IR event handler is activated when no code is received. #21

PSLLSP opened this issue Jan 13, 2025 · 0 comments

Comments

@PSLLSP
Copy link

PSLLSP commented Jan 13, 2025

This is a serious bug, IR handler is called even when no IR code is received, again and again, in a loop. This is just just a bad bug. Try this demo and you will see that micro:bit beeps all the time:

https://makecode.microbit.org/_cwEXRE2JoMHh

Compare with this code, it uses library for NEC compatible remote controller, much better design; it works with the same IR remote controller from ELECFREAK even it is not NEC compatible:

https://makecode.microbit.org/_Y4tJMyPf777M

@PSLLSP PSLLSP changed the title IR event handles is activated when no code is received. IR event handler is activated when no code is received. Jan 13, 2025
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

1 participant