• Required reading for all forum users!!!

    Welcome!
    Register to access the full functionality of the GSResources forum. Until you register and activate your account you will not have full forum access, nor will you be able to post or reply to messages.

    A note to new registrants...
    All new forum registrations must be activated via email before you have full access to the forum.

    A Special Note about Email accounts!
    DO NOT SIGN UP USING hotmail, outlook, gmx, sbcglobal, att, bellsouth or email.com. They delete our forum signup emails.

    A note to old forum members...
    I receive numerous requests from people who can no longer log in because their accounts were deleted. As mentioned in the forum FAQ, user accounts are deleted if you haven't logged in for the past 6 months. If you can't log in, then create a new forum account. If you don't get an error message, then check your email account for an activation message. If you get a message stating that the email address is already in use, then your account still exists so follow the instructions in the forum FAQ for resetting your password.

    Have you forgotten your password or have a new email address? Then read the forum FAQ for details on how to reset it.

    Any email requests for "can't log in anymore" problems or "lost my password" problems will be deleted. Read the forum FAQ and follow the instructions there - that's what we have one for...

  • Returning Visitors

    If you are a returning visitor who never received your confirmation email, then odds are your email provider is blockinig emails from our server. The only thing that can be done to get around this is you will have to try creating another forum account using an email address from another domain.

    If you are a returning visitor to the forum and can't log in using your old forum name and password but used to be able to then chances are your account is deleted. Purges of the databases are done regularly. You will have to create a new forum account and you should be all set.

Battery Tracker - Voltmeter alternative

Looks interesting, but I did not see anything saying its waterproof or the physical size if its small could properly fit in a dry spot.
just found then in uk it states the size is 2.75" x 2"
 
Last edited:
What a coincidence...I've started a small electronics project to track the voltage of my charging system, and engine rpm.

I'd be tempted to buy one of these instead, if they could be had for a reasonable price here and were a little bit smaller.
Surprisingly, I couldn't find any similar products on whim.
 
What a coincidence...I've started a small electronics project to track the voltage of my charging system, and engine rpm.

I'd be tempted to buy one of these instead, if they could be had for a reasonable price here and were a little bit smaller.
Surprisingly, I couldn't find any similar products on whim.

Well it's coming along nicely. This weekend I finally got around to (re-)familiarize myself with the Arduino platform, and wrote a first rough draft of a program which derives rpm from ignition, and measures voltage. Next up will be implementing writing the data to an SD card.

Sneak peek:
nwzY0KTm.jpg


The future could hold a lot more and might get rid of the SD, but let's not get ahead of myself just yet...
 
Well it's coming along nicely. This weekend I finally got around to (re-)familiarize myself with the Arduino platform, and wrote a first rough draft of a program which derives rpm from ignition, and measures voltage. Next up will be implementing writing the data to an SD card.

Sneak peek:
nwzY0KTm.jpg


The future could hold a lot more and might get rid of the SD, but let's not get ahead of myself just yet...

Now this is up my alley. How and what are you using to measure the engine RPM?

The tach in my 1979 GS850G squeals like a mofo when it's hooked up, which means the bearing in there is shot. Buying random used tachs off of eBay is a total crap-shoot. I'm considering replacing the mechanical bits with a tiny servo and some circuitry to measure the RPMs. I have dabbled in Arduino (C++) but I'm more comfortable with Python so I would probably use an ESP32 and have a smartphone UI as a bonus.
 
Now this is up my alley. How and what are you using to measure the engine RPM?

The tach in my 1979 GS850G squeals like a mofo when it's hooked up, which means the bearing in there is shot. Buying random used tachs off of eBay is a total crap-shoot. I'm considering replacing the mechanical bits with a tiny servo and some circuitry to measure the RPMs. I have dabbled in Arduino (C++) but I'm more comfortable with Python so I would probably use an ESP32 and have a smartphone UI as a bonus.

I'm aiming for an inductive measurement from the high-tension wires. Though the goal here is to create a datalogger which lets me correlate rpm and voltage over the duration of a ride, not creating a tach; rpm's get averaged and only recorded in intervals, combined with voltage.

I'm using the Arduino mainly for prototyping, I've already ordered an ESP32 for similar reasons as you; built-in wireless functionality. Should I fail at porting the code over; I'll simply switch over to an smaller footprint, arduino-compatible board, adding some BT&storage module.
 
Back
Top