An open API service indexing awesome lists of open source software.

https://github.com/mr-addict/useless-box

Arduino Useless Box
https://github.com/mr-addict/useless-box

3d-printing arduino useless-box

Last synced: about 1 year ago
JSON representation

Arduino Useless Box

Awesome Lists containing this project

README

          

# Useless Box

## 1. Parts needed

### 1.1 3D Printing

There are some parts you need to 3D print yourself, 5 of them totally. You can find them in `3D-File/Stl` folder. You can also modify these parts in `3D-File/Parts` folder if you konw how to use solidworks.

![UselessBox-Parts](Images/UselessBox-Parts.png)

### 1.2 Electronics

In this project, I use `Arduino Uno` as my controller, and you also need some other parts as BOM table showing below. Feel free to replace some of them if you are familiar with arduino projects.

| Electronics | quantity | Image |
| :------------------- | :------: | :----------------------------------------: |
| Arduino Uno | 1 | ![Arduino-Uno](Images/Arduino-Uno.png) |
| Toggle Swtich | 1 | ![Toggle-Switch](Images/Toggle-Switch.png) |
| DC-005 Power Socket | 1 | ![DC005](Images/DC005.png) |
| HD-1160A Servo Motor | 2 | ![Servo-Motor](Images/Servo-Motor.png) |

## 2. Assemble

First you need to wire your electronics referring to below diagram.

> Note that you must apply **5V power** to the circuit if you are wiring like me.

![UselessBox-Circuit](Images/UselessBox-Circuit.png)

Then assemble 3D printing parts and wired electronics together.

You can use a longer servo stick instead of using 3D printing **stick** part like I did.

![image03](Images/Assemble.jpg)

Finally, upload arduino code to your board and have fun!

## 3. Presentation

https://user-images.githubusercontent.com/75357598/142750349-8485f8f9-0854-4409-b59b-4909fe04149b.mp4