We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Playing with the lights

Formal Metadata

Title
Playing with the lights
Subtitle
Control LIFX WiFi-enabled light bulbs
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
In this talk we'll take a close look at a one of the "smart" (WiFi-connected)light-bulbs available on the market today. The bulbs expose a small API overUDP that I used to run an interface on a programmable buttons array. We willsee how topics like reverse engineering, security, licensing, "self-hosting"and user experience came into play. monolight is an user interface to control LIFX WiFi-enabled light bulbs.monolight runs on a programmable button array; it is written in Python 3.6 (tohave type annotations and asyncio), and it interfaces with the bulbs through amore complex daemon written in C: lightsd. This talk will start with a live demo of the button grid remotely controllingthe light bulbs. We will then explore how it works and some of the motivationsbehind it (network isolation, trying to not depend on the "cloud",reliability, user-experience). Finally, we will look into what kind ofopportunities even more open IoT products could bring, and open leave theplace to Q&A and discussion.