Coder Social home page Coder Social logo

jazda's Introduction

Jazda is a bicycle computer based on AVR microcontrollers and mobile phone screens. The project covers both the software and hardware design, providing the source code and schematics.
Originally, it was built around AtTiny2313, now it's AtMega8. The microcontrollers were chosen because of their popularity and resistance to damage.
The other significant component is the screen. The project aims to be compatible with at least a few popular low-powered displays in the future, but at the moment only one is supported.

Project page:
https://github.com/rhn/jazda
Project wiki:
https://github.com/rhn/jazda/wiki/
Introduction, tutorial and hardware documents:
http://rhn.github.com/jazda/


FEATURES

5 speed measuring functions: current, max, average etc
Cadence measurement
Plotting as you ride
Low power consumption
DIY hardware
Modular code design


ASSEMBLY

For hardware needed to assemble the device, see docs/hardware
The schematics are available in Eagle format in eagle directory AND on the
project page (PNG format).
You will need an AVR programmer to upload the software to the chip!


SOFTWARE BUILDING

Linux:
To build & upload the software, you need:
- avr-gcc
- avr-libc
- avrdude
- Unix shell
1. Connect the AtMega8 chip to your computer using
your programmer (refer to the programmer's manual)
2. Consult avrdude manual to find your programmer's name (in this example, it's
"usbasp")
2. Issue the commands:
cd src
sh ../build.sh usbasp m8 main.c
replacing "usbasp" with your programmer's name


AUTHORS
[email protected]

jazda's People

Contributors

rhn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.