ElectricMotorcycleForum.com

  • September 02, 2026, 07:56:52 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

Electric Motorcycle Forum is live!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - steveg

Pages: [1]
1
Zero Motorcycles Forum | 2013+ / Re: Zero App update
« on: January 20, 2017, 06:20:16 AM »
I've heard that they're using a new app development team that is local, and that we should expect something much nicer soon, but that they haven't fully debugged the issues on the current app yet. So, they're definitely aware and want to get a fix out ASAP.

Every time I see apps are available for update I get excited hoping one of them is the Zero app, and every time I am disappointed...

2
I've noticed the low frequency 'squonk' sound the bike makes as I accelerate off the line is much (much) louder when the bike is wet than it is when dry. Anyone else experience this, or know what that's all about?

Thanks!
Steve

3
Zero Motorcycles Forum | 2013+ / Re: Zero App update
« on: December 05, 2016, 12:40:28 PM »
One detail that hadn't occurred to me until now - I'm actually running a beta of iOS 10.2 on my phone. Not sure whether anyone else having trouble is also running the beta or not?

4
Zero Motorcycles Forum | 2013+ / Re: Zero App update
« on: December 02, 2016, 06:53:08 AM »
My bike just received a firmware update, and unfortunately I can report that the problem with the app updating on the riding screen was not resolved. For reference I'm on a 2016 SR. Time to keep digging...

5
Zero Motorcycles Forum | 2013+ / Re: Zero App update
« on: November 24, 2016, 12:46:37 AM »
I have a service coming up next week; sounds like part of it will be a firmware update. I'll post if it fixes the issue.

6
Zero Motorcycles Forum | 2013+ / Re: Zero App update
« on: November 22, 2016, 04:18:03 AM »
. When I go the the riding screen, the app takes the actual values and makes no updates of these values, as if there was no data stream. When I go to the battery page, all the datas there are updated on the fly.

Unfortunately I am seeing the same thing.

7
Zero Motorcycles Forum | 2013+ / Re: Log file parser utility
« on: November 20, 2016, 01:26:34 PM »
Nice one Steve. Please do share, I'm sure it'll save people time.

Submitted a pull request on github. It's still messy, I didn't add anything to update the entry count so it overruns at the end.

8
Zero Motorcycles Forum | 2013+ / Re: Log file parser utility
« on: November 19, 2016, 06:23:34 AM »
I've seen that a couple of times ges. Just try extracting the logs again, possibly after some more activity.

I have a log file that is exhibiting this behavior. To fix it I added code before the parse_entry loop that checks to be sure the byte at read_pos is actually an entry header byte. If it's not I just keep reading bytes until I find the entry header and return whatever the read byte count is as a new read_pos. From there the parse_entry loop works as expected, although in throwing away the bytes I loose an entry off the top of the log (not really a big deal). I can share this code if you want.

Pages: [1]