element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Single-Board Computers
  • Products
  • Dev Tools
  • Single-Board Computers
  • More
  • Cancel
Single-Board Computers
Forum Bicycle cadence and speed logger
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Single-Board Computers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 58 subscribers
  • Views 584 views
  • Users 0 members are here
  • bicycle
  • logger
  • cadence
  • bike
  • speed
Related

Bicycle cadence and speed logger

Former Member
Former Member over 12 years ago

First of all wanted to start by saying that I'm not very savvy with electronics, but am willing to dabble in it.

 

As a bicyclist I am interested in logging my speed and my cadence during my trips.  I am not able to find any commercial product that can do that (at least nothing in the low price range that I'm looking at).

I did find online someone who made one using an Audrino: http://www.mwilliams.dsl.pipex.com/datalogger2.htm, however, it seems expensive and is not detailed enough for me to replicate it.  I am hoping that someone would like this challenge and design a very simple logger without an Audrino and document the steps for others to replicate.

 

Here is what I envision: logger logs time (either actual time or simply a counter from the start point) and the number of pulses it sees from the reed switch of the bicycle wheel and the pulses from the peddles.  No need for a display.

 

Any suggestions?  Anyone interested in the idea?

  • Sign in to reply
  • Cancel
Parents
  • dougw
    0 dougw over 12 years ago

    Hi Vadim,

    This could be accomplished with just a CPU, a battery and a couple of reed relays or hall effect switches. The program in the cpu would simply need to count the number of wheel rotations and the number of crank rotations in a 10 second period and store these 2 bytes every 10 seconds. I would mount 4 magnets on the wheel and four on the crank to provide better accuracy. This would tell you how fast you were going every 10 seconds, how far you went each 10 seconds, how many crank rotations you made in the same period and what your crank rate was. The uncertainty due to the magnets being mounted  a quarter turn apart would average out over multiple readings. Just a few lines of code is all it would require. You would get a sequence of 2 byte pairs recorded at 10 second intervals. I would use something like a BasicX module from Netmedia or a ZBasic module from ZBasic as these are self-contained solutions that don't require any other costs to implement - the development systems are free. Arduinos are also feasible, if you can find a small and inexpensive variant. The Hall effect switches or reed relays could be connected directly to the module. If you use reed relays, be sure your software allows the reed switch to bounce for 15 milliseconds when closing or opening without counting extra pulses and set the input pins to have internal pull-up resistors.

    Doug

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • dougw
    0 dougw over 12 years ago

    Hi Vadim,

    This could be accomplished with just a CPU, a battery and a couple of reed relays or hall effect switches. The program in the cpu would simply need to count the number of wheel rotations and the number of crank rotations in a 10 second period and store these 2 bytes every 10 seconds. I would mount 4 magnets on the wheel and four on the crank to provide better accuracy. This would tell you how fast you were going every 10 seconds, how far you went each 10 seconds, how many crank rotations you made in the same period and what your crank rate was. The uncertainty due to the magnets being mounted  a quarter turn apart would average out over multiple readings. Just a few lines of code is all it would require. You would get a sequence of 2 byte pairs recorded at 10 second intervals. I would use something like a BasicX module from Netmedia or a ZBasic module from ZBasic as these are self-contained solutions that don't require any other costs to implement - the development systems are free. Arduinos are also feasible, if you can find a small and inexpensive variant. The Hall effect switches or reed relays could be connected directly to the module. If you use reed relays, be sure your software allows the reed switch to bounce for 15 milliseconds when closing or opening without counting extra pulses and set the input pins to have internal pull-up resistors.

    Doug

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube