Can I read signals from MiLight remote using nRF24L01+?

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:

2

1 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:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like