DAVEga: Battery monitor, odometer, speedometer

This is great. I personally wouldn’t need something like this but it’s clear you’ve put some good work in here.

Edit. Just watched your video and I’d be nuts not to find a way to incorporate this into a build for $10 right? Even if it’s just sitting inside the enclosure gathering odometer readings it’s worth the money

1 Like

This looks very interesting. $10???

1 Like

@Grozniy I’m not aware of the “x things”. Could you post a link please.

1 Like

So the display is the most expensive part and you can get it for less than $5 from AliExpress. The chip is around $2 and the USB-UART adapter also around $2. Other than that, it’s just small and cheap parts.

1 Like

Everything about this is excellent… except the name.

It needs an epic name, something Will Park industries would be willing to back.

As it’s a personal helper of sorts and following the line of recent Amazon and Google naming activity I suggest calling this: Dave

5 Likes

that looks really great, especially for 10$ why not. just interested, how the speed and battery voltage calculated? if I change from 10s to 12s or the gearing the values need to be changed too.

how about water resistens? you think there is an option to get it as min splash proof?

Awesome tool ! Proud to be kind of inspiration ! Yours is crazy ! Coulomb counting and non-volatile variables (such as odometer, working hours, etc.) are defo added-value that we miss. I’d love to see you hardware. Using a Nano (as you mention in your video) is a bit overkill compared to a simple Atmega 328. I need to go this way for a SmartRing V2 less bulky.

Thanks for sharing and pushing it Open Source. :slight_smile:

2 Likes

1g6dnx Dude… :+1::+1::+1:

3 Likes

would gladly pay a markup for one of these.

4 Likes

Love the design!

I think you have you have kicked a goal in term of feedback to the rider, especially for the cost of components.

I realise this argument is a bit premature, but aesthetically I do think the layout adjustment of the data could be worked on to improve the readability of the Speed graph readout, perhaps rotate the readout 90 degrees to use a landscape orientation for the screen instead of portrait? (because humans). Regardless, I want one.

And while I can see you have used light blue square blocks on your prototype to demonstrate changes in speed, and green through red for battery capacity, I am sure an enterprising coder can make something a bit more nuanced and refined.

Suggestion: using inspiration from a Honda S2000 tachometer for the speed graph :smile:

image

3 Likes

How are you going to do coulomb counting? Current clamp or transformer?

I think it would be great to keep the profile of the device down. rather than mounting the board and Screen together. You can mount the board under the deck inside your enclosure and have a wire going to the screen mounted top side.

2 Likes

sandwich style…:sweat_smile: good idea!

Thanks all for the nice comments.

Uh, OK. :sweat_smile: Is that a random pick or is there an obvious justification that I have missed? I agree it needs an enterprise level name and I have nothing against Dave, but just to give the opportunity to the others, are there any other suggestions? :smile:

Battery voltage is read directly from the VESC. So is the current motor erpm, which can be converted to speed. You need to provide your wheel size and gear ratio in the firmware config variables. The same goes for estimating the battery capacity from the voltage. You need to define the number of cells and you can even customize the discharge ticks, i.e. you can define which voltage corresponds to 100%, 50%, 0% etc. You can make it as finegrained as you want to.

Sure. We could have various skins. Landscape orientation is not a problem. If you or anyone else would like to design an alternative skin (as a 176x220 bitmap – that’s the display resolution), I’m happy to do the coding to make it work. Just note that the display resolution is low and complex shapes may not look very nice. That’s why I’m using squares, rectangles and simple fonts with no anti-aliasing.

It would also be possible to display more VESC data, such as temperature, motor current, etc.

The coulomb counting is done inside the VESC and I honestly don’t know how it’s done. I just read the values from the VESC using UART.

Yes, that’s definitely possible. It’s just a matter of having a cable between the headers and the display rather than plugging the display in directly.

3 Likes

Did you read a single vesc or both of them? Because if you running dual you need to have both those values :wink:

1 Like

I read only one and multiply by the number of VESCs (config option). Is that a bad estimate? Reading from both with CANBUS forwarding is of course also possible with some extra work. I think that will be the V2.0. :slight_smile:

2 Likes

That’s a matter of the enclosure, which I don’t have and I’m not sure I can design it. But I guess if you can make one that’s water-tight around the display, it should make the thing at least splash proof.

2 Likes

I’m happy to design an enclosure with you

2 Likes

@janpom This is impressive. I am very interested. Do you have a BOM available? We should talk.

If I had measurements I could model enclosures, including a waterproof gasket, for a lot of different decks for those that want to top mount. I am thinking specifically about the LY Evo, Red Ember Caldera/Bludgeon & Hummie decks.

5 Likes