OnewheelCommunityEdition / OWCE_App

GNU General Public License v3.0
114 stars 30 forks source link

[Feature Request] lifetime top speed #104

Open WhistenGood opened 12 months ago

WhistenGood commented 12 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen. Would just love to be able to see lifetime top speed and last trip top speed. A user controlled tripometer would be nice as well.

beeradmoore commented 12 months ago

Top speed can be finicky, as the slightest amount of free wheel will blow it out of the water. So we'd have to try add something to detect that which adds to its complexity.

User controlled tripmeter would be great.

WhistenGood commented 12 months ago

I’d think top speed wouldn’t be too tricky as there is already a fully functional speedometer it’s just be information from that, the standard fm app does it and OWCE app already feels like a better app minus not displaying that information. Appreciate the quick response and the alternative app. Best regards, Chad Soren 760-297-7753On Nov 7, 2023, at 2:02 PM, Brad @.***> wrote: Top speed can be finicky, as the slightest amount of free wheel will blow it out of the water. So we'd have to try add something to detect that which adds to its complexity. User controlled tripmeter would be great.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

beeradmoore commented 12 months ago

From what I recall in the standard app if you bonk a log and your wheel accelerates it messes up your top speed as speed is measured by rotations of the wheel. If the wheel is not on the ground it goes much faster.

If the OW app is doing it, it doesn't mean it's not tricky to add. We still would need to write our own algorithm to detect sudden spikes in speed to avoid false positives.

WhistenGood commented 12 months ago

The free spin doesn’t actually log as speed it shows but doesn’t stay logged Best regards, Chad Soren 760-297-7753On Nov 7, 2023, at 2:35 PM, Brad @.***> wrote: From what I recall in the standard app if you bonk a log and your wheel accelerates it messes up your top speed as speed is measured by rotations of the wheel. If the wheel is not on the ground it goes much faster. If the OW app is doing it, it doesn't mean it's not tricky to add. We still would need to write our own algorithm to detect sudden spikes in speed to avoid false positives.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

beeradmoore commented 12 months ago

If they have that it must be new maybe within the past year or two. Top speed screen has always been broken as it retains max instantaneous top speed which is common to be really high when people kiss the pavement.

I'll double check later what my app report.

WhistenGood commented 12 months ago

Is it possible to turn lights on/off with the app ? That is another essential feature for a go to app for ow. Best regards, Chad Soren 760-297-7753On Nov 7, 2023, at 3:14 PM, Brad @.***> wrote: If they have that it must be new maybe within the past year or two. Top speed screen has always been broken as it retains max instantaneous top speed which is common to be really high when people kiss the pavement. I'll double check later what my app report.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

beeradmoore commented 12 months ago

Not at this stage but it is planned. Having a stable app publicly available is priority.