Difference between revisions of "Realtime OS on Embedded Systems"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Spring 2014)
(Spring 2014)
Line 45: Line 45:
 
* [[S14: E-Ink Display for Shopping Tags]]
 
* [[S14: E-Ink Display for Shopping Tags]]
 
* [[S14: Spectrum Analyzer for Audio Frequency Signals]]
 
* [[S14: Spectrum Analyzer for Audio Frequency Signals]]
 +
* [[S14: CAN Firmware Uploader]]
  
 
=== [[CmpE240 Fall 2013 | Fall 2013]] ===
 
=== [[CmpE240 Fall 2013 | Fall 2013]] ===

Revision as of 02:01, 6 March 2014

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

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



Spring 2014

On-going projects ... reports are not complete

Fall 2013

Spring 2013

Fall 2012

Spring 2012


Handy References