Explanation about Fuelino software structure

This article explains the structure of Fuelino software. The software source code, which is available on GitHub at this link, is composed by many "cpp" and "h" C++ language files divided into sub-folders. In order to understand the software behavior, it is necessary to have a look at the "ino" file, which is the Arduino … Continue reading "Explanation about Fuelino software structure"

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"

Service manual for Fuelino software 1.0 beta1

Fuelino software 1.0 beta1 has been already released. It can be downloaded from GitHub, at this page: https://github.com/dadez87/Fuelino-SW-1.0-beta1. The service manual can be downloaded here: fuelino_service_commands_v1.1. The manual explains how to use Serial communication, for example the free software RealTerm, or Arduino IDE Serial Monitor, to communicate with Fuelino via Serial communication (USB port). The … Continue reading "Service manual for Fuelino software 1.0 beta1"

Fuelino software 1.0 beta1 available

Today, I am happy to say that the first software release for Fuelino is available on GitHub, at the following link: https://github.com/dadez87/Fuelino-SW-1.0-beta1 This is the first version available to everyone, I called it SW 1.0 beta1. I debugged it a lot on my PC, using a simulation environment (Pico DrDaq signal generator and oscilloscope), but … Continue reading "Fuelino software 1.0 beta1 available"

How to program Fuelino controller

Programming a "Fuelino" fuel injection piggyback controller is very simple. First of all, you need to download the latest software release of Fuelino software, from this website, and you have to install the latest Arduino IDE, which is needed to compile the C/C++ source code. Once you have installed Arduino IDE, click on the file with … Continue reading "How to program Fuelino controller"