Skip to content

Latest commit

 

History

History

remotecontrol

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BASEline ParaDrone - Remote Control Software

ParaDrone supports remote control operation via LoRa radio. I use the Heltec ESP32 LoRa V2 as a kind of LoRa modem. The ParaDrone android app connects to the Remote Control via bluetooth, and the Remote Control sends commands to ParaDrone via LoRa. This is the code for the Remote Control.

PlatformIO is used to manage the software.

A 3D printed case is available in the hardware directory.

ParaDrone remote control

Development

Download and install Visual Studio Code. Open VSCode Extension Manager. Search for official PlatformIO IDE extension. Install PlatformIO IDE. Open the project in this directory.

Running

Connect the ESP32 to the computer by USB. Use the PlatformIO "Upload" function to program the device.