How to use Fuelino Log File Converter

This guide explains how to use Fuelino Log File Converter to convert the binary data logged by Fuelino, into easily understandable CSV files, which can then be post-processed using Excel or Mathworks Matlab or similar tools. The first step is to download the latest version of the Log File Converter from the Fuelino Project page. … Continue reading "How to use Fuelino Log File Converter"

Fuelino Proto3 wiring diagram

In this article, I will explain how to connect a Fuelino Proto3 to your motorcycle. Fuelino is a fuel injection controller and data logger designed for motorcycles equipped with EFI (Electronic Fuel Injection). By regulating the fuel injected in the cylinder, you can increase the power of your engine. Even if this modification is optional, … Continue reading "Fuelino Proto3 wiring diagram"

ADC acquisition library for Fuelino (ATmega 328p)

In order to acquire the analog signals of Fuelino, which correspond to the analog inputs A0 - A7 of the Atmel ATmega328p microcontroller, I created a simple library which uses ADC interrupts. Since interrupts are used, the application is not locked when reading the analog input voltage. In other words, the ADC readings can be … Continue reading "ADC acquisition library for Fuelino (ATmega 328p)"