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

Device incorrect identifies as RTK Surveyor #737

Closed
nseidle opened this issue Dec 13, 2023 · 2 comments
Closed

Device incorrect identifies as RTK Surveyor #737

nseidle opened this issue Dec 13, 2023 · 2 comments

Comments

@nseidle
Copy link
Member

nseidle commented Dec 13, 2023

v3.8 was the first version to use the tighter tolerance value of 4.75%. Prior to that version, the tolerance windows were very large (10%).

Some ESP32 have an incorrectly trimmed ADC fuse. This leads to the ADC reading of the device ID resistors being slightly wrong. This leads to some devices being improperly ID'd. When the device can't ID itself, it defaults to the Surveyor type.

It seems very rare. We've only seen a few devices (5 currently) that exhibit this behavior. The solution is to increase the ID windows by increasing the tolerance as well as calculating the upper and lower thresholds more accurately.

@nseidle
Copy link
Member Author

nseidle commented Dec 13, 2023

I believe this is what @Stefal was experiencing in #735 but I'm not complete sure.

@nseidle
Copy link
Member Author

nseidle commented Dec 27, 2023

Fixed in v4.0.

@nseidle nseidle closed this as completed Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant