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"

Windows Forms Application and CSV files

In this guide I will show you how to import and visualize a CSV Excel table using "Microsoft Windows Studio Express 2013 for Windows Desktop". The application is very simple and it has been created using Windows Forms Application. Source code can be downloaded here: datalogger_20160623. I created this application since I had CSV file, … Continue reading "Windows Forms Application and CSV files"

Example of data logged on the motorcycle

Some days ago I went to work by motorcycle, and I tested the data logger with the latest software. After exporting the data from Arduino 101 SD card to the PC, I converted it to a CSV file and uploaded on Google Drive using the Google Fusion Tables application. The following is the result. The … Continue reading "Example of data logged on the motorcycle"