Fuelino fuel injection increment validation

As I already explained in the previous posts, basically Fuelino increments the fuel injection time by a specific period (defined in %), based on how the calibration maps are set (using the calibration tool). In particular, the maps are 2: one map defines the increment (%) depending on the engine rotation speed (rpm); the other … Continue reading "Fuelino fuel injection increment validation"

How Fuelino manages electronic fuel injection

This article has the purpose to explain how Fuelino calculates the control signal which is output to the fuel injector. In order to better understand how this simple control works, I decided to create a scheme using Matlab Simulink. The signal flow goes from left to right. First of all, in order to work, Fuelino … Continue reading "How Fuelino manages electronic fuel injection"

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"