xmhafiz / Smartgate

A SmartGate Arduino powered

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartGate

SmartGate, an IOT project using OpenALPR Plate Recognition and LoRa in Jomhack 2016, Cyberview.

Architecture

alt text

Demo

https://www.instagram.com/p/BIzTmEuAIR_/

Hardware

  • The Things Uno
  • Light Sensor (or any other sensor; to detect incoming car)
  • Servo Motor
  • LCD 16x2
  • LED red & green
  • Rotaty Switch
  • Raspberry Pi 3
  • Camera module
  • 16GB SD card

Installation

Board Setup

alt text

Arduino

  1. Upload the code
  2. Update the devAddr, nwkSKey & appSKey gotten from TTN dashboard

Raspberry Pi

  1. Install OpenALPR
  2. Install NodeJS & NPM
  3. Upload the code and run npm install && node run.js

Backend

  1. Copy this code to a server or laptop
  2. Update the appEUI, accessKey & devEUI and run npm install && node ttn.js

License

Licensed under the MIT license

About

A SmartGate Arduino powered


Languages

Language:Arduino 64.2%Language:JavaScript 35.8%