Skip to content

Commit

Permalink
update the ifttt code
Browse files Browse the repository at this point in the history
  • Loading branch information
mnstri committed Oct 19, 2022
1 parent fb5d76a commit de05ad9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
36 changes: 18 additions & 18 deletions content/courses/introduction-to-critical-making/02-tuesday/index.md
Expand Up @@ -68,6 +68,24 @@ We are going to only use the Epilog Fusion Pro 48 laser cutter. [You can downloa

The software we use for preparing the final files for the machine is Adobe Illustrator.

### Safety

{{<hint danger>}}
Laser cutters are machines that are basically constantly trying to catch on fire. You have to always stand next to the laser cutter while it is running. Use the pause feature if you need to go somewhere while cutting.
{{</hint>}}

{{<hint danger>}}
There are some materials that you should never use with a laser cutter.
- PVC (polyvinyl chloride): creates pure chlorine gas when burned that is very harmful to you and destroys the machine!
- ABS: Emits cyanide gas and tends to melt
- Leather and artificial leather that contains chromium (VI). Leather that hasn't been chrome-tanned is ok.
- Carbon fibers (Carbon)
- Polyvinyl butyrale (PVB)
- Polytetrafluoroethylenes (PTFE /Teflon)
- Beryllium oxide
- Any materials containing halogens (fluorine, chlorine, bromine, iodine and astatine), epoxy or phenolic resins
{{</hint>}}

## Cutting

With the Epilog laser
Expand Down Expand Up @@ -110,24 +128,6 @@ Before we start:

<iframe src="https://aalto.cloud.panopto.eu/Panopto/Pages/Embed.aspx?id=d7a52b48-713e-4bfe-ad2c-af33005e7b45&autoplay=false&offerviewer=true&showtitle=true&showbrand=true&captions=true&interactivity=all" height="405" width="100%" style="border: 1px solid #464646;" allowfullscreen allow="autoplay"></iframe>

### Safety

{{<hint danger>}}
Laser cutters are machines that are basically constantly trying to catch on fire. You have to always stand next to the laser cutter while it is running. Use the pause feature if you need to go somewhere while cutting.
{{</hint>}}

{{<hint danger>}}
There are some materials that you should never use with a laser cutter.
- PVC (polyvinyl chloride): creates pure chlorine gas when burned that is very harmful to you and destroys the machine!
- ABS: Emits cyanide gas and tends to melt
- Leather and artificial leather that contains chromium (VI). Leather that hasn't been chrome-tanned is ok.
- Carbon fibers (Carbon)
- Polyvinyl butyrale (PVB)
- Polytetrafluoroethylenes (PTFE /Teflon)
- Beryllium oxide
- Any materials containing halogens (fluorine, chlorine, bromine, iodine and astatine), epoxy or phenolic resins
{{</hint>}}

---

## Independent work
Expand Down
Expand Up @@ -113,6 +113,8 @@ initWifi();
pinMode(LED,OUTPUT); //set LED pin as output
pinMode(BUTTON,INPUT_PULLUP); //set button pin as input
pinMode(4,OUTPUT); //set button pin as input
digitalWrite(4,LOW);
}
// this loop looks for a button push and if happens
//blinks LED and runs IFTTT request loop (otherwise LED off)
Expand Down Expand Up @@ -249,6 +251,10 @@ The next step depends on what services you have available. I'm using Telegram, w
3. On the top of the page, it says: ```Your key is: ...```
4. Copy the key to your [Arduino code](./03-wednesday/#code-for-our-iot-device)

---



---

## Independent work
Expand Down

0 comments on commit de05ad9

Please sign in to comment.