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 