Skip to content

Releases: CalebJ2/Android-Bluetooth-Remote-Control

1.1

12 Sep 07:46

Choose a tag to compare

Putting this here because the app seems to be gone from the Play Store.

Changes in this version:

Added "Keyframes" activity. Allows 6 output channels to be animated with a keyframe animation like system. Keyframe sequences can be saved and loaded from files. Interpolation method can be set per keyframe. Outputs commands with the format "k,time,ch1,ch2,ch3,ch4,ch5,ch6" where time is replaced with time until next command, and ch1-ch6 are replaced with the values of each channel.

Added button to touch control activity to allow switching between sending wheel speed and sending touch position. Made touch control only send commands at 20hz. It was updating needlessly fast on my phone.

Implemented a workaround for better support of newer Bluetooth versions.