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.
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.
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 |
Here are some images of the building progress.
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.
4mm plywood for the housing around the HLK-PM01 and the Esp32.
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.
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.
This card uses the Control below to control the micro controller on the Part Finder.
Download