piqpoc_website/docs/Build_Guide/first.md

3 KiB

title description sidebar_position
List of materials (BOM) Add description 1

Here's a step by step guide to build the base structure of the sink yourself.

1 - Body of materials

Here's a list of the materials needed to construct a Piqpoc sink.

For the base structure:

  • Ikea Nissafors: A similar tray would do. But we chose this one for the ease of adjusting its height, its size fitting nicely with the plastic washbasin tray.
  • 2 x containers to store water: One for clean and one for dirty water: We used these from IKEA for convenience of getting all materials from the same store. Any bucket that fits would do the job. We'd suggest to use at least 5 liters for less frequent refilling.
  • 3/3.5/4 mm x 10/15mm screws with nuts: You'd need just 3 set of screws and nuts.
  • Plastic tray from Ikea: Feel free to use the colour combination you like.

For running water:

  • DC pump (5V)
  • 1m of hose in adequate size for the pump you purchase, can be found in local hardware or aquiarium stores

For the Switch Box

  • Illuminated Pushbutton: We used a button like this one, but purchased it from the local electronics shop instead. Would suggest you to do the same.
  • USB-C adapter: One of these did the job for us. If you have any existing USB adapter, you can use it.
  • Small size Tupperbox to use as a switchbox. (alternatively you can 3d print the switch box using the files we provide)

:::info[materials] Alternatively you can 3d print your swtichbox using the files we provide. ADD FILE HERE! :::

For the Faucet

  • A water toy that can be converted to a faucet: You can be creative to use any toy that can resemble or function as a faucet. The only criteria is that it needs to guide the hose from the pump into the washbasin. We used one of these toys that we had at home.

:::info[materials] Alternatively you can 3d print your faucet using the files we provide. ADD FILE HERE! :::

Tools

  • Drill and drill bits for metal and plastic (5.5mm, 3.5mm)
  • Solder iron
  • Hot glue gun with the accompanying size of glue

import ImageCarousel from '@site/src/components/ImageCarousel';

<ImageCarousel images={[ { src: '/img/sink1.jpg', alt: 'Melt the plastic', caption: 'Step 1: Melt the plastic' }, { src: '/img/try.JPG', alt: 'Shape the shell', caption: 'Step 2: Shape the shell' }, { src: '/img/step3.png', alt: 'Add electronics', caption: 'Step 3: Add electronics' }, { src: '/img/step4.png', alt: 'Finished mouse', caption: 'Step 4: Final product' }, ]} />