VESC Monitor - Android App

Hi all !

“VESC Monitor” is an Android app which is available for free on Google Play.

https://cdn.apkmonk.com/images/de.solarturtle.vedder_monitor.png

As a beta-tester of this app, I would like to open a specific thread for this app in order to collect your issues, questions, features requests, etc.

Currently, the app does :

  • Display lives data from VESC
  • Record data from VESC in .txt file
  • Allow to select which data are displayed live

We’re working on other features as well :

  • CRC checking (the app makes sure that data received are not corrupted)
  • Notifications

I also created a Excel worksheet that you can use for analyze .txt generated log files with automation script (macro). It’s still in development but it allows to know a lot from a ride (speed, current, etc.)

I’m not sure that the developer wants to release it open-source. But anyway, I’m pleased to participate to this app project.

I’ll keep this thread up-to-date this the latest news ! :wink:

5 Likes

Can it edit parameters for the VESC?

Unfortunately, no. As the title of the app says, it’s only monitoring.

Ah, got it, will still definitely try it out!

Hello @Pimousse just as a FYI, there is already a thread discussing this tool and VESC logging in general.

However I suppose that this VESC logger is important enough and deserves a thread of its own …

Are you part of the development team? How do features requests get to the developers?

And yes, I do have a feature request:

  • I would like to see some sort of timestamps in the log file so we are able to correlate the VESC data to other data, e.g. from a GPS tracking device

Where do you buy/ How do you make the bluetooth module? Is it mentioned in the thread you linked ?

Regards

yes it’s mentioned. Here a short recap.

  • least expensive is a HC-05 bluetooth module. I got mine from dx.com (around 6 USD + free shipping but slow)
  • you need to make a cable with the following connections

HC-05 - VESC UART Port VCC - - - 3,3V GND - - - GND RX - - - TX TX - - - RX leave the other pins

Then enable “PPM and UART” in the VESC, set the baud rate to 9600 and do a VESC reboot. Voila…

2 Likes

Great ! Thanks! I have a HC-05 module from an other project :slight_smile:

Yeah, I know this thread. It’s a very good one afterall, I often visited it. However, I was thinking the app deserves a whole topic because I could let people know how the dev is going and collect easier your feddbacks. :wink:

There are some HC05 module working in 5V (better for using it directly). And RX of the BT module needs voltage divider because VESC UART level is 5V. See a tutorial for connect the HC05 module (works also with a HM10) (sorry, it’s in french, but drawings could help):

I programmed mine for 115200 speed and custom name and pin.

1 Like

Tracked my 20min run home from the office. First flat, then mostly steep uphill. It was pitch dark so took it easy :slight_smile: . Note that I’m running a dual setup, the numbers are for one VESC only. Speed is calculated using ERPM, gearing and wheel size.

I’m getting some good information out of this already. In the picture below you can see the min and max values and the graphs of some values. Produced by excel. The top light green curve is the mosfet temperature. Unfortunately correlation to GPS data for location is missing and not possible yet (hint!!).

2 Likes

Did you use my Excel sheet ? Or yours ?

EDIT : it seems to be yours. Can you have a try with mine and see if you get werid values or other issues ? For speed calculation if find that matching max ERPM with max speed recorder by an app (like Runtastic or Endumondo) is quite more accurate than calculate the ratio with gear and wheels dimensions. (You can select either calculation or GPS ratios)

I used mine as I already had it for some other stuff.

Did download yours and tried - but I get weird values. Your excel tool looks very sophisticated and I can use some stuff. Looks like the sampling rate of the app is 0.2 seconds, correct? Also GPS ratio is nice. Need to do a calibration of my setup. I will PM you a link to my raw data txt file, maybe you can get it running and it might help you in fixing the app. Let me know what the issue was. My setup uses 13 / 36 gearing, 90mm wheels, big r-spec so 7 poles.

btw, I’m using my HC-05 without voltage divider and it seems to work.

Which values are weird ? If it’s distance and speed (using calculated ratio), it’s normal. I can’t find the exact ratio between ERPM and mechanical rotation even using Vedder formula… I have to spend more time on it.

Anyway, I’m interesting into your raw file. :wink:

@Pimousse, I’ve been using this app for a while now (as I don’t have a Bluetooth LE module) and it works great.

I have noticed two bugs in the current version. Would you be able to pass them on to the developer? I tried emailing them but got no response.

All testing was does on a Nexus 5X running Android 6.0.1

Bug 1: The app disconnects from the BT module when the screen orientation changes (I have locked my screen to portrait mode to stop this).

Bug 2: The battery current and motor current readings are always exactly the same value.

Hope this feedback is useful, and a massive thanks to the developer for all their hard work.

P.S. Your analysis Excel spreadsheet looks great, however, I’m unable to import a log file (see the error screens below). I’m running Office 365 on OS X which I know has less features than the Windows version, so it could be that?

Cheers

Sorry, but the developer gave up with his project. So, sorry but you’d better get a BLE module and enjoy Ackmaniac app instead. :wink: