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 "ino" extension, inside the source code folder of Fuelino software.

Fuelino flashing 1Arduino IDE main window will appear.

Fuelino flashing 2Then, click on "Sketch -> Verify/Compile". If everything went fine, you should read "Done compiling". During this step, Arduino IDE converts the C/C++ source code into an executable binary file, which then has to be transfered to the Atmel ATmega328P microcontroller of the Arduino Nano.

Fuelino flashing 3

Click on "Sketch -> Upload" to start the program flashing. This step might take 30 seconds or 1 minutes, depending on the program size. The executable is transfered to the microcontroller.

Fuelino flashing 4

When "Done uploading" is displayed on the screen, it means that the program has been completely flashed on the microcontroller.

Fuelino flashing 5

Author: Davide Cavaliere

I am an Italian Electrical Engineer graduated at Politecnico di Milano. My interests are motorcycles and cars, electronics, programming, Internet of Things, and Japanese culture.

Leave a Reply

Your email address will not be published. Required fields are marked *