Quantcast
Channel: My 2µF » IKEA
Viewing all articles
Browse latest Browse all 13

IKEA Samtid mood-light BT firmware — simple_serial

$
0
0

This firmware for the ISML + HC-05 Bluetooth module currently implements the same simple interface as the current WiFi-code named ‘browser_control’.

SET:mode=0&start=0&stop=63&hue=100&sat=100&val=100&


Pairing the ‘HC-05’on linux using the command line (openSUSE 13.2):

When first powered on, the HC-05 module will blink its status LED rapidly, indicating that no link has been established.

bluetoothctl

Once the HC-05 has been paired, the status LED will blink about once every 2 seconds.

Now all that is left to do is to create a serial device in the /dev/ folder and we can talk to the ISML via Bluetooth serial. The user must be in the ‘dialout’ group.

rfcomm

Result: LED0..LED8 light up in a bluish colour.

IMGP12609

//www.youtube.com/watch?v=0q8cWmZDd6M


Viewing all articles
Browse latest Browse all 13

Trending Articles