Difference between revisions of "Realtime OS on Embedded Systems"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Spring 2013)
(Spring 2013)
Line 20: Line 20:
  
 
=== [[CmpE146 Spring 2013 | Spring 2013]] ===
 
=== [[CmpE146 Spring 2013 | Spring 2013]] ===
 +
'''These projects are IN PROGRESS :'''
 +
 
* [[S13: 2D Plotter]]
 
* [[S13: 2D Plotter]]
 
* [[S13: Smart Cube]]
 
* [[S13: Smart Cube]]

Revision as of 23:29, 24 April 2013

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, 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

Semester Projects

Every semester, CmpE146 students are given about 7 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 a project I created after begin motivated by my students:
Preet's Relay Controller Project

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



Spring 2013

These projects are IN PROGRESS :

Fall 2012

Spring 2012


Handy References