DroneRemote 1.0.2 Icon

DroneRemote

Marco Rinalducci Tools
3.8
4 Ratings
1K+
Downloads
1.0.2
version
Oct 20, 2015
release date
2.4 MB
file size
Free
Download

What's New

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

About DroneRemote Android App

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

Other Information:

Requires Android:
Android 2.2+ (Froyo, API 8)
Other Sources:
Category:

Download

This version of DroneRemote Android App comes with one universal variant which will work on all the Android devices.

Variant
36
(Oct 20, 2015)
Architecture
Unlimited
Minimum OS
Android 2.2+ (Froyo, API 8)
Screen DPI
nodpi (all screens)

All Versions

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.

Loading..