Useless Box Save

A useless box device with ESP8266 and Visual Studio Code.

Project README

Smart Useless Box with ESP8266 and Gesture Sensor

A useless box made smarter with an ESP8266 microcontroller on a Wemos D1 Mini board and an APDS-9960 proximity sensor to give more funny responses.

Photo

YAUB (Yet Another Useless Box)?

Useless machines are not new, there are many versions available. You can create a simple one using a lever switch, however that will react always the same way. Using a programmable microcontroller you can create funny, unexpected responses, and by adding a proximity sensor you can surprise the user with actions before she would even turn on the switch!

This is a programmable useless box, so you have the option to implement additional reactions when you want to to further improve this funny little toy. What's more the used controller board has WiFi connectivity, so you can connect it to other online services (e.g. IFTTT) or smart assistants (Alexa, Cortana etc.).

Smart Useless Box in Action

Click the image below to see this box in action:

Smart Useless Box in Action

Hardware

The following hardware components are required to build this project:

  • 1 × Wemos D1 Mini board
  • 1 × APDS-9960 RGB, gesture and proximity sensor - there are multiple versions of this board, use one that follows the pinout of the SparkFun module to simplify wiring. I used this cheap one from AliExpress.
  • 2 × SG90 servo motors
  • 1 × Switch - you have to test this to ensure it flips easily and the servo is strong enough to flip it, so I bought mine in the nearest electronics hardware store.
  • 1 × 1kΩ resistance
  • Male pin headers:
    • 1 × 1x2 for the switch
    • 2 × 1x3 for the servo motors
    • 1 × 1x5 for the sensor
  • Prototype board or PCB - to create a shield for the Wemos D1 Mini.
  • Pin headers - to connect the shield to the Wemos D1 Mini.
  • Dupont cables or wires with connectors.
  • BluTack - to mount the wires and the controller board.
  • M3 screws - to mount the lids.

Wiring

The wiring is designed to create a custom shield for the Wemos D1 Mini ESP8266 microcontroller-based board, instead of soldering the cables directly to the board. In this way you can easily assemble the parts or even reuse them in the future.

Schematics

Schematic

PCB

PCB

The PCB was designed with Fritzing, and you can download the source file to further customize it to your needs.

You can also download the Gerber files which you can use to order the PCB from your preferred PCB manufacturer. (Note: I've created my prototype manually then documented it in Fritzing, so I have not tested this PCB yet.)

Software

The source code in this repo is created with Visual Studio Code using the Arduino plugin from Microsoft, but it should work with the Arduino IDE as well.

The code in this repository is preconfigured with the pin layout shown in the wiring diagram above, but if you decide to connect the parts to different pins, you have to update the values in the config.h file.

After finalizing the pin configuration (or using the default one) just upload the code to the Wemos D1 Mini board.

The responses of the box are implemented in the useless-box.ino file, and the run() function is responsible for selecting and executing the reaction to a flip of the switch or to a signal from the sensor. Feel free to add new logic or remove any existing reaction you don't like in this function.

The Box

I designed a custom box for this project which can be 3D printed or even further customized. You can download the model from Thingiverse or MyMiniFactory.

Happy Printing! :)

About the author

This project is maintained by György Balássy.

Open Source Agenda is not affiliated with "Useless Box" Project. README Source: balassy/useless-box
Stars
93
Open Issues
10
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating