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 Calibration Tool 1.0 beta 2 released

A new version of Fuelino Calibration Tool is available on the Fuelino Project page. From a graphical point of view, this new "1.0 beta 2" version is similar to the previous one. Some modifications have been implemented to adapt it to the most recent software for Fuelino Proto3. After opening the EXE file "SimpleSerial.exe", the … Continue reading "Fuelino Calibration Tool 1.0 beta 2 released"

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"

Fuelino SW 1.0 beta 5 available now

Today, I released, on GitHub, the new SW (SW 1.0 beta 5) for Fuelino Proto3. This software includes quite all functions, except for the IMU sensor signal acquisition, which is available, but still requires some tuning (I need to properly calibrate the analog filter, to smooth the noise created by engine vibrations, and also find … Continue reading "Fuelino SW 1.0 beta 5 available now"

Flashing ESP8266 using FTDI and Arduino IDE

This guide quickly explains how to flash a program on ESP8266 using Arduino IDE, in less than 5 minutes. First of all, you need to install the ESP8266 board in Arduino IDE, following the 2 steps below: add the repositories link inside File -> Properties (http://arduino.esp8266.com/stable/package_esp8266com_index.json), and then add the board, using Board Manager. Then, … Continue reading "Flashing ESP8266 using FTDI and Arduino IDE"