Last modified: 30.01.2021

started: 28.05.2020

My Part application (GParts) has information about my parts and where to find them. When I search for a specific part and it's located in one of these 138 drawers, the drawer will light up, helping you locate the part faster.

Additionally I can use VoffCon to select other programs to make light patterns, it's totally useless, but fun.

Why I created it

When I got an idea for a new project, finding the parts for it took too much time and often I lost interest when I finally found them all. That is why I created a web application called GParts which I used to store information about the parts and where they could be found. The application worked fine, but I was still taking too long searching for my parts because they were stored in containers all around my garage. Next, I bought three containers with a lot of drawers and put all my parts in these drawers. Because the drawers all looked the same I was still taking too long to find the parts. Finally, I came up with the idea to light up the drawers and connect them to the GParts application. This, totally solved my problem. Finding the parts now, takes no time at all.

I share the GParts application on GitHub for all who like to use it.

The Part Finder project is a simple web service running on the Esp32 that can be controlled via GET requests allowing it to connect to anything really.

The three containers

Box Description Rows Columns Drawers
1 All drawers are the small 10 6 60
2 Drawers in first 5 rows are small but drawers in last 3 rows are twice the with of small drawers. 8 6 and 3 39
3 Drawers in first 5 rows are small but drawers in last 3 rows are twice the with of small drawers. 8 6 and 3 39
138

Project images

Here are some images of the building progress.

Project Video

What's needed

These are the things I used to create this project. VoffCon is not needed for this project, but using it made things easier while developing.

  • Wood
    • 16mm Plywood board that fits the drawer containers and the power supply.
    • Wood to make the frame, thick enough so the strip never touches the wall when mounted.
    • Wood to create a box around the 200W power supply.
    • 4mm plywood for the housing around the HLK-PM01 and the Esp32.

  • Screws for wood.
  • Glue for wood, to glue together the housing around the HLK-PM01 and the Esp32.
  • Four addressable WS2811, 5 Volts LED strips, each with 50 pixels though only 6 pixels are used on the last one. The strips are all connected together in one long strip making wiring an programming easier.
  • 5 volts power adapter 200 watts to power the strip.
  • Micro controller called Esp32 development board to control the light strip.
  • 5V power adapter (HLK-PM01) to power the micro controller.
  • I used the GParts web application to store information about my parts and configured the app to control the Part finder drawers.
  • [Optional] For testing and fun I used the VoffCon web application.

The code



Device code

The code running on the device is from three files. The program is based on this project at GitHub, but it's been modified a little to add functionality for this project.

Some more information about the the project can be found in the file README.md.


      

      

    

Code in VoffCon - optional

Using VoffCon is optional and there for not needed for the Part Finder project. If you want to use VoffCon you can use the following VoffCon Card and VoffCon Control to select different programs to display colorful patterns on the Part Finder.

The VoffCon Card

This card uses the Control below to control the micro controller on the Part Finder.

  
Download

Javascript class:

        //comming soon 
  

Html template:

        //comming soon 
  
Download