Skip to content
/ MotoLink Public
forked from fpoussin/MotoLink

K-line/Serial/CAN interface and fuel mapper for motorcycles.

License

Notifications You must be signed in to change notification settings

omcdr/MotoLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotoLink

GitHub version
GUI code:
Build Status
MCU code:
Build Status

CAN Bus, K-Line interface for motorcycles, with a fuel/ignition mapper function.

Primarily intended to communicate with Honda HRC, Generic OBD, or Yamaha YEC ECUs.

This device will create a fuel map based on the various sensor inputs. You will then be able to alter the fuel using your prefered application. (HRC, TuneEcu, YEC, etc...)
This replaces auto tune fuel systems like Bazzaz or Power commander, except you still have to enter the changes manually. (import/export functions are planned)
Having a wideband exhaust sensor is mandatory. If your bike doesn't have one, you can use an innovate LC2.

Includes some digital (RPM, Speed), analog (TPS, ECT, Wideband), serial (Wideband), as well as a knock sensor input interface for tuning.

###File tree:###

├── Board Eagle board files
├── Code
│   ├── App Motolink's MCU code
│   ├── Bootloader STM32 Bootloader
│   ├── ChibiOS-RT ChibiOS/RT submodule
│   ├── ChibiOS-Contrib ChibiOS Community drivers submodule
│   └── Common Common files for bootloader and Motolink
├── Drivers Windows drivers installer
├── GUI Motolink's graphical user interface
│   └── QtUsb Qt USB submodule
├── LICENSE GPL Licence file
└── README.md This readme file

You will need to init and update the git submodules (QtUsb, ChibiOS-RT, ChibiOS-Contrib) to build the projects.

About

K-line/Serial/CAN interface and fuel mapper for motorcycles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 72.3%
  • Eagle 14.2%
  • C++ 12.3%
  • Objective-C 0.5%
  • Makefile 0.3%
  • CSS 0.2%
  • Other 0.2%