Difference between revisions of "Industrial Application using CAN Bus"
From Embedded Systems Learning Academy
Proj user18 (talk | contribs) (→Class Information) |
|||
Line 1: | Line 1: | ||
= Class Information = | = Class Information = | ||
+ | ==Presentation on Autonomous Vehicles== | ||
+ | [<iframe src="http://www.slideshare.net/ShantanuVashishtha1/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>] | ||
== Useful Topics == | == Useful Topics == | ||
Revision as of 10:32, 12 December 2016
Contents
Class Information
Presentation on Autonomous Vehicles
[<iframe src="http://www.slideshare.net/ShantanuVashishtha1/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>]
Useful Topics
Git
CAN Bus
DBC Format
DBC format is a well known format to describe the format of a CAN message. This is essentially the schema of the data that is communicated over the CAN bus. Please view the linked DBC Format article for details before reading further.
BusMaster Tutorial
Class Assignments
Lab Assignments
Class Project
Self-driving Car
In this class project, students accomplish a self-drivable RC car with the following learning objectives:
- Learn CAN Bus and how to communicate in an industrial or automotive environment.
- Learn integration and testing across different controllers.
- Learn how to work in teams.
- Learn basics of an RTOS.