Remote-controlled prop replica lock 🔓
This project is inspired by The Replica Prop Forum thread by JohnnyNeutron which in turn was inspired by The Amazing Spider-Man 2 (2014) feature film, and consists of a simple Arduino C++ software script and a step-by-step guide (coming soon) on how to create the prop replica using Arduino Uno hardware and other assorted tools.
Warning: This is just a hobby project and provides absolutely no warranty of any kind. Use at your own risk!
- 315MHz Receiver/Transmitter Support
- L12-R Micro Linear Servo Support
- SG92R Micro Servo Support
- Prop Replica Step-By-Step Guide
- Spektrum AR500 Receiver Support
- Spektrum DX5e Transmitter Support
- Power Drill and Drill/Driver Bits
- Rotary Tool, Cut-Off Wheels, and Sanding Drums
- Hot Glue Gun and Glue Sticks
- Soldering Iron and Solder (Recommended)
- U 9997 Keyed Bolt Lock
- 315MHz RF Momentary Receiver
- 315MHz RF Keyfob Transmitter
- Connecting Arm 3D Printer STL
- Linear Servo Kit (Choose one of two options):
- Arduino Uno Rev3 Micro controller
- Arduino Uno Power Supply
- 170 Point Mini Breadboard
- 4 3/4" x 4 3/4" x 1/2" Plate
- 1/2" Pipe Strap or similar
- Screws, Nuts, and Bolts
- 22 AWG Solid-core Wire
- 315MHz Spring Antenna (Recommended)
- Arduino Uno Case (Optional)
- Spektrum AR500 Receiver (Optional)
- Spektrum DX5e Transmitter (Optional)
$ mkdir -vp ~/sketchbook
mkdir: created directory '~/sketchbook'
$ cd ~/sketchbook
$ git clone https://github.com/NathanUrwin/rc-lock-replica.git
Cloning into 'rc-lock-replica'...
remote: Counting objects: 132, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 132 (delta 0), reused 1 (delta 0), pack-reused 129
Receiving objects: 100% (132/132), 31.08 MiB | 2.40 MiB/s, done.
Resolving deltas: 100% (56/56), done.
Set bool L12_R_SERVO
to true
or false
in RcLock.ino
.
- Run the Arduino IDE.
- Select
File > Sketchbook > rc-lock-replica > src > RcLock
. - Setup and Connect the Arduino board to PC.
- Compile and Upload to the Arduino board.
- Mount your new door lock and try it out!
See CONTRIBUTING
See ROADMAP
See CHANGELOG
See CODE OF CONDUCT
See AUTHORS
See LICENSE