DIY SPEEDOMETER AND ODOMETER

Step 1: HOW IT WORKS

The operation of a project is uncomplicated. Understanding it is crucial for project development. Essentially, the device includes a reed switch or magnetic switch attached to the bicycle frame and a magnet attached to one of the spokes. The magnet activates the switch with each turn of the wheel. The arduino receives the signal, counts the rotations, and calculates the distance covered based on the pre-entered diameter of your cycle. The arduino also keeps track of the time and computes the velocity. The information is sent from the Arduino to the LCD display where it is presented in miles per hour (conversion is optional).

DIY SPEEDOMETER AND ODOMETER

Step 2: MATERIALS REQUIRED

The full project would cost you about 5$-10$ depending on the place you live in. The cycle speedometer also would require moderate soldering skills and an afternoon. so without any further ado the materials for the build are –:

1. The arduino board – i got Rs.330 which is around 5$ but to programme the pro mini you will also need to have an arduino uno or an usb to ttl adapter (how to program an arduino pro mini with an uno) or if you don’t have it then use an arduino micro or an arduino uno.

2.Arduino 16×2 lcd (Rs150 or 2.3 $)

3.7805 voltage regulator (increases the control over the contrast no major difference -optional)

4. 2x switches for backlight and on off (optional)

5.220 ohm resistor

6. trimer pot 10k ohm

7.female headers and male headers if you want the reed switch to be detachable

8. reed switch

9.wire

10. a momentary switch to change the modes

11. 0.1uf capacitor to reduce the debounce of the button

12.10k ohm resistor

The tools you would require are

1. soldering iron

2.solder

3. enclosure

4. cutting tool like the dremel to cut out holes in the enclosure to mount he lcd and stuff

5. hot glue or any adhesive to mount the various components.

Step 3: THE CODE

It’s a good idea to upload the code before working on the electronics to avoid a tangled mess of wires later on.

Upload the provided code to the Arduino, but remember to adjust the size of your bike’s wheels.

Step 4: THE ELECTRONICS

The wiring diagram can be found above also I have mentioned it down

LCD -ARDUINO

1 – GND

2 VCC

3 VIPER PIN OF THE POT (ends to vcc and gnd and center to pin 3 of lcd)

4 13

5 gnd

6 12

7 —

8 —

9 —

10 —

11 11

12 10

13 9

14 8

15 VCC

16 GND

Also

a 220 ohm resistor is to be connected between pin 2 of the arduino and ground(pull down)

the momentary switch is connected to pin two and vcc

a 0.1 uf capacitor between the two terminals of the switch to reduce the debounce

the reed switch to vcc and A0

a resistor between A0 and gnd (pull down)

After connecting all this the wiring would be complete and now you can connect power and check if every thing is working

Step 5: THE ENCLOSURE

The casing could either be a plastic container or a wooden one, as long as it is durable and spacious enough.

After installing the switches, LCD, button, and headers, make sure to test the functionality of the device as well.

Make the cycle as waterproof as you can, since it will face the harshest conditions.

Step 6: TESTING AND TROUBLESHOOTING

Connect a 9v battery and test all three modes completely. Bring a magnet close to the reed switch and the speed and distance should increase.

If it is not so in your case then post your doubts and queries in the comments and i will answer them back as soon as possible…

Source: DIY SPEEDOMETER AND ODOMETER


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top