SeedLabs-it / smartknob-firmware

Repository for the Smart Knob Firmware (Currently supporting Dev Kit v0.1)
Other
24 stars 2 forks source link

fix random high reading of the strain sensor #56

Open brushknight opened 7 months ago

brushknight commented 7 months ago

Sometimes strain sensor gives random high readings and then goes back to normal values. It triggers the ghost press of the knob which is annoying.

Proposed solution: Add a filter that detects those spikes, filters them out, and returns the previous value.

carlhampuswall commented 3 months ago

Partly fixed with new strain calibration implementation. Will verify in coming days.

carlhampuswall commented 2 months ago

Is better now, but stills needs further work.