Skip to content

Commit 13f5491

Browse files
authored
Create README.md
1 parent 83ba14a commit 13f5491

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# GearIndicator
2+
Gear Indicator for Kawasaki and Suzuki bikes using communication with ECU over ISO9141 / K-Bus protocol
3+
4+
This project I implemented couple of years ago. We bought Kawasaki Z750 that time and needed to have gear indication
5+
which apparently Kawasaki didn't have installed. About 30 of these were installed on different Kawasaki an Suzuki bikes
6+
in next years. Just dont want to throw it away and forget. Maybe it will be useful for somebody also these days.
7+
8+
## Project structure
9+
Project has hardware and software part. Content of directories as described below.
10+
11+
###  __Eagle
12+
 Hardware scheme and PCB created in CadSoft Eagle (Autodek Eagle now).
13+
 Indicator has 2 PCBs. DISP - PCB with 7 segment display and Controller. PWR - PCB with voltage regulator and ISO9141 interface IC.
14+
15+
###  __HWcomponents
16+
 Datasheets of all HW components used.
17+
18+
###  __Manuals
19+
 We have created couple of installation manuals for Kawasaki and Suzuki bikes. Existing PDFs are here.
20+
21+
###  __SketchUp
22+
 3D model of the final product. Prepared to be placed to the potting box. Final product with soldered cable was placed into potting box (type and data in _HWcomponents folder).
23+
 Then Araldite expoxy was used for potting. Here you will find PCB 3D model as well as 3D model of the completed device.
24+
25+
###  GearIndicator
26+
 Source code in C. Design is based on ATmega328p controller. Atmel Studio (Microchip Studio now) was used as a development IDE.
27+
28+
29+
30+

0 commit comments

Comments
 (0)