Skip to content

Repository contains the Code (Javascript, Arduino (c++), Python, HTML, and CSS) to create a LoRa RF communication, tracking, and UI.

License

Notifications You must be signed in to change notification settings

JonWakefield/RF-Communication-and-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RF-Communication-and-Tracking

RF communication and tracking project using C++, Python, and JavaScript for communication, data processing, and user interface.

Hardware:

The following list of hardware devices are used in conjuction with the Software.

Software:

The software consists of three main languages:
  • C++
  • Python
  • JavaScript

image

C++:

  • C++ handles communication with the LoRa RF transciever and passes incoming serial data to Python via the USB Serial port.

JavaScript:

  • JavaScript handles user input and passes all data to Python in standard JSON format.

User-Interface Photos

Full-User interface (not the prettiest :) )

user-interface

Example chat messages

chat

Python:

  • Python handles communications between both UI and the Arduino Uno.
  • Incoming data is processed, converted to JSON, and displayed on the UI.
  • Out going data is serialized and sent to the Arduino for transmission.

image

Communication Beacon:

The Communication beacon is a portable RF extension, used to increase the total reception and transmission range for RF communication.

Hardware:

Communication Beacon Hardware

beacon

 - Raspberry Pi 4b
 - Reyax RYLR998 Lora Transceiver

Software:

Communication Beacon Flowchart: beacon_software

Tracking Beacon:

The tracking beacons are used to get RSSI measurements relative to the rovers position and send this data back to the basecamp for RF location based tracking.

Hardware:

tracking_beacon

 - Arduino Uno (any arduino based uC would work).
 - Level Shifter
 - RF transceiver

Software:

image

 - C++

If you have any additional questions or comments regarding this project, please feel free to reach out to me at [email protected]

About

Repository contains the Code (Javascript, Arduino (c++), Python, HTML, and CSS) to create a LoRa RF communication, tracking, and UI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published