Difference between revisions of "Realtime OS on Embedded Systems"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Fall 2015)
Line 31: Line 31:
 
*  Learn how to work in teams.
 
*  Learn how to work in teams.
 
*  Learn basics of an RTOS.
 
*  Learn basics of an RTOS.
 +
 +
<BR/>
 +
== Senior Design Projects ==
  
 
<BR/>
 
<BR/>

Revision as of 17:40, 28 October 2015

Program History

My contribution in Embedded System courses started with CmpE146. This course teaches students on how to write UART, SPI, and I2C Drivers and interface their drivers to peripherals. There are about 8 weekly labs in which students not only write drivers, but also learn the core of Real-time Operating Systems including threading (tasks), and inter-task communication using Queues and Semaphores. FreeRTOS is the operating system used with C/C++ Compiler based on GNU.

When the course was started by Dr. Ozemek @ SJSU (sometime before 2005), not many resources were out there. Still, with helpful guidance from Dr. Ozemek, interesting projects were created. This is when I started to help out in Embedded System Courses, and by collecting and sharing knowledge, we've raised the bar at SJSU!

There have been many great projects at SJSU, but since no one knew about them, the hard work went to a waste for anyone but the creator. But now we've got the infrastructure to share the projects, which turn out as great references for future students. Here is my project that started around 2007, and turned into Bachelor's Senior Design Project:
YouTube Video of Self-Navigating Car

As of 2013, I have broadened my contribution to other embedded system courses like CmpE240, CmpE243 and CmpE244.

Lab Assignments

This article contains laboratory assignments and resources. The assignments are under construction as we move towards SJ-One development board.

Other reference articles :


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.


Senior Design Projects


Semester Projects

Every semester, students are given about 7-10 weeks to complete their projects. During this short time-span, students form groups, order parts, and begin working on their projects. The work performed during the semester is documented at this Wiki.

Here is the list of Preet's documented projects:

Here is another resource for good project references : Cornell EE476 Projects



Fall 2015

CmpE146:



Spring 2015


CmpE146:

Fall 2014


Spring 2014



CmpE146

Fall 2013

Spring 2013

Fall 2012

Spring 2012


Handy References