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"

How to implement an IMU using MPU-6050 and Fuelino Proto3

This guide shows how I implemented an IMU (Inertial Measurement Unit) using Fuelino Proto3 (equipped with Arduino Nano) and an MPU-6050 accelerometer and gyroscope module. I will use this library to calculate the motorcycle leaning angles (Tait-Bryan angles: roll pitch yaw) based on the raw sensors data logged on the Micro SD card. Fuelino Proto3 … Continue reading "How to implement an IMU using MPU-6050 and Fuelino Proto3"

Fuelino Proto3 datalog and Google Fusion Tables

Today I would like to show you one interesting feature of Fuelino. Using "Fuelino File Converter" (latest version available here), I converted the binary data stored by Fuelino on the Micro SD card, into an easily understandable CSV file, and imported it into Google Fusion Tables. The result is shown below: you can click on … Continue reading "Fuelino Proto3 datalog and Google Fusion Tables"