Skip to content
/ milight Public

Reverse engineering MiLight remote-controlled lightbulbs

Notifications You must be signed in to change notification settings

miek/milight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Milight RF reversing

Documentation and tools for MiLight remote-controlled lightbulb.

These docs are specific to the dual-white bulbs/remotes. The protocol differs from the RGBW hardware but there are details of that on Henryk Plötz' Hackaday.io page.

Specs

  • Frequency: 2.406GHz, 2.441GHz, 2.476GHz
  • Modulation: 2FSK
  • Symbol rate: 1Mbaud

Packet format

Preamble Sync word Length Payload CRC
0101010101010101 00001010 00000101 01011010 10101010 11100000 xxxxxxxxx 0111011111111111
0x5555 0x7

Payload

??? Remote ID Group Button Count1 Count2
01011010 11101011 00000110 10000000 00010000 11111101 00000110
0x60D75A 0x1 0x8 0xBF 0x60

About

Reverse engineering MiLight remote-controlled lightbulbs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages