Author Topic: Bicycle Computer  (Read 16343 times)

Andre Blanchard

  • Sr. Member
  • ****
  • Posts: 373
    • View Profile
Bicycle Computer
« on: February 09, 2006, 04:13:02 PM »
This may have been mentioned here before but.

I picked up a Schwinn bicycle computer, has a magnet that is intended to clamp onto a wheel spoke and a sensor on the frame.  Cost was about $14.00 and looks to be reasonably rugged as electronics go.  It is calibrated by imputing the circumference of the wheel in millimeters.  The display can be set for miles or kilometers but that makes no difference to our use.
If you calibrate it at a circumference of 2682mm then 100rpm will display as 10.0mph, it will display up to 99.9mph or in our case 999rpm.  There is also an odometer that reads up to 9999.9 miles before rollover.
If you take the number off the odometer and multiply it by 600 you get the number of revolutions the wheel has made, so it will count up and rollover at 6000000 revolutions.  At 650rpm this would be 153.8 hours which if you average 4 hours of runtime per day would be 38 days.  If the odometer reading is multiplied by 0.0154 you will directly get hours of runtime.  If you keep a log book, and once a week or so (depending on your daily runtime) write down the odometer reading so that you can track the rollovers you will have a good idea of the total hours on the engine.
Maybe an inexpensive alternative for RPM and hour meters.  Other functions are average speed, and indicator of if the current speed is above of below the average, and indictor of if you are currently speeding up or slowing down, a trip meter time and distance 10 hours and 1000 miles max, also a max speed memory.  The max speed be of some use.
___________
Andre' B.
______________
Andre' B

kyradawg

  • Guest
Re: Bicycle Computer
« Reply #1 on: February 09, 2006, 04:44:33 PM »


Peace&Love :D, Darren
« Last Edit: August 03, 2006, 04:45:55 PM by kyradawg »

Andre Blanchard

  • Sr. Member
  • ****
  • Posts: 373
    • View Profile
Re: Bicycle Computer
« Reply #2 on: February 09, 2006, 04:48:17 PM »
Andre,

Are you the same Andre with the turbochargerd 6/1?

Peace&Love :D, Darren

No.
At least not yet.:)
__________
Andre' B.
______________
Andre' B

dwkdnvr

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Bicycle Computer
« Reply #3 on: February 09, 2006, 05:03:47 PM »

If you spend a bit more, you can go one better.  More advanced bike computers have two inputs - one for speed/distance, and the other for 'cadence' (cadence is actually really important to endurance cyclists). The cadence sensor will give you RPM directly, and is typically measured to 0.1 rpm. (not idea whether it's actually that accurate, though)

Your idea of using mileage to monitor hours is a good one though. With the additional cadence sensor you would have more freedom to calibrate the speed sensor to give you longer times between rollover.

Andre Blanchard

  • Sr. Member
  • ****
  • Posts: 373
    • View Profile
Re: Bicycle Computer
« Reply #4 on: February 09, 2006, 07:16:34 PM »
This one was just what they had on the shelf.
But if you spend much more you may as well just get an actual tach and hour meter.:)
_____________
Andre' B.
______________
Andre' B

kyradawg

  • Guest
Re: Bicycle Computer
« Reply #5 on: February 09, 2006, 09:24:47 PM »


Peace&Love :D, Darren
« Last Edit: August 03, 2006, 04:45:17 PM by kyradawg »

Reno Speedster

  • Full Member
  • ***
  • Posts: 157
    • View Profile
Re: Bicycle Computer
« Reply #6 on: February 09, 2006, 09:38:40 PM »
I particularly like the big orange sticker thet says "cadence not included"...maybe a little conversation with the seller is needed.

Morgan

kyradawg

  • Guest
Re: Bicycle Computer
« Reply #7 on: February 09, 2006, 10:21:58 PM »
Peace&Love :D, Darren
« Last Edit: August 03, 2006, 04:44:31 PM by kyradawg »

BruceM

  • Hero Member
  • *****
  • Posts: 3054
    • View Profile
