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 raw_dumper example not reading data #13

Closed
Gowtham-L opened this issue Mar 23, 2021 · 1 comment
Closed

IR raw_dumper example not reading data #13

Gowtham-L opened this issue Mar 23, 2021 · 1 comment

Comments

@Gowtham-L
Copy link

While trying to use raw_dumper example, in the line ir_rx_init(IR_RX_GPIO, 1024) esp was waiting for initializing but not initializing hanging on that line not initializing and not reading ir signal.......please help me!!!

@Gowtham-L
Copy link
Author

Gowtham-L commented Apr 11, 2021

For record IR using raw_dumper example,......its not working with 2020r2 version SDK, because of below two inbuilt API not working.
os_timer_setfn(&ir_rx_context.timeout_timer, ir_rx_timeout, NULL);
os_timer_arm(&ir_rx_context.timeout_timer, 10, 1);

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