GPS data logger using Arduino Uno/Nano and Ublox Neo 6M

This guide will explain how to interface Arduino Uno, Nano, or any other board equipped with Atmel ATmega328p, to a Ublox Neo 6M GPS module. This module is available on Amazon, Ebay, Aliexpress and many other Internet stores, at a price starting from 10 Euro. Interfacing it to Arduino is pretty easy, since it has … Continue reading "GPS data logger using Arduino Uno/Nano and Ublox Neo 6M"

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)"

Fuelino Proto3 first test on motorcycle Honda CBR125R

I waited for this moment for a long time. After designing, manufacturing, soldering and mounting the Fuelino Proto3 board, today I finally tested on my motorcycle (Honda CBR125R). At first, let me introduce this board very quickly. Fuelino project was born just 3 months ago. I was trying to design a piggyback ECU, which can … Continue reading "Fuelino Proto3 first test on motorcycle Honda CBR125R"

Data logging and LCD display visualization with Fuelino

To perform some tests, I interfaced the following modules to a Fuelino Proto2 board: Catalex MicroSD module, for data logging on micro SD card. Interfaced using SPI communication protocol (6-pin connector). LCD module (AE-AQM0802), for real time data visualization. Interfaced using I2C (TWI) protocol (4-pin connector). The picture below shows how the LCD display module looks … Continue reading "Data logging and LCD display visualization with Fuelino"