From 52e539bf27774f652be2bd87a1be290220c6c56e Mon Sep 17 00:00:00 2001 From: pranayrobo <34164334+pranayrobo@users.noreply.github.com> Date: Thu, 25 Oct 2018 23:59:14 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7b16f07..57c10c3 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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")
-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. +