pxt-calliope/docs/projects/wallet/make.md
Peli de Halleux 652abe0892 Wallet (#301)
* adding images

* fixed image path

* half way through instructions

* updating maker instructions

* adding protection section

* renaming making -> make

* fixed link

* added coding section

* updated lessons

* fix broken links
2016-11-03 15:49:29 -07:00

5.0 KiB

Wallet - Make

@description Maker Project for Wallet

~avatar avatar

Make the duct tape wallet for your @boardname@

~

Duration: ~30 minutes

Materials

  • Paper sheet
  • Tape (masking, duct tape, and/or packing tape)
  • Scissors
  • 1 @boardname@, battery holder and 2 AAA batteries
  • Marker or pen

Materials: paper, tape, scissors

Duct tape sheet

Let's start by building a duct tape sheet.

Position the paper sheet on the workbench and place lines of tape over it. Make sure to overlap each layer to avoid seeing gaps of papers. In case of mistake, add tape!

Cover the entire paper sheet with tape. Don't hesitate to use various colors or patterns!

Unstick the sheet from the workbench carefully to avoid ripping out the tape and turn it over.

Fold the remaining tape sections on the sides towards the center.

Great job, your duct tape sheet is ready! Let's get onto the next step.

Card Hole

We need to cut a hole in the center of the sheet to allow storage of coins and cards inside the wallet.

Gently fold the sheet in half.

Gently foldy the other way.

Place the duct tape roll on the inside corner. This will determine the size of the hole.

Use your marker and trace around the roll.

Use your scissors and cut along the line you've just traced while keeping the sheet folded.

Well done! The hole is done and perfectly centered!

Mounting the @boardname@

We are going to cut a hole for the @boardname@ screen and buttons on the front of the wallet.

Place the @boardname@ on the back of the sheet.

Mark the contour of the @boardname@ on the sheet with your marker. Don't worry about little mistakes.

Mark ticks at the location of each corners of the screen as shown on the picture.

Use the @boardname@ as a ruler to trace a line between the ticks.

Fill the inside square with your marker, you will need to cut it out later.

Mark the ticks along the button using the same procedure.

Fill the button square as well so that you clearly know what to cut or not.

Fold the sheet over the center of the darken area and cut out a triangle large enough to squeeze a blade of the scissors.

Starting from the small hole, work your way through cutting out the darkened area.

Eventually, the opening should look like a rectangle with a square in the middle.

Try mounting the @boardname@ and cutting more material as needed.

Put a generous layer of tape on the back of the @boardname@ to stick it on the wallet.

Attach the battery to the @boardname@. You are done for this step!

Folding

The last step is to fold the sheet and tape the sides to get a wallet.

Start form the sheet facing paper up and fold the sheet over the large hole in the center.

Fold another time until the large hole is visible.

Apply a layer of tape on the side with the tape overlapping half over the wallet.

Flip over the wallet carefully.

Fold the remaining tape over the wallet and cut the sides with the scissors.

Tuck in the battery in the pocket inside the wallet and make sure the cables are out of the way.

Apply the tape on the side using the same procedure.

That's it! You have an @boardname@ wallet!

Protecting those buttons!

The buttons of the @boarname@ are left vulnerable to being ripped out.

If you plan to make an extensive use of your wallet without using the buttons, you might want to consider to protect the buttons with additional tape.

The wallet is ready, we just have to add some code into the @boardname@ to make it alive.

~button /projects/wallet/code

Let's add some code!

~