I'm planing to build my own LED controller for digital LED strips using Arduino Uno. I would like to control lights using external signals and also remote.
I have a MiLight remote that communicates with devices like bulbs, etc. on 2.4GHz. I have added nRF24L01+ to my Arduino and I would like to see if I can read data sent by remote.
I have found many examples on github of how to control MiLight devices (like bulbs) from Adrduino using RF24L01 (ex. ) but I cannot find any example of how to read data sent by new remotes (all reverse engineered protocols are from more then 6 years and I guess they have modified the protocol / used channels / syncwords, etc.).
Related topics which doesn't seem to work anymore with new remotes:
21 Answer
At the end of the day I have madi it working. I have found similar topic in more suitable place so my answer is there: