Difference between revisions of "Project/DoorSystem"
Jump to navigation
Jump to search
(Created page with "This page will hopefully detail how the door system works. Category:Project") |
|||
Line 1: | Line 1: | ||
''' Door opening system ''' | |||
= Basics = | |||
The system has two separate pieces: opening the door, and unlocking the door. | |||
== Unlocking == | |||
The door uses a [http://www.lesibg.com/product.php?ProductID=369 Bulkey BKS300] electro-mechanical lock. It's connected though a board to an olinuxino device that runs some Go code to control the opening closing. | |||
The software and schematics are available at [https://github.com/kzyapkov/pesho github], and was developed by Radoslav Borisvov and Kiril Zyapkov. | |||
== Opening == | |||
This page will hopefully detail how the door system works. | This page will hopefully detail how the door system works. | ||
[[Category:Project]] | [[Category:Project]] |
Revision as of 15:50, 23 June 2015
Door opening system
Basics
The system has two separate pieces: opening the door, and unlocking the door.
Unlocking
The door uses a Bulkey BKS300 electro-mechanical lock. It's connected though a board to an olinuxino device that runs some Go code to control the opening closing.
The software and schematics are available at github, and was developed by Radoslav Borisvov and Kiril Zyapkov.
Opening
This page will hopefully detail how the door system works.