{"id":16609205,"url":"https://github.com/fpoussin/motolink","last_synced_at":"2025-10-29T16:32:39.130Z","repository":{"id":13022101,"uuid":"15701636","full_name":"fpoussin/MotoLink","owner":"fpoussin","description":"K-line/Serial/CAN interface and fuel mapper for motorcycles.","archived":false,"fork":false,"pushed_at":"2020-02-28T16:07:35.000Z","size":47619,"stargazers_count":58,"open_issues_count":2,"forks_count":13,"subscribers_count":13,"default_branch":"master","last_synced_at":"2023-03-28T21:19:45.888Z","etag":null,"topics":["chibios","chibios-rt","ecu","efi","fuel","hrc","motorcycle","stm32"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpoussin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-07T10:31:07.000Z","updated_at":"2023-03-08T06:08:14.000Z","dependencies_parsed_at":"2022-09-03T11:21:20.572Z","dependency_job_id":null,"html_url":"https://github.com/fpoussin/MotoLink","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoussin%2FMotoLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoussin%2FMotoLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoussin%2FMotoLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpoussin%2FMotoLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpoussin","download_url":"https://codeload.github.com/fpoussin/MotoLink/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857408,"owners_count":16556062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chibios","chibios-rt","ecu","efi","fuel","hrc","motorcycle","stm32"],"created_at":"2024-10-12T01:28:29.072Z","updated_at":"2025-10-29T16:32:37.889Z","avatar_url":"https://github.com/fpoussin.png","language":"C++","readme":"View this project on [CADLAB.io](https://cadlab.io/node/808). \n\nMotoLink\n===================\n\n[![GitHub version](https://badge.fury.io/gh/fpoussin%2Fmotolink.svg)](https://badge.fury.io/gh/fpoussin%2Fmotolink) \n[![Build Status](https://jenkins.netyxia.net/buildStatus/icon?job=MotoLink%2Fmaster)](https://jenkins.netyxia.net/job/MotoLink/job/master/) \n[![Total alerts](https://img.shields.io/lgtm/alerts/g/fpoussin/MotoLink.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/fpoussin/MotoLink/alerts/) \n[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/fpoussin/MotoLink.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/fpoussin/MotoLink/context:cpp)  \n\nCAN Bus, K-Line interface for motorcycles, with a fuel/ignition mapper function.  \n\nPrimarily intended to communicate with Honda HRC, Generic OBD, or Yamaha YEC ECUs.  \n\nThis 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...)  \nThis replaces auto tune fuel systems like Bazzaz or Power commander, except you still have to enter the changes manually. (import/export functions are planned)  \nHaving a wideband exhaust sensor is mandatory. If your bike doesn't have one, you can use an innovate LC2.  \n\nIncludes some digital (RPM, Speed), analog (TPS, ECT, Wideband), serial (Wideband), as well as a knock sensor input interface for tuning.\n\n![](http://i.imgur.com/Rat9Znd.jpg)\n\n[![Alt text](https://img.youtube.com/vi/rAnS-8KSQrY/0.jpg)](https://www.youtube.com/watch?v=rAnS-8KSQrY)\n\n\n### File tree:  \n**├── Board**  *Eagle board files*  \n**├── Code**  \n**│   ├── App**  *Motolink's MCU code*  \n**│   ├── Bootloader**  *STM32 Bootloader*  \n**│   ├── ChibiOS-RT**  *ChibiOS/RT submodule*  \n**│   ├── ChibiOS-Contrib**  *ChibiOS Community drivers submodule*  \n**│   └── Common**  *Common files for bootloader and Motolink*  \n**├── Drivers**  *Windows drivers installer*  \n**├── GUI**  *Motolink's graphical user interface*  \n**├── LICENSE**  *GPL Licence file*  \n**└── README.md**  *This readme file*  \n\nYou will need to init and update the git submodules (QtUsb, ChibiOS-RT, ChibiOS-Contrib) to build the projects.\n\n## Building\n### GUI\n* Make sure submodules are pulled\n* You will need python 2/3 in the path (system path or Qt Creator project setting PATH variable)\n* Go to the GUI folder\n* Unzip res/oxygen.zip\n* You need a binary file of the firmware, an empty one can be created for testing. (../code/app/build/motolink.bin)\n* You need to install QtUsb (https://github.com/fpoussin/QtUsb)\n* Open the project with Qt Creator\n* Compile and launch\n\n### App and Bootloader\n* [You will need ARM's GCC toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)\n* Make sure submodules are pulled\n* Go the de code/app or code/bootloader folder\n* For the app, you need to compile the DSP lib (just launch make in the dsp_lib folder)\n* make\n* For the bootloader, use your favorite stlink interface [or my QSTLink2 app](https://github.com/fpoussin/QStlink2)\n* Once the bootloader is running, you can update the app through the GUI\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpoussin%2Fmotolink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpoussin%2Fmotolink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpoussin%2Fmotolink/lists"}