Bluetooth Color Picker

Bluetooth Color Picker
Bluetooth Color Picker
Developer: Ferdinand Stueckler
Category: Communication
713 installs
Ratings not yet available
42 monthly active users
Revenue not available
Install Trends
Monthly +90
Steady

Bluetooth Color Picker Summary

Bluetooth Color Picker is a mobile Android app in Communication by Ferdinand Stueckler. Released in Feb 2014 (12 years ago). It has about 713+ installs Based on AppGoblin estimates, it reaches roughly 42 monthly active users . Store metadata: updated May 16, 2014.

Store info: Last updated on Google Play on May 16, 2014 .


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

The app selects a color and transfers the information to a bluetooth device.

Bluetooth Remote Control for color information. The 3 base colors (RGB) are handled either as text or bytes. 6 channels for colors will be managed. Only the Bluetooth SPP Profile (RFCOMM) is supported. A previous Bluetooth Pairing is required.

The range of the values are between 0 and 255.

Byte Mode (Default): Channel and 3 colors are transfered as 4 bytes
Example for BLUE and channel 2: 0x020000FF

ASCII Mode: Starting with the channel and a colon 3 colors are transfered as text seperated by comma (ended by \n)
Example for RED and Channel 1: "1:255,0,0\n"

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

Version 1.1: Byte Mode Default