Difference between revisions of "HANcoder/Training Material/Vehicle Logger"

From OpenMBD
Jump to: navigation, search
Line 3: Line 3:
 
== Project description ==
 
== Project description ==
 
The goal of the vehicle logger is to collect data from the vehicle to be able to say something about the driving style and performance of the vehicle. With a GPS sensor the time and location and velocity of the car are recorded. A 3-axis gyroscope and 3-axis acceleration sensor is supported to be able to detect rotational speeds and accelerations on the vehicle chassis. Finally the OBD-connector of the car is used to read engine specific data. All the data is stored onto a micro-SD card.
 
The goal of the vehicle logger is to collect data from the vehicle to be able to say something about the driving style and performance of the vehicle. With a GPS sensor the time and location and velocity of the car are recorded. A 3-axis gyroscope and 3-axis acceleration sensor is supported to be able to detect rotational speeds and accelerations on the vehicle chassis. Finally the OBD-connector of the car is used to read engine specific data. All the data is stored onto a micro-SD card.
 +
= Insert picture of end result =
 +
= Insert video of end result =
 +
 +
== What hardware do you need ==
 +
* Olimex E407
 +
* GPS shield, for example the GPS Logger Shield
 +
* MPU6500 6 degrees of freedom Accelerometer and Gyro senosor, [[HANcoder/Examples/MPU6500|more information]]
 +
* CAN transceiver, for example the [[HANcoder/Examples/SN65HVD230|SN65HVD230 CAN transceiver module]]
 +
* OBD2 connector, for example [http://www.aliexpress.com this one??]
 +
* microSD card
 +
* screw terminal connector
 +
* prototype PCB
 +
* cigarette to 2.5mm power jack [https://www.allekabels.nl/nieuwe-producten/7184/1281597/car-cigarette-lighter-cablebrlenght-18-mtr-plug-dc-jack.html?gclid=CjwKEAjwq5LHBRCN0YLf9-GyywYSJAAhOw6msx0UN1Fhuz7HIzIspP8f71M0wf6P1RSBNH6ejxS_zBoClSLw_wcB this one?]
 +
 +
  
 
{|
 
{|
Line 9: Line 24:
 
![[HANcoder/Examples/GPS|SparkFun GPS Logger Shield]]
 
![[HANcoder/Examples/GPS|SparkFun GPS Logger Shield]]
 
|-
 
|-
|[[File:SN65HVD230.JPG|400px]]
+
|[[File:SN65HVD230.JPG|100px]]
|[[File:MPU6500.jpg|400px]]
+
|[[File:MPU6500.jpg|100px]]
 
|[[File:GPSLoggerShield.jpg|400px]]
 
|[[File:GPSLoggerShield.jpg|400px]]
 
|}
 
|}
SN65HVD230 CAN transceiver module
+
 
MPU6500 6 Axis Accelerometer and Gyro Sensor Module
+
 
SparkFun GPS Logger Shield
 
  
  

Revision as of 14:17, 5 April 2017


Project description

The goal of the vehicle logger is to collect data from the vehicle to be able to say something about the driving style and performance of the vehicle. With a GPS sensor the time and location and velocity of the car are recorded. A 3-axis gyroscope and 3-axis acceleration sensor is supported to be able to detect rotational speeds and accelerations on the vehicle chassis. Finally the OBD-connector of the car is used to read engine specific data. All the data is stored onto a micro-SD card.

Insert picture of end result

Insert video of end result

What hardware do you need


SN65HVD230 CAN transceiver module MPU6500 6 Axis Accelerometer and Gyro Sensor Module SparkFun GPS Logger Shield
SN65HVD230.JPG MPU6500.jpg GPSLoggerShield.jpg




Possible extensions

With the addition of a steering angle sensor it will be possible to calculate the slip angle of the tires and it can be calculated whether the car is over-steering or under-steering.