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

RDA5807 seek issue #2

Closed
debashis1989 opened this issue Dec 14, 2020 · 4 comments
Closed

RDA5807 seek issue #2

debashis1989 opened this issue Dec 14, 2020 · 4 comments

Comments

@debashis1989
Copy link

Dear Ricardo, I am also facing the same issue, now the frequency change in vol up an down issue have resolved but rds and force mono button still have the same issue, it triggers seeking.

Thanks

@pu2clr
Copy link
Owner

pu2clr commented Dec 14, 2020

I think I found the problem.
The SEEK bit of the RDA register 2 is changing internally by the RDA device. The shadow register 2 (reg02) used by the library is not synchronizing with the internal RDA SEEK bit.
So, when we call seek function (method), this bit is set to 1 by the library and it does not update the status when the RDA device set it back again to 0.
Now I’m setting the reg02 SEEK bit to 0 in every command that use reg02, except the SEEK commands.
I think it can solve the problem.
Unfortunately, I can’t check it now. It will take some time to check it here.
However, you can try it by downloading the last version of the library. If you get success, please, let me know.
Thanks.
Ricardo.

@debashis1989
Copy link
Author

Dear Ricardo, I tested now it's working fine. Thank you for your effort, deeply Appreciated 🙏

@pu2clr
Copy link
Owner

pu2clr commented Dec 16, 2020 via email

@debashis1989
Copy link
Author

Most welcome

@pu2clr pu2clr closed this as completed Jan 11, 2021
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

2 participants