NathanUrwin / rc-lock-replica

Remote-controlled prop replica lock :unlock:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rc-lock-replica

Tagged Release Development Status Build Status Build Status Build Coverage

Remote-controlled prop replica lock 🔓

L12-R

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!

Table of Contents

Features

  • 315MHz Receiver/Transmitter Support
  • L12-R Micro Linear Servo Support
  • SG92R Micro Servo Support

Upcoming

  • Prop Replica Step-By-Step Guide
  • Spektrum AR500 Receiver Support
  • Spektrum DX5e Transmitter Support

Requirements

Software

Tools

  • 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)

Hardware

Installation

$ 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.

Configuration

Set bool L12_R_SERVO to true or false in RcLock.ino.

Usage

  1. Run the Arduino IDE.
  2. Select File > Sketchbook > rc-lock-replica > src > RcLock.
  3. Setup and Connect the Arduino board to PC.
  4. Compile and Upload to the Arduino board.
  5. Mount your new door lock and try it out!

Examples

L12-R Example

ProtonRev2 Example

Resources

Development

See CONTRIBUTING

Future

See ROADMAP

History

See CHANGELOG

Community

See CODE OF CONDUCT

Credits

See AUTHORS

License

See LICENSE

About

Remote-controlled prop replica lock :unlock:

License:MIT License


Languages

Language:C++ 100.0%