Spinningbike data

Hey guys
I'm a beginner working with arduino and have finished just a few tutorial/sensor projects,... So far i am having a lot of fun.

While sitting on my oldtimer spinningbike, i thought of replacing its old cyclometer, but actually don't have the slightest clue, how, and if it is even possible to realize to access signal.

that's why i am asking you guys!

Yellow cables are sensor input
This is the board which is connected to everything (e.g.powersupply, LCD, and sensor input)
Sensor input is a stereo/phonejack.

Cyclometer only shows speed, distance (guess is is calculate), and time.

Do you think, that it is possible at all to build my own?

This is the frontside

You need to explain what the "sensor" is like. That word tells us nothing.

Yes, sensor type is the key. Many of the old cyclometers (and new ones for all I know) used a reed switch picking up from a magnet on the wheel. These days a Hall Effect switch would be better.

Reed switches are very prone to bouncing which has to be "debounced" but Hall devices don't suffer from this. Very low cost devices (A3144 IIRC?) have 3 wires, + - and a logic signal, go straight into Arduino logic pin.

Hi feniksi - welcome to the forum!

What type of sensor do you think it is?

If it’s a reed switch (magnetic pickup) you may be able to tap the leads together to see it increments your distance

1 Like

Does the device still work? First thing I would do, is scope the sensor pins. If you are lucky, that may be all you need to know about.

We really need the missing pictures.

The device is still in "pristine" condiition, but it looks a bit chunky. That's the only reason i want to replace it.

Its only a guess, but i think it is a reed switch.
I did have a Look into the manual, unfortunately IT is in german, and i am Not able to find Information in there.
If any of you is familiär with german, here's a link.

I'd have to Look at the flywheel, to see if it is hull or reed?

Tell me what to do, and i try everything

Thanks for All replies

Close up images, more than just the PCB please... definitely the sensor. But you will have to make electrical measurements too. Are you comfortable with that? Have the equipment?

Once we can identify the sensor, youll need to characterise the input stream of pulses.
Number of pulses per revolution, outer diameter of the wheel etc.

Then the speed calculations get a lot easier.

I'm not but Google is - try Google Translate.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.