doorbot
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
doorbot [2023/11/29 03:15] – tmurray | doorbot [2024/04/05 18:53] (current) – Add link to doorbot connection page tmurray | ||
---|---|---|---|
Line 12: | Line 12: | ||
To deploy a doorbot, you will need the following major materials: | To deploy a doorbot, you will need the following major materials: | ||
- | * RFID reader for 125KHz fobs that outputs the Wiegand protocol (https:// | + | |
- | * Electronic strike running at 12V or 24V (https:// | + | * Electronic strike running at 12V or 24V (https:// |
- | * A power supply matching your 12V or 24V strike | + | * A power supply matching your 12V or 24V strike |
- | * An ESP32 [TODO: exact model of dev board] | + | * An ESP32 [TODO: exact model of dev board] |
- | * The doorbot hat (see below) | + | * The doorbot hat (see below) |
- | * An enclosure (3d prinSted) | + | * An enclosure (3d printed) |
+ | |||
+ | [[Howto connect the doorbot|doorbot_connection_howto]] | ||
Building the hat is covered elsewhere (TODO make that page) | Building the hat is covered elsewhere (TODO make that page) | ||
- | * TODO: RFID reader connections | + | |
- | * TODO: Power connection | + | * TODO: Power connection |
- | * TODO: Strike connection | + | * TODO: Strike connection |
- | * TODO: Configure firmware | + | * TODO: Configure firmware |
- | * TODO: Uploading firmware | + | * TODO: Uploading firmware |
===== Serial Port Debugging ===== | ===== Serial Port Debugging ===== | ||
Line 31: | Line 33: | ||
The ESP32 has a USB port, and much useful information is given about the cache status, key reading, etc. There are also a few commands you can send: | The ESP32 has a USB port, and much useful information is given about the cache status, key reading, etc. There are also a few commands you can send: | ||
- | * check <ID> - Check if a keyfob is valid | + | |
- | * newcache - Rebuild the cache | + | * newcache - Rebuild the cache |
- | * open - Open the door | + | * open - Open the door |
- | * stats - Dump info about this doorbot | + | * stats - Dump info about this doorbot |
doorbot.1701227727.txt.gz · Last modified: 2023/11/29 03:15 by tmurray