Skip to content

fotorius/arduino-yun-lockitron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-yun-lockitron

Simple Arduino Yún door access application using Lockitron

Lockitron Icon

Features

  • Remotely open or closes a regular door lock.
  • Shows the actual state using AJAX (and zepto.js)
  • Simple and with a little bit of design.
  • Lock protected through password but IT IS NOT SECURE (yet).

Installation

Get the packacge

git clone https://github.com/devalfrz/arduino-yun-lockitron

Or simply download the package from github: https://github.com/devalfrz/arduino-yun-lockitron/archive/master.zip.

Inside the "Lockitron" directory you can find the lockitron.ino arduino sketch. Load it to the Arduino. The password is hard-coded into the scketch so change it if you want to. The default password is "arduino".

For the next step you need to know the IP address of your Arduino Yún or use the default DNS arduino.local. Yoy can do this by following this guide: https://www.arduino.cc/en/Guide/ArduinoYun

Using a ftp file browser connect to your arduino and copy the contents of www inside of the /www directory. It should look like this: /www/lockitron

Finally connect to your Arduino on a web page using the ip: (In my case)

http://192.168.1.67/lockitron

Or use the DNS

http://arduino.local/lockitron

About

Simple Arduino Yún door access application using Lockitron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages