BLE Simple Remote APK

BLE Simple Remote  Icon
0/5
0 Ratings
Developer
Ferdinand Stueckler
Current Version
1.3
Date Published
File Size
2.0 MB
Package ID
com.ble.remote.simple
Price
$ 0.00
Downloads
146+
Category
Android Apps
Genre
Communication

APK Version History

Version
1.3 (4)
Architecture
universal
Release Date
October 21, 2019
Requirement
Android 5.0+
Version
1.2 (3)
Architecture
universal
Release Date
September 29, 2019
Requirement
Android 5.0+
  • BLE Simple Remote Screenshot
  • BLE Simple Remote Screenshot
  • BLE Simple Remote Screenshot
  • BLE Simple Remote Screenshot
  • BLE Simple Remote Screenshot
  • BLE Simple Remote Screenshot

About Radio FM 90s

The purpose of the app is to control remote hardware like ESP32, Arduino, Raspberry Pi ...

Default the Nordic UART UUIDs are used for service and characteristic. You can change them with the option menu Configuration.

The first optional information is a channel, which has the range from 0 to 3.
Afterwards 2 positions are handled as bytes and are terminated with a zero byte.

The range of the positions (power) is between -100 and 100.

Mode standard enabled:
UP: [channel,] 0, power, 0
DOWN: [channel,] 0, -power, 0
LEFT: [channel,] -power, 0, 0
RIGHT: [channel,] power, 0, 0
MIDDLE: [channel,] 0, 0, 0

Mode standard disabled:
UP: [channel,] 0, power, 0
DOWN: [channel,] 0, -power, 0
LEFT: [channel,] -power, power, 0
RIGHT: [channel,] power, power, 0
MIDDLE: [channel,] 0, 0, 0


Byte Mode enabled: Optional channel and 3 positions are transfered as bytes
Byte Mode disabled: Optional channel (seperated by colon) and 3 positions are transfered as text seperated by colon (ended by \n)

Zero: On Release automatic return to zero values. [channel], 0, 0, 0

Channel (Ch.): Enable optional channel information (first byte or text seperated by colon)

Power: Slider from 0 to 100

What's New in this version

new value transmission