Home Apps Newsletter Social Bluetooth Color Picker

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,0n"

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

Version 1.1: Byte Mode Default