openmili
openmili copied to clipboard
Open implementation of the Mi-Light 2.4GHz LED light control protocol
Hi there, I want to control my Arduino UNO with a connected nRF24L01 module via the CW/WW remote from my Milight bulbs - sooo in theory your project should make...
Hello guys, after a few months i reuploaded my working packet sniffer for milight, it uses openmili. But the 8 bytes that i expected didnt show up, after some more...
Does anyone know how to get PL1167_nRF24 to work with ESP32? Everything goes, except that pipe[] value in PL1167_nRF24.cpp was already declared in the hardware files of ESP32: `static const...
So far I have: Connected Arduino to an nRF24L01+ and validated the connectivity using the helpful information and code in the link below. Re: Simple nRF24L01+ 2.4GHz transceiver demo https://forum.arduino.cc/index.php?topic=421081.15...
Could someone please tell me how I could control the bulbs with an Arduino and a nRF24L01 module? I can only see this on every start of the arduino: "#...
Arduino: 1.6.5 (Windows 7), Board: "Arduino Uno" Build options changed, rebuilding all openmili\MiLightRadio.cpp.o: In function `MiLightRadio::MiLightRadio(AbstractPL1167&)': C:\Program Files (x86)\Arduino\libraries\openmili/MiLightRadio.cpp:16: multiple definition of `MiLightRadio::MiLightRadio(AbstractPL1167&)' MiLightRadio.cpp.o:C:\Users\Slashy\AppData\Local\Temp\build5520367769872665586.tmp/MiLightRadio.cpp:16: first defined here openmili\MiLightRadio.cpp.o: In function...
This class keeps track of the lamp state as controlled by the remote. This is useful for creating custom lamps that are controlled just like the stock lamp does. I...
Here are the changes to channels, syncwords and packet length that would be necessary to support the new milight bulbs. It doesn't really make sense to merge this directly since...
Here is the device: http://www.aliexpress.com/snapshot/7650559185.html?orderId=75123623302888 Nothing works.. > root@raspberrypi:/var/www/html/RPi/openmilight/Raspberry/librf24-bcm/openmilight# ./openmilight > ================ SPI Configuration ================ > CSN Pin = CE0 (PI Hardware Driven) > CE Pin = Custom GPIO25 >...
I've read some of your project logs on hackaday.io and have been waiting for over a year for someone to shed some light on the protocol. I noticed that you've...