From d0f4ec8db13430eee8e3b157b78e61ad6aa1edf4 Mon Sep 17 00:00:00 2001 From: danjstone <dan@909street.com> Date: Tue, 28 Mar 2023 17:49:11 -0400 Subject: [PATCH] output week final --- docs/assignments/week09.md | 15 ++++++++++++++- docs/assignments/week10.md | 19 +++++++++++++------ docs/index.md | 4 +++- 3 files changed, 30 insertions(+), 8 deletions(-) diff --git a/docs/assignments/week09.md b/docs/assignments/week09.md index fdef8d1..1910842 100644 --- a/docs/assignments/week09.md +++ b/docs/assignments/week09.md @@ -102,6 +102,18 @@ I only had 3 components to solder the ESP32C3, a resistor and LED as well as con We did a good amount of Surface Mount Soldering during our [Fab Academy prep](https://fabacademy.org/2023/labs/charlotte/students/dan-stone/assignments/week00/#surface-mount-soldering) so the getting the 3 components down was pretty straight forward + +Not I the components in place (stuffing) + + + + +and soldered + + + + And here we have it +  ## Coding @@ -186,7 +198,8 @@ void loop() { } ``` -While I was getting the Button set up I pushed too hard on the connector and stripped the + +However.....while I was getting the Button set up I pushed too hard on the connector and stripped the trace.  diff --git a/docs/assignments/week10.md b/docs/assignments/week10.md index be3c587..42881b1 100644 --- a/docs/assignments/week10.md +++ b/docs/assignments/week10.md @@ -21,18 +21,25 @@ Add an output device to a microcontroller board you’ve designed and program it **Accomplishment** -1. Understood how to interact with the ESC that did not have a data sheet. +1. Set up the a servo (for locking mechanism) to be controlled by the board I designed last week -2. Designed my own solution for my micrcontroller to control the ESC +2. Designed a sub board to connect the servo (output device 1), button and 2 status LEDs (outputs 2 and 3) -3. Use a transistor and a capacitor in my circuit design for the first time +3. Milling, stuffed and soldered the servo control board -4. Milled and soldered my Motor control sub board +4. Coded the microcontroller, connected the control boards and servo board and got it to work!! -5. Connected my Motor control board with main board +5 Tackled a 4th output device - a spinning motor controled by and ESC -6. Codded a program to run motor at 2 different speeds +6. Designed my own solution for my micrcontroller to control the ESC +7. Use a transistor and a capacitor in my circuit design for the first time + +8. Milled and soldered my Motor control sub board + +9. Connected my Motor control board with main board + +10. Hit a road black with transistor and wating for delivery of new batch to finish ## ESP32 servo set up/test diff --git a/docs/index.md b/docs/index.md index 9433cc8..dcae54b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,4 +29,6 @@ Weekly assignments 8. Computer controlled machining -9. Electronics Production \ No newline at end of file +9. Electronics Production + +10. Output devices \ No newline at end of file -- GitLab