Fuelino on a Ducati Monster 797

Hello again to everyone. I haven't written any posts for a long time, but today I come up again with a very exciting news about Fuelino project. As some people might know, I have sadly sold my Honda CBR125R and bought a used Ducati Monster 797 Plus at Ducati Kawasaki, last month. This new motorcycle … Continue reading "Fuelino on a Ducati Monster 797"

Logging all fuel injection information with Fuelino

It has been a while since I updated Fuelino SW the last time. Unfortunately, due to work and family, I have less time to invest on Fuelino than in the past, and this is the reason why I cannot reply to all the e-mails which I received from you. I am very sorry. Now, coming … Continue reading "Logging all fuel injection information with Fuelino"

How to calculate a first order IIR filter in 5 minutes

Recently, for my IMU (Inertial Measurement Unit) project, I had the necessity to add low-pass filter, in order to reduce the noise on the accelerometer sensor signal. For this purpose, I decided to use a 1st order IIR (Infinite Impulse Response) filter, because it is easy to implement and run on a microcontroller. In general, … Continue reading "How to calculate a first order IIR filter in 5 minutes"

Arduino Nano sketch flashing with Arduino IDE

This guide simply explains how to flash an "ino" sketch on your Arduino Uno/Nano or similar, using Arduino IDE. For this guide, I used a chinese Arduino Nano clone equipped with CH340 USB-to-UART adapter. This guide is also applicable for flashing Fuelino software into Fuelino hardware (such as Fuelino Proto3). Before performing the following steps, … Continue reading "Arduino Nano sketch flashing with Arduino IDE"

Flashing Arduino with avrdude using Raspberry Pi shell

Recently, I found a method to flash a "hex" file into Arduino Nano, by using "avrdude" running on a Raspberry Pi. In my case, I have an Arduino Nano connected, via USB, to a Raspberry Pi 3 B. The Raspberry Pi is connected to my home network using an Ethernet cable. I am developing the … Continue reading "Flashing Arduino with avrdude using Raspberry Pi shell"