Files
loradar_tool/Version 1 (mTAC-LoRa)
2019-10-28 19:28:23 +11:00
..
2019-10-28 19:28:23 +11:00
2019-10-28 19:24:34 +11:00

LoRadar (Version 1)

Hardware used

This version setup uses the following hardware:

Software used

The Raspberry Pi has been configured to initiate the 'Packet logger software' upon powering on and obtaining the correct time via the Internet (A delay of 5 minutes has been placed).

Instructions

  1. Download the Raspberry Pi (RPi) image according to the frequency bandplan of interest:
  1. Flash the image onto an SD card, using balenaEtcher (https://www.balena.io/etcher/)
  2. Insert the SD card into the RPi and power it on, and the data collection should commence in 5 minutes (It is recommended that you connect the RPi to a wired or wireless network so that the correct time can be obtained)

Information extraction (Requires Internet Connection)

To extract the information, follow the steps below:

  1. Download the Ver1_LoRadar_Extractor.py python script from above and place it in the Downloads folder of the Raspberry Pi
  2. Open a terminal and enter run the following commands to install the required libraries:
    sudo apt-get install python3-matplotlib --assume-yes
    sudo apt-get install python3-pandas --assume-yes
  3. Open the python script with Python 3 (IDLE)
  4. Run the module (Requires Internet Connection)
  5. Upon successful extraction, a csv file will be created in the same directory as the Ver1_LoRadar_Extractor.py python script