KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Smartgate
★ 12
Open GitHub ↗
A SmartGate Arduino powered
Download README (.md)
Explore Similar Repositories
simple-socket-io-example-esp8266
:
ESP8266 Arduino code for a simple socket.io client example
nfuse
:
Fuse build tool wrapper for nodejs
vita-uriCaller
:
Fast and easy solution to call URIs!
manual
:
RTFM
GameNews
:
一款游戏资讯APP,包括四大主要板块【新闻】【视频】【美图】【个人中心(未完成)】,使用了目前比较流行的一些技术框架,Retrofit + RxJava + Realm + ButterKnife8.0等;应用会持续更新,集成个人比较喜欢的一些技术框架和功能。欢迎交流和指正
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Smartgate
?
Download (.md)
# SmartGate SmartGate, an IOT project using [OpenALPR](http://www.openalpr.com) Plate Recognition and LoRa in [Jomhack 2016, Cyberview](http://www.cyberjayamalaysia.com.my/happenings/2016/08/05/events/jomhack-smart-cities-with-lora). ## Architecture  ## Demo https://www.instagram.com/p/BIzTmEuAIR_/ ## Hardware * [The Things Uno](https://shop.thethingsnetwork.com/index.php/product/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  ### Arduino 1. Upload [the code](https://github.com/iamariffikri/Smartgate/blob/master/arduino/Smartgate.ino) 2. Update the `devAddr`, `nwkSKey` & `appSKey` gotten from TTN dashboard ### Raspberry Pi 1. [Install OpenALPR](https://gist.github.com/amstanley/9da7febc9a3e3c2228ee) 2. [Install NodeJS & NPM ](http://raspberrypi.stackexchange.com/a/37976) 3. Upload [the code](https://github.com/iamariffikri/Smartgate/blob/master/rpi) and run `npm install && node run.js` ### Backend 1. Copy [this code](https://github.com/iamariffikri/Smartgate/blob/master/backend) to a server or laptop 2. Update the `appEUI`, `accessKey` & `devEUI` and run `npm install && node ttn.js` ## License Licensed under the [MIT license](http://opensource.org/licenses/MIT)