Website for Lwa (Lock with Authenticator). Prototypical Amazon Key-ish thingy.
👇👇👇
💥💥 Demo video 💥💥
This is a fun project and production considerations weren't put in mind.
Lwa is simply an One Time Password (OTP) controlled embedded system actuator, think like getting a ticket to enter the roller coaster, you use the ticket only once, and it's valid for a limited amount of time.
It's divided into 3 parts:
- Arduino sketch (defacto Firmata sketch)
- Android application to generate OTP passcodes
- Web portal to enter the passcode.
-
Download the repo
-
Run
npm install
-
Run
node lwa-web.js
( the dependencies of the webpage are downloaded in the/public
folder.)npm install
is needed to runlwa-web.js
-
Install the android application here
-
Upload the Firmata sketch to Arduino sketch repo
- @yeojz for OTPlib
- @rwaldron for Jhonny-Five