You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm walking through the J5IK guides and on the pentiometer one, I found that scaleTo is too small by a factor of 4. Poking around with logging, I discovered that this is because the raw value is 0-1023, but the sensor resolution is listed as 4096. This means that when we scale, we're only a quarter of what we should be. The resolution comes from the board's RESOLUTION.ADC which is 4096 in this code. Is that an error? or is the bug elsewhere?
The text was updated successfully, but these errors were encountered:
I'm walking through the J5IK guides and on the pentiometer one, I found that
scaleTo
is too small by a factor of 4. Poking around with logging, I discovered that this is because the raw value is 0-1023, but the sensor resolution is listed as 4096. This means that when we scale, we're only a quarter of what we should be. The resolution comes from the board's RESOLUTION.ADC which is 4096 in this code. Is that an error? or is the bug elsewhere?The text was updated successfully, but these errors were encountered: