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"

Analyzing logged data with Google Fusion Tables

Here is an example which explains how to analyzed the data logged when riding the motorcycle. First of all, the raw binary data, which is saved on the SD card, must be converted into an easily manageable Excel file. This step is performed by a tool which I created using Microsoft Visual Studio Express 2013. … Continue reading "Analyzing logged data with Google Fusion Tables"

Engine speed, injection time and throttle position visualization

Today the weather is nice, so I decided to have a ride and test the display visualization of the new software for data logger. This is my motorcycle: Honda CBR125R. Since I also modified some parameters of the ECU software, I first had to flash it on the Arduino Micro. In contrast with the data logger, … Continue reading "Engine speed, injection time and throttle position visualization"

GPS data test

Today, for the first time I installed the data logger on my motorcycle, and I did a test ride in order to log some data. For now, I just exported GPS data (latitude and logitude). After exporting the data into a CSV file, I used Google Fusion Tables to create a map, following this tutorial … Continue reading "GPS data test"