farshid616 / Arduino-CANBus-logger

This device will store one copy of every can packet that receive on SD card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-CANBus-logger

This device will store one copy of every can packet that receive on SD card

Setup Device

To setup this device we need:

Arduino Uno R3

CAN to SPI module

Data Logger Shield

First of all attach Data logger shield on you arduino. Then connect the CAN to SPI module as the picture bellow.

Can to SPI connection

For more information you can visit the reference website.

Device Picture:

Can Data Logger

Details

How to run

After setup phase open Arduino ide and program the device with code. First time to adjust RTC current time, just uncomment the RTC adjust if statement on line 41-48.

   if (! rtc.isrunning()) {
     /*January 21, 2018 at 11:30am you would call:*/
     rtc.adjust(DateTime(2018, 1, 21, 11, 30, 00));
   }

Author

Farshid Abdollahi

About

This device will store one copy of every can packet that receive on SD card


Languages

Language:C++ 100.0%