PartsHunter is an electronic component organization system designed for efficiency and precision. It consists of three core modules:
- Windows Application: A user-friendly interface for searching and managing components by description.
- Hardware Device: A communication module that interacts with the Windows application to activate LEDs, pinpointing the location of each component.
- Mechanical Assembly: A storage system that organizes components across dedicated slots.
- When a search query is entered in the Windows application, an SQLite database is queried to retrieve relevant results.
- The user selects the desired component(s) from the displayed results, triggering REST requests to the hardware device via Wi-Fi.
- Powered by an ESP32 web server, the hardware processes these requests and illuminates the LEDs corresponding to the storage slots containing the selected components.
This integrated solution streamlines component management, saving time and reducing errors in locating items.
- Give this project a ⭐
- Create an issue and describe your idea.
- Fork it.
- Create your feature branch (
git checkout -b my-new-feature
). - Commit your changes (
git commit -a -m "Added feature title"
). - Publish the branch (
git push origin my-new-feature
). - Create a new pull request.
- Done! ✔️
PartsHunter by Tiago Silva is licensed under CC BY-NC-SA 4.0