V 1.0.1
- Compatibility Android 4.3
V 1.0.1
- Compatibility Nexus 7
- Improvements
V 1.0.0
- Checksum at data transmission
- User manual
V 0.7.1B :
- Improved UI
V 0.6.2B :
- Adding screen compatibility
V 0.6.1B :
- Launch
DroneRemote is an application for piloting drones with Bluetooth SPP (Serial Port Profile) protocol.
The whole project is available on GitHub at https://github.com/MRinalducci/DroneRemote
The following frame (11 bytes) is sent via Bluetooth :
Start = 240
Throttle = 0-100%
Yaw = 0-100%
Pitch = 0-100%
Roll = 0-100%
yAccelerometer = 60-110 degrees
zAccelerometer = 60-110 degrees
LED = 0-1 boolean
REC = 0-1 boolean
Checksum = 0-255
End = 250
The following frame (6 bytes) is recieved via Bluetooth :
Start = 240
PowerVolt = 0-255
PowerPourcent = 0-255
Temperatur = 0-255
Checksum = 0-255
End = 250
Checksum calculation:
for (byte data : datas) checksum += data;
checksum = checksum & 0xff;
checksum = 0xff - checksum
This version of DroneRemote Android App comes with one universal variant which will work on all the Android devices.
If you are looking to download other versions of DroneRemote Android App, We have 1 version in our database. Please select one of them below to download.