Re: Bicycle Computer
« Reply #8 on: February 10, 2006, 06:05:56 AM »
I bought an engine vibration- hours meter from McMaster.
Part # 8678 T64  (Thanks to Cranelift/Steve for this much appreciated tip.)  I think it was $23.

Perfect for my use since I'll just be running the air compressor for my shop sometimes. 

I use an RC model airplane optical tachometer set to three blade mode for a tach, and point it through the flywheel spokes.  RPM is half the indicated value. 




Gregmm

  • Newbie
  • *
  • Posts: 24
    • View Profile
Re: Bicycle Computer could it be used for this
« Reply #9 on: February 11, 2006, 03:42:31 AM »
With all the talk about a Bike computer and how cheap they are does anyone have any idea if there is something like that out there that has some sort of interface to a basic stamp. It could be used for auto shut down for a number of things. Such as heat, too many rpm lose of rpm, lose of voltage exc., a basic stamp is $15.00 and a basic program for it to do some of this stuff would not be a big deal to program in. Any Ideas ???

Mr Lister

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: Bicycle Computer
« Reply #10 on: February 11, 2006, 04:17:34 PM »
List

Good to hear that my idea of using a bicycle computer as a rev-counter has finally re-surfaced.

Interfacing to a PIC is relatively straight forward, you just need an inductive pick-up or even a magnetic reed switch to be tripped by a button magnet on the flywheel.

If you are using a toothed belt drive, or have a starter ring gear, you can always use the inductive sensor to count the teeth and determine rpm.

There are a lot of other housekeeping duties that the humble PIC can do, and could even be developed into a full sysyem controler.

Some people however like the pure simplicity of the Listeroid, in that you just need diesel in the tank, and the starting handle in your hand, and you will be making electricity within 30 seconds! 

I would be interested in corresponding with any other PIC programmers who are thinking of using them on the Listeroid or generator set up.



Ken


kyradawg

  • Guest
Re: Bicycle Computer
« Reply #11 on: February 11, 2006, 04:53:40 PM »


Peace&Love :D, Darren
« Last Edit: August 03, 2006, 04:40:26 PM by kyradawg »

BruceM

  • Hero Member
  • *****
  • Posts: 3054
    • View Profile
Re: Bicycle Computer
« Reply #12 on: February 11, 2006, 04:54:21 PM »
Ken,
I'm thinking of using a PIC or other micro for auto start/shutdown/failure shutdown.
I'd like to correspond on this.  Please drop me a line, my email address isn't blocked, just click on my user name.
 
Bruce M


Mr Lister

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: Bicycle Computer
« Reply #13 on: February 11, 2006, 08:14:29 PM »
Darren & List,

Adding electronics to the Listeroid will add complexity, and anything you do add must not interfere with manual operation.

At the end of the day, the beauty of the Lister is that you can start it by hand, and it doesn't need a battery or an engine management system to make it run.

Some areas for considering adding electronics might be:

Auto start, auto shutdown particularly when used with a battery and inverter system
Safety interlocks
Automatic speed regulation to maintain 60Hz

The bike computer is the simplest and cheapest way to ensure that you are running your engine at the right rpm. It also makes a good way of determining the hour of run-time.

From then on "the sky is the limit", but I would suggest that an overspeed shut down, and an overheat and low oil shutdown are the main priorities.

If we assume that the best way to shut down a Listeroid is to insert a "pin" under the exhaust valve lifter using a 12V solenoid, and then once the engine is stopped (simple time switch??) turn off the power to the solenoid, so as not to drain the battery.

I will give this topic some thought, and reply to the list when I believe i have some practical solutions.


Ken


GerryH

  • Guest
Re: Bicycle Computer
« Reply #14 on: February 11, 2006, 09:02:41 PM »
I love when you guys talk dirty. ;D ;D
Finally, some sense!! no more bright ideas like a fire hose down the intake!!
George B has an article on his site about using a Stamp to make his genset an autostart. It's already been done successfully, and he probably would share the schematic if asked.
Oh No! a non British Start-OMatic :D