Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Drola
A Drone Monitering System using LORA
# Drola
A Drone Monitoring 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 consists of a GPS module, microcontroller, LoRa module and a seperate battery.
We introduce a separate Hardware unit for drones which can easily mount on any kind of commercial or non-commercial drones. DroLa End node consists of a GPS module, microcontroller, LoRa module and a separate battery.

### Setting up Drola End Node
Setup the units according to the shematics given in the `LoRa_End_Node`. End node microcontroller should contain the given firmware. Communication channel and addresses of Lora modules should be according to the given firmware.
Setup the units according to the schematics given in the `LoRa_End_Node`. End node microcontroller should contain the given firmware. Communication channel and addresses of Lora modules should be according to the given firmware.

### Setting up Drola Web
1) Clone the repository at the Base station.
Expand All @@ -17,7 +17,7 @@ Setup the units according to the shematics given in the `LoRa_End_Node`. End nod
```
npm start
```
3) Start the Websocket server and Websocket client to see the the end node locations in the browser application
3) Start the WebSocket server and WebSocket client to see the end node locations in the browser application
```
cd Drola_Base_Node/api
python socket_server.py
Expand All @@ -34,4 +34,5 @@ Setup the units according to the shematics given in the `LoRa_End_Node`. End nod
![End Node](/LoRa_End_Node/Drola_end_node.jpg?raw=true "Drole End Node")
<hr>

For more informationa please refer the [Wiki](https://github.com/NamalJayasuriya/drola/wiki/Drola) page.
For more information please refer the [Wiki](https://github.com/NamalJayasuriya/drola/wiki/Drola) page.