varnika2212 / drola

Drone with Lora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drola

DroLa : A Drone Monitering System using LORA

We introduce a seperate Hardware unit for drones which can easily mount on any kind of commercial or non-commercial drones. DroLa End node consist with a GPS module, microcontroller, LoRa module and a seperate battery.

setup the units according to the shematics given. End node microcontroller should contain the given firmware. Communication hannel and addresses of Lora modules should be according to the given firmware.

Clone this project at the Base station. Run the following command to install the node module dependencies.

npm install

Connect the configured base station lora module to the base station computer. You can start the web server by running following command.

npm start

Then you should start the Web socket server and web socket client to see the the end node locations at the browser application.

cd Drola_Base_node

pyhton socket_server.py

python read_serial.py

Then open a browser tab and goto the following url it will see all the locations of the live End Nodes.

http://localhost:3000/

you can test the api by running socket_client.py instead of read_serial.py . It will show you some hardcoded locations.

Truted zones are not implemented yet to protect AES keys. The keys are hardcoded in this version.

Base Node Application

Base Node App

DroLa End Node

End Node

For more informationa please refer the Wikipage.

About

Drone with Lora

License:Apache License 2.0


Languages

Language:CSS 61.3%Language:JavaScript 18.8%Language:HTML 13.4%Language:Python 3.4%Language:C++ 3.1%