https://github.com/dsnet/remote-keyless-system
Wireless remote keyless system to unlock the dorm door.
https://github.com/dsnet/remote-keyless-system
Last synced: over 1 year ago
JSON representation
Wireless remote keyless system to unlock the dorm door.
- Host: GitHub
- URL: https://github.com/dsnet/remote-keyless-system
- Owner: dsnet
- License: bsd-3-clause
- Created: 2015-08-31T05:30:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T05:32:17.000Z (almost 11 years ago)
- Last Synced: 2025-01-26T02:32:44.924Z (over 1 year ago)
- Language: C
- Size: 15.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Remote Keyless System #
## Introduction ##
Ever get tired of fumbling around your wallet looking for your room card key? Worse yet, to realize that you left the key in your room to begin with? What if you could control access to your room wirelessly? Now you can!
This remote keyless entry system consists of a wireless receiver mechanism that listens for passcodes sent by individual transmitter fobs. The transmitters send codes in encrypted form with a rolling code. This prevents any form of replay attack.
[](http://www.youtube.com/watch?v=MCNyj44IE78)
(Click above image for demonstration video)
## Implementation ##
*To be continued*
## Folder Structure ##
* **board**: Circuit board schematics or PCB layouts
* **media**: Multimedia files such as photographs or videos
* **mikroc**: C sub-projects targeted at the microcontroller realm
* **mikroc/receiver**: Project for receiving signals and unlocking the door
* **mikroc/transmitter**: Project for transmitting signals
* **mikroc/crypto**: Library for performing BlowFish32 encryption
* **mikroc/key_gen**: Program to generate BlowFish32 subkeys from a seed key