Skip to content
Snippets Groups Projects
Commit 2a83d2e5 authored by Jiawen Gong's avatar Jiawen Gong
Browse files

Update file week12.md

parent 7021af1c
No related branches found
No related tags found
No related merge requests found
Pipeline #423957 passed
......@@ -46,7 +46,6 @@ I used:
| Alum |200g | Drinking Water | 400ml |
### **STEP 3**
Place the neopixels on the bottom of the jar, with some space in between. This way it prevents the crystals from growing on the bottom side of the board so you have a clean surface to work on later on.
......@@ -63,17 +62,55 @@ Here you can see that crystals growing on the seeds and crytals growing on the s
![](../images/home/sample-image.jpg)
## Code Example
## **CIRCUIT**
### **SCHEMATIC**
This diagram helps me to design the circuit and how everything should be connceted.
### **CRICUT MAKER 3**
## Results
I drew the circuit on rhino and cut it out on a piece of conductive fabric with Cricut. It looked really nice at first but **once I started soldering, the fabric melted** and was not usable anymore. So conductive fabric is not recommended for soldering.
![](../images/home/sample-image.jpg)
Testing with one neopixel.
### **SOLDERING WITH CONDUCTIVE WIRES**
I switched back to soldering with conductive wires and it worked pretty well. I used all yellow wires because it's the closest to skin colour and thus the least noticable.
## **LATEX**
I wanted to embed my circut in latex so I can later attach it on skin with glue. There are two bottles of latex in the lab so I tried both by brushing them on a platic board. I prefer the black bottle because the result is smoother and more transparent.
## **PROGRAMMING A GEMMA**
### **STEP-BY-STEP**
1. Open your first sketch
Open the LED blink example sketch: File > Examples >01.Basics > Blink.
2. Select your board type
Select Arduino Gemma from Tools > Board
3. Upload the program
Select Arduino Gemma from Tools > Programmer. Plug in the Gemma, make sure you see the red LED lit. Press the reset button on the Gemma - verify you see the red LED pulse. This means it is ready to receive data. Click on File > Upload Using Programmer above within 10 seconds. When the upload is finished, the built-in LED will flash every other second.
### **ADAFRUIT DRIVER FOR WINDOWS**
**ALERT!!!!! If you are using Windows and you want to work with Adafruit, you have to download this [driver](https://learn.adafruit.com/introducing-gemma/windows-setup) first!!** Otherwise you will only be told "Programmer not found" after all the right procedures.
###
My gemma was a bit moody and didn't want to cooperate for an hour. I tried multiple solutions with michelle but it was just acting weird. No idea why :(
But an hour later it decides to do some work and this is the neopixel show all the colours with the Strand Test.
<div style="padding:66.67% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/893621497?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="TESTING"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
### **CODE**
## **FINAL RESUILT**
......
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