Skip to content
Snippets Groups Projects
Commit 2bb36f27 authored by Mitalee Parikh's avatar Mitalee Parikh
Browse files

fp update2

parent 15ee2091
No related branches found
No related tags found
No related merge requests found
Pipeline #250142 passed
......@@ -227,7 +227,7 @@ Also, to add some mechanics and automation, make the form versatile to change it
* Network and Communication - Add WiFi module to control it remotely
* Interface and Application programming - To make a GUI (phone app?)
![Spiral Development Plan](./images/pppm/spiral.jpg)
![](./images/pppm/lamp.jpg)
References for the origami form: [Meduse Lamp](http://sdipl.net/slimsSRL/LoadSRLReport.aspx?CID=2110088069&UMR_NO=177803294956&HV=True)
For the light app: [Philips Hue](http://sdipl.net/slimsSRL/LoadSRLReport.aspx?CID=2110088069&UMR_NO=177803294956&HV=True)
......@@ -244,6 +244,9 @@ I would also like to use the simplicity and [modularity structure](./images/pppm
### Idea 3: ...
![](./images/pppm/idea3.jpg)
12. About Page
---
You can find it through the [homepage](http://academany.fabcloud.io/fabacademy/2020/labs/barcelona/students/mitalee-parikh/) or [this link](http://academany.fabcloud.io/fabacademy/2020/labs/barcelona/students/mitalee-parikh/About%20Me/).
......@@ -136,7 +136,9 @@ Connecting all inputs and outputs
####Milling the PCB
I followed all the settings and the workflow as described in the [Electronics Prdocution week documentation](./Electronics Production.md) and milled the board:
![milling](./images/final-project/milling.gif)
These are the 3 final boards:
![milled](./images/final-project/milled-board.jpg)
####Soldering components
......@@ -164,8 +166,10 @@ I will use the FabISP I made in [Electronics Production](./Electronics Productio
1. Connect the new board with a ribbon cable to the FabISP programmer through a compatible USB adaptor.
![](cobnnection)
Check the orientation of the cables is on correct order. VCC of the FabISP matches the VCC of the target board(mine with ATtiny44)
Check System Report > Hardware> USB, should detect the USBtinyISP.
Check the orientation of the cables is in correct order. VCC of the FabISP matches the VCC of the target board(mine with ATtiny44)
Check System Report > Hardware > USB, should detect the USBtinyISP.
Next in a terminal window,
<code>avrdude -c usbtiny -p t44</code>
It should show that the device is initialized and show a signature.
......@@ -183,20 +187,47 @@ Sketch > Include Library > Manage Librarries, select Tiny4kOLED and install.
### 3D printing
Knobs for potentiometers:
[3D model]
<div class="sketchfab-embed-wrapper"> <iframe title="Knob" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="fullscreen; autoplay; vr" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/84d5f9911fdd4ada838a230d931926ee/embed?ui_theme=dark"> </iframe> <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;"> <a href="https://sketchfab.com/3d-models/knob-84d5f9911fdd4ada838a230d931926ee?utm_medium=embed&utm_campaign=share-popup&utm_content=84d5f9911fdd4ada838a230d931926ee" target="_blank" style="font-weight: bold; color: #1CAAD9;"> Knob </a> by <a href="https://sketchfab.com/emaitee?utm_medium=embed&utm_campaign=share-popup&utm_content=84d5f9911fdd4ada838a230d931926ee" target="_blank" style="font-weight: bold; color: #1CAAD9;"> emaitee </a> on <a href="https://sketchfab.com?utm_medium=embed&utm_campaign=share-popup&utm_content=84d5f9911fdd4ada838a230d931926ee" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a></p>
<div class="sketchfab-embed-wrapper"> <iframe title="Knob" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="fullscreen; autoplay; vr" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/84d5f9911fdd4ada838a230d931926ee/embed?ui_theme=dark"> </iframe> <p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
</div>
### [Gcode file](./images/final-project/knob.v3.gcode) has these settings:
Wall Thickness
speed
Brim
### Lasercutting
KICAD symbol and footprint guide:
https://app.ultralibrarian.com/content/help/index.htm?converting-ultra-librarian-dow.htm
### [Gcode file](./images/final-project/knob.v3.gcode.zip) has these settings:
TARGET_MACHINE.NAME:Ultimaker 3 Extended
Material= PLA
EXTRUDER_TRAIN.0.INITIAL_TEMPERATURE:205
EXTRUDER_TRAIN.0.NOZZLE.DIAMETER:0.4
BUILD_PLATE.INITIAL_TEMPERATURE:60
Print Quality = normal
Adhesion type = none
Supportenable = True
nbottom_layers = 12
ngradual_infill_steps = 5
ninfill_pattern = concentric
ll_sparse_density = 50
nsupport_angle = 30
ntop_bottom_thickness = 1.2
nwall_thickness = 5
Printing took approx. 27 minutes plus heating and cooling time...
![printing](./images/final-project/printing.gif)
###2D and 3D design
I started by sketching out ideas on paper.
![sketches](./images/final-project/sketches.jpg)
Then after figuring out basic elec requirements, I used Rhino to design the model with all electronics in 3D.
![3D](./images/final-project/3d.jpg)
I also made a quick render in Rhino and made a 2D illustration to sketch out ideas.
![2D](./images/final-project/render.jpg)
### Lasercutting
I followed the same workflow as [computer controlled cutting](./Computer-controlled Cutting.md) week documentation to cut the acrylic for the body.
![workflow](./images/final-project/laser.gif)
![lasercut](./images/final-project/lasercut.gif)
Last, part was assembly and filling in all components together.
4. Important and interesting links
---
[Project Development class notes](http://academy.cba.mit.edu/classes/project_development/index.html) + [video](https://vimeo.com/558297880)
[KICAD symbol and footprint guide](https://app.ultralibrarian.com/content/help/index.htm?converting-ultra-librarian-dow.html)
docs/images/final-project/3d.jpg

21.5 KiB

docs/images/final-project/avrdude.png

71.1 KiB

docs/images/final-project/laser.gif

195 KiB

docs/images/final-project/lasercut.gif

285 KiB

docs/images/final-project/milling.gif

218 KiB

docs/images/final-project/printing.gif

97.9 KiB

docs/images/final-project/render.jpg

9.45 KiB

docs/images/final-project/sketches.jpg

106 KiB

docs/images/final-project/ultimaker.png

194 KiB

docs/images/pppm/idea3.jpg

28.7 KiB

docs/images/pppm/lamp.jpg

14.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment