Add SHED Access Control Core #229
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I'm looking to get a custom PID for an open-source project our makerspace is developing. It is an Access Control System, allowing us to limit access to equipment based on trainings, and monitor who is using the equipment.
The system is built around an ESP32-S2, we're specifically using the ESP32-S2-MINI-2-N4 module on our board.
The custom PID will be used so that a configuration program we are writing (for setting system settings via USB) can detect the device and automatically connect to it.
This is being developed by the Rochester Institute of Technology SHED Makerspace. More info at; https://github.com/rit-construct-makerspace/access-control-hardware/wiki (mostly pertaining to the last revision of the hardware, but same operating concept).
If this PID is taken by another request we're fine with any other one.
Thank you!
-Jim