Skip to content

Latest commit

 

History

History
90 lines (62 loc) · 4.25 KB

index.md

File metadata and controls

90 lines (62 loc) · 4.25 KB
title layout nav_order description permalink
Home
home
1
Class website for BYU ECEN 390: Junior Team Design Project
/

ECEN 390 - Laser Tag Project

Class Overview

In this course you will construct a complex, multi-player laser-tag system that will help to integrate your knowledge and experience from the other three Junior-Core courses:

  • ECEN 340 (Analog Circuit Design),
  • ECEN 380 (Signal Processing), and
  • ECEN 330 (Programming Embedded Systems).

The theories, concepts and lab exercises from these three courses combine to complete an entire system. The analog designs from ECEN 340 provide the shot-firing LED, shot-detecting photodiode and associated analog electronics. The theories and algorithms that you learned about in ECEN 380 provide the signal processing necessary to detect when a player has been shot and also to determine which player was the shooter. Finally, the programming exercises and embedded system experience from ECEn 330 will help you write the necessary 'C' code to create a final working system.

The process of creating the laser-tag system is broken into several milestones. This helps students to schedule their effort and to focus on specific portions of the system during implementation.

{% comment %}

Focus on writing good documentation

{: .fs-9 }

Just the Docs gives your documentation a jumpstart with a responsive Jekyll theme that is easily customizable and hosted on GitHub Pages. {: .fs-6 .fw-300 }

Get started now{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } View it on GitHub{: .btn .fs-5 .mb-4 .mb-md-0 }


{: .warning }

This website documents the features of the current main branch of the Just the Docs theme. See [the CHANGELOG]({% link CHANGELOG.md %}) for a list of releases, new features, and bug fixes.

Getting started

About the project

Just the Docs is © 2014-{{ "now" | date: "%Y" }} by Patrick Marsceill.

License

Just the Docs is distributed by an MIT license.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in our GitHub repo.

Thank you to the contributors of Just the Docs!

    {% for contributor in site.github.contributors %}
  • {{ contributor.login }}
  • {% endfor %}

Code of Conduct

Just the Docs is committed to fostering a welcoming community.

View our Code of Conduct on our GitHub repository.


{% endcomment %}