diff --git a/assets/images/Woodworking/CardBox.jpg b/assets/images/Woodworking/CardBox.jpg index 7eccc31..aab661b 100644 Binary files a/assets/images/Woodworking/CardBox.jpg and b/assets/images/Woodworking/CardBox.jpg differ diff --git a/project-pages/OtherProjects/cabin.html b/project-pages/OtherProjects/cabin.html index 1a7bf66..d5737cb 100644 --- a/project-pages/OtherProjects/cabin.html +++ b/project-pages/OtherProjects/cabin.html @@ -67,7 +67,7 @@
I made an N-scale train table built into a coffee table theamed after a logging scene inspired by - mountains in Oklahoma I had a Boy Scout Camp at. I modeled a barraks for the camp in Autodesk Inventor and printed them. Fortunately, + mountains in Oklahoma where I went to Boy Scout Camp. I modeled a barraks for the logging camp on the train table in Autodesk Inventor and printed them. Fortunately, my older brother is talented at painting and painted it for me.
diff --git a/project-pages/OtherProjects/discGolf.html b/project-pages/OtherProjects/discGolf.html index 7b1ffa9..10f9c7e 100644 --- a/project-pages/OtherProjects/discGolf.html +++ b/project-pages/OtherProjects/discGolf.html @@ -60,7 +60,8 @@
My younger brother and his friends enjoy disc golfing so for their graduation presents, I designed - and printed a dorm room disc golf catchers. They are about a foot tall for them to take with them to college. + and printed a dorm room disc golf catchers. They are about a foot tall. The disc catchers are printed out of PLA and the discs + are made of TPU. Each of them got a disc with the high school logo and one with their respective college logo.
During my senior design project our advisor told us to develop a team logo to put on our PCBs. As a - joke one of our team members made a drawing of his face as the logo. At the end of the year I spent an afternoon modeling, - coding, wiring, and assemblying this underglow sign. I put in a shock sensor to change the lighting mode. It can change + joke, one of our team members made a drawing of his face as the logo. At the end of the year, I spent an afternoon modeling, + coding, wiring, and assemblying this underglow sign as a gift for our advisor. I put in a shock sensor to change the lighting mode. It can change between a disco mode, smooth color, a bunch of static colors and a Iowa State mode where the indivual addressable RGB strips are set to different ISU colors. I cut the drawing out of plexiglass with a laser cutter while working on pieces for our project. The code runs on a Arduino nano and the case was modeled in Autodesk Inventor. The video above steps through the different color options. diff --git a/project-pages/OtherProjects/miner.html b/project-pages/OtherProjects/miner.html index 56e6367..26f7691 100644 --- a/project-pages/OtherProjects/miner.html +++ b/project-pages/OtherProjects/miner.html @@ -62,13 +62,12 @@
I have worked on a small HO scale train table with my older brother a bunch over the years. We have added a number of features such as a green LED flashing in a cabin in a woods to have a witches hut with spells being cast. I decided to add a microcrontroller to handle all the LED flashing. The features it controls are: blinking water tower light, - flashing witches spell hut, burning building, and ghost signalman. All aspect occur randomly. Finally I added a small .96 in - LCD display that project images of ghosts onto a peice of plexiglass at an angle making a ghost like appearance at the end of - a mine shaft. When growing up my siblings and I watched a lot of Scooby Doo so I set it to display different ghosts from Scooby Doo. + flashing witches spell hut, burning building, and ghost signalman. All aspect occur randomly. Finally, I added a small .96 in + LCD display that projects images of ghosts onto a peice of plexiglass at an angle making a ghost like appearance at the end of + a mine shaft. When growing up, my siblings and I watched a lot of Scooby Doo, so I set it to display different ghosts from Scooby Doo. The images are selected at random from an sd card. To handle all the connections I designed a custom PCB on KiCAD to handle all the wire - connections. Additionally, this PCB handle power regulation. The power supply on the train tables says it outputs 12V DV which - is a input option on an Arduino. Unfortuately, it was actually putting out 18 volts which we found out by frying an Arduino Nano. - Thus I put a linear reguatlor to handle the power regulation. + connections. Additionally, this PCB handles power regulation. The power supply on the train tables says it outputs 12V DC which + is a input option on an Arduino. Unfortuately, it was actually putting out 18 volts which we found out by frying an Arduino Nano on my first perf board design, so I put a linear reguatlor to handle the power regulation.