Difference between revisions of "Realtime OS on Embedded Systems"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Fall 2020)
(Fall 2021)
(26 intermediate revisions by 10 users not shown)
Line 45: Line 45:
 
<HR>
 
<HR>
 
=== Appendix ===
 
=== Appendix ===
 +
 +
=== [[Fall 2021 | Fall 2021]] ===
 +
 +
*  [[F21: ACE MARIO]]
 +
*  [[F21: Skeh-lleybones]]
 +
*  [[F21: Sons of Ultron]]
 +
*  [[F21: Juvenile Jumpers]]
 +
*  [[F21: Treasure Dive]]
 +
*  [[F21: FollowMe]]
 +
*  [[F21: Flame Over]]
 +
*  [[F21: Space Rage]]
  
 
=== [[Fall 2020 | Fall 2020]] ===
 
=== [[Fall 2020 | Fall 2020]] ===
 
*  [[F20: Jubeat]]
 
*  [[F20: Jubeat]]
 +
*  [[F20: Flappy]]
 
*  [[F20: Space Invaders]]
 
*  [[F20: Space Invaders]]
 
*  [[F20: Treasure Diver]]
 
*  [[F20: Treasure Diver]]
Line 53: Line 65:
 
*  [[F20: Hungry Snake]]
 
*  [[F20: Hungry Snake]]
 
*  [[F20: Son of a Gun]]
 
*  [[F20: Son of a Gun]]
 +
*  [[F20: Corona Run]]
 +
*  [[F20: Maddening Marbles]]
 +
*  [[F20: Bubble Shooter]]
  
 
=== [[Fall 2019 | Fall 2019]] ===
 
=== [[Fall 2019 | Fall 2019]] ===

Revision as of 02:57, 17 December 2021

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.

Class Project

Other reference articles


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



Appendix

Fall 2021

Fall 2020

Fall 2019

Fall 2018


Spring 2018

Spring 2017


Fall 2016

CMPE146:

Spring 2016


Cmpe 146:



Fall 2015

CmpE146:



Spring 2015


CmpE146:

Spring 2014



CmpE146

Fall 2013

Spring 2013

Fall 2012

Spring 2012


Handy References