-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
56 changed files
with
90 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
title: Assignments | ||
next: assignments/LightShield/ | ||
next: assignments/light-shield/ | ||
toc: false | ||
--- | ||
|
||
All of the ECE 196 assignment instructions can be found here. | ||
|
||
{{< cards >}} | ||
{{< card link="lightshield" title="LightShield" icon="light-bulb" >}} | ||
{{< card link="devboard" title="DevBoard" icon="chip" >}} | ||
{{< card link="vumeter" title="VUMeter" icon="chart-square-bar" >}} | ||
{{< card link="spinningandblinking" title="SpinningAndBlinking" icon="cog" >}} | ||
{{< card link="controlwithpython" title="ControlWithPython" icon="code" >}} | ||
{{< card link="light-shield" title="Light Shield" icon="light-bulb" >}} | ||
{{< card link="dev-board" title="DevBoard" icon="chip" >}} | ||
{{< card link="vu-meter" title="VU Meter" icon="chart-square-bar" >}} | ||
{{< card link="spinning-and-blinking" title="Spinning and Blinking" icon="code" >}} | ||
{{< card link="full-stack" title="Full Stack" icon="wifi" >}} | ||
{{< /cards >}} |
4 changes: 2 additions & 2 deletions
4
content/assignments/DevBoard/_index.md → content/assignments/dev-board/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/assignments/DevBoard/assembly.md → content/assignments/dev-board/assembly.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Assembly | ||
type: docs | ||
prev: assignments/DevBoard/ | ||
prev: assignments/dev-board/ | ||
weight: 1 | ||
--- | ||
|
||
|
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
content/assignments/DevBoard/submission.md → content/assignments/dev-board/submission.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Submission | ||
type: docs | ||
next: assignments/VUMeter/ | ||
next: assignments/vu-meter/ | ||
weight: 2 | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Full Stack | ||
type: docs | ||
prev: assignments/spinning-and-blinking/ | ||
next: assignments/full-stack/tutorial | ||
weight: 5 | ||
--- | ||
|
||
## Preamble | ||
|
||
You may have heard the term "full stack" before. Web developers have coined it as meaning all the systems from the database (backend) to the user interface (frontend). | ||
|
||
But web developers don't get all the fun. As Electrical Engineers, we have our *own* definition of "full stack". | ||
|
||
For us, the full stack is: | ||
|
||
1. Hardware | ||
1. Firmware | ||
1. Communication | ||
1. User Interface | ||
|
||
You're half way there! In one fell swoop, we're going to finish off the last two. | ||
|
||
## Assignment | ||
|
||
In this assignment you will become a full stack engineer by learning to create a **G**raphical **U**ser **I**nterface (GUI) and a communication | ||
system to interact with a microcontroller. | ||
|
||
You will create a **client** (the GUI running on your computer/phone) which communicates with a **peripheral** (your microcontroller) over some medium. | ||
|
||
**You are once again faced with an important decision** | ||
|
||
You now have **four** pathways to choose from: | ||
|
||
{{< cards >}} | ||
{{< card link="python" title="USB: Python & Arduino" >}} | ||
{{< card link="python" title="USB: Python & Rust" >}} | ||
{{< card link="python" title="BLE: Swift & Arduino" >}} | ||
{{< card link="python" title="BLE: Swift & Rust" >}} | ||
{{< /cards >}} | ||
|
||
{{< callout type="warning" >}} | ||
You **must** have a Mac and an iPhone to develop Swift apps. | ||
{{< /callout >}} | ||
|
||
Similarly to the previous assignment, some of these paths are easier than others, but less interesting. |
2 changes: 1 addition & 1 deletion
2
...ent/assignments/ControlWithPython/quiz.md → content/assignments/full-stack/quiz.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...assignments/ControlWithPython/tutorial.md → content/assignments/full-stack/tutorial.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Tutorial | ||
type: docs | ||
prev: assignments/ControlWithPython/ | ||
prev: assignments/full-stack/ | ||
weight: 1 | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
content/assignments/LightShield/_index.md → content/assignments/light-shield/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
content/assignments/LightShield/assembly.md → content/assignments/light-shield/assembly.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Assembly | ||
type: docs | ||
prev: assignments/LightShield/ | ||
prev: assignments/light-shield/ | ||
weight: 1 | ||
--- | ||
|
||
|
File renamed without changes
2 changes: 1 addition & 1 deletion
2
...ent/assignments/LightShield/submission.md → ...nt/assignments/light-shield/submission.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Submission | ||
type: docs | ||
next: assignments/DevBoard/ | ||
next: assignments/dev-board/ | ||
weight: 2 | ||
--- | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
...assignments/SpinningAndBlinking/_index.md → ...signments/spinning-and-blinking/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nts/SpinningAndBlinking/Arduino/_index.md → ...s/spinning-and-blinking/arduino/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/SpinningAndBlinking/Arduino/blinking.md → ...spinning-and-blinking/arduino/blinking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions
4
...nments/SpinningAndBlinking/Rust/_index.md → ...ents/spinning-and-blinking/rust/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ents/SpinningAndBlinking/Rust/blinking.md → ...ts/spinning-and-blinking/rust/blinking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
...gnments/SpinningAndBlinking/Rust/setup.md → ...ments/spinning-and-blinking/rust/setup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ents/SpinningAndBlinking/Rust/spinning.md → ...ts/spinning-and-blinking/rust/spinning.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
content/assignments/VUMeter/_index.md → content/assignments/vu-meter/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
content/assignments/VUMeter/firmware.md → content/assignments/vu-meter/firmware.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Firmware | ||
type: docs | ||
prev: assignments/VUMeter/ | ||
prev: assignments/vu-meter/ | ||
weight: 1 | ||
--- | ||
|
||
|
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion
2
content/assignments/VUMeter/submission.md → content/assignments/vu-meter/submission.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,7 @@ params: | |
|
||
page: | ||
width: full | ||
|
||
theme: | ||
default: "dark" | ||
displayToggle: false |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} |