Fuelino proto1 schematic and board

Few months ago I decided to start with this project: Fuelino. I was looking for a customized ECU (Engine Control Unit) piggyback with the purpose of adapting my motorcycle (Honda CBR125R) to the custom parts which I installed on it (Athena 166cc bore up kit, conic air filter, Akrapovic racing exhaust system, and so on). … Continue reading "Fuelino proto1 schematic and board"

Fuelino calibration and data visualization

In order to communicate with Fuelino fuel injection module in a simple way, I created a software tool using Visual Studio. The tool can be downloaded here, together with the Open Source code (C#): fuelino_tool_beta1_20161108. The tool, which is compatible with Windows (I use Windows 10), communicates with Fuelino module using Serial communication (through USB … Continue reading "Fuelino calibration and data visualization"

Fuelino SW validation using Pico DrDaq and VisualStudio

This article shows how I am performing one part of Fuelino software validation. First of all, why is software validation necessary? The main reason is to verify that no software bug is present, and the second one is to make sure that the software behavior, in term of injection management, is according to the theory. … Continue reading "Fuelino SW validation using Pico DrDaq and VisualStudio"