Skip to content
Snippets Groups Projects
Commit ac4c4a19 authored by Stephanie Johnson's avatar Stephanie Johnson
Browse files

Update 2 files

- /docs/dissection/03-skeleton.md
- /docs/development/02-process.md
parent 6f8b7584
Branches
No related tags found
No related merge requests found
Pipeline #458163 passed
......@@ -154,16 +154,12 @@ Light is a form of electromagnetic radiation. At some wavelengths it appears as
X-Ray Documentary By William D Coolidge (1940)
<iframe width="560" height="315" src="https://www.youtube.com/embed/gsV7SJDDCY4?si=KBr0M-oYO23IG4tw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
How X-rays see through your skin - Ge Wang (2015)
How do these magic eyes work?
![](../images/process/skeletonsexy.png)
![](../images/process/xray2.png)
![](../images/process/skeleton.gif)
Images from [X-Ray Human Skeleton](https://ar.inspiredpencil.com/pictures-2023/x-ray-human-skeleton)
......@@ -491,10 +487,6 @@ Working out the sensor placement
![](../images/process/sensorplacement.png)
_____________________________________________________________________________________________________________________________
## **P R O T O T Y P E S**
###
_____________________________________________________________________________________________________________________________
......
......@@ -60,17 +60,75 @@ X-ray images show details not visible to the naked eye – including boning, hoo
<iframe width="560" height="315" src="https://www.youtube.com/embed/6qYEUlq7wLI?si=fPIJZ9D_PczVqkE2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
_____________________________________________________________________________________________________________________________
## T E S T S
### E L E C T R O N I C S
_____________________________________________________________________________________________________________________________
I want to use **NeoPixels** and HY-SRF05 **Ultrasonic Distance Sensor**
### P L E A T S
[Adafruit NeoPixel Überguide](https://cdn.sparkfun.com/datasheets/Components/LED/adafruit-neopixel-uberguide.pdf) Data Sheet
_____________________________________________________________________________________________________________________________
[HY-SRF05 Precision Ultrasonic Sensor ](https://www.micros.com.pl/mediaserver/M_HY-SRF05_0003.pdf) Data Sheet
### E L E C T R O N I C S
How it Works?
A sensor like the HC-SR04 works similarly to a bat’s sonar: by sending out an ultrasonic pulse that bounces when it encounters a barrier, like a wall, a person, or an object. After it bounces, the pulse returns to the sensor, which computes the distance to the barrier based on the time it took for the pulse to return.
The HC-SR04 uses two specialized pins to accomplish this, in addition to its power and ground pins: a “trigger pin,” which sends out the signal, and an “echo pin,” which receives the returning signal after it bounces.
#### Tutorial / References
[Arduino - Ultrasonic Sensor](https://www.tutorialspoint.com/arduino/arduino_ultrasonic_sensor.htm)
[Use an Ultrasonic Sensor to Control Neopixels With Arduino](https://www.instructables.com/How-to-Use-an-Ultrasonic-Sensor-to-Control-Neopixe/).This was a helpful tutorial to get an idea where to put everything. However the code did not work for me so I had to find my own solution and write new code.
[Arduino controlling Neopixel with Sensor](https://www.youtube.com/watch?v=OPglncvHzQo)
[Ultrasonic sensor motion sensing](https://michellevossen.com/blog/fablab/2021/11/23/ultrasonic-sensor-motion-sensing.html) by Michelle Vossen
[Detecting movement direction with two ultrasonic distance sensors](https://www.sensingthecity.com/detecting-movement-direction-with-two-ultrasonic-distance-sensors/)
[Intro to ATTiny](https://vimeo.com/781182805/91c5fb866c) Fabricademy 2022-23
[TTiny and Touch sensors part 2](https://vimeo.com/781557472/b636603819) Fabricademy 2022-23
#### **D E S I G N**
![](../images/skeleton/skeletoncircuit.png)
My design for the circuit. It is in two parts, the right side is one circuit and the left is a mirrored version.
The idea is to have the sensors at the knees and the circuit as one continuous strip.
#### **I S S U E S**
NOTE: posible issues that could arrise
- Focus on direction and ensure **NEOPIXELS IN CORRECT DIRECTION!**
- Connections must be **SECURE!**
- Neopixels arranged in series, if one connection is lost, it will interrupt the others
As I plan to have many joins, it will be impotant to have well soldered and secure connections
[Soldering Strips](https://learn.adafruit.com/make-it-glow-how-to-solder-neopixels-a-beginners-guide/soldering-strips) has some tips and tricks on soldering neopixel strips and wires.
Tips and Tricks on [How to Solder](https://www.instructables.com/How-to-Solder-Tips-and-Tricks/)
[Aslı Aydın Aksan](https://asliaydinaksan.github.io/) has some information on soldering tips for [PCB Assembly](https://asliaydinaksan.github.io/2022/10/03/pcb-assembly.html)
I started to solder NeoPixels trying to make **very stable connections**
![](../images/skeleton/soldering1.png)
M E T H O D
1. Using pin, poke **hole** in each connecction.
2. Strip a bit of **wire** and place through hole.
3. Cut piece of small **shrink tube** and place over wire.
4. Using soldering iron **heat** up wire/connection for 2/3 seconds, then melt **solder** into connection
5. Place shrink tube over connection, heat and tighten to form strong bond.
![](../images/skeleton/electronics.png)
......@@ -80,10 +138,52 @@ ________________________________________________________________________________
_____________________________________________________________________________________________________________________________
## P R O C E S S
### P L E A T I N G
Developing on a previous technique that I have used over the years to create pleates, which consists of creating 2 accordion moulds, placing a piece of fabric in the middle and treating it with heat.
_____________________________________________________________________________________________________________________________
PAPER MOULD TEST
Paper tested
- VEL SIMILI JAPON 48X64 225GR
- HM KARTON HEL.WIT 70X100 300GR
**S E T T I N G S**
I used the preset cut settings in LightBurn for Paper 300.00 (grams) as the paper was 300 gsm
Speed 35.00
Max Power 25.00
Min Power 25.00
Select Perforation Mode
1.50 Cut
2.50 Skip
Giving a dashed line that makes it possible to bend the paper and it holds it’s shape
**Preparing & Using Laser Cutter**
1. Import DXF file into LightBurn (ensure sizing is correct)
2. Select material and select presets settings
3. Place down material (note, putting another piece of paper under will stop burn marks)
4. Turn on laser cutter and use jig to make sure laser head is at correct distance
5. Test the cutting area to ensure laser will remain only on material
**R E S U L T / O B S E R V A T I O N**
1. 300 gsm Paper was a bit too thick - 200 gsm is better
2. Placing paper underneath laser bed will stop any burn marks and look cleaner
3. The 'tieing up is the most difficult part
![](../images/process/lasercutting.png)
![](../images/process/mouldtie.png)
![](../images/process/fabricmould.png)
![](../images/process/fabricmouldresult.png)
## F I L E S
\ No newline at end of file
<div style="padding:75% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/907768023?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="pleates"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment