Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't receive any valid signals from my CW/WW remote #16

Open
McAroni opened this issue Mar 25, 2023 · 0 comments
Open

Can't receive any valid signals from my CW/WW remote #16

McAroni opened this issue Mar 25, 2023 · 0 comments

Comments

@McAroni
Copy link

McAroni commented Mar 25, 2023

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 this possible, right?

I connected the nRF24L01 module (and tested it with another piece of code) to my UNO and changed two lines in MiLightRadio.cpp since I want to use the CW/WW:
Line 12: static const uint8_t CHANNELS[] = {4, 39, 74};
Line 42: retval = _pl1167.setSyncword(0x050A, 0x55AA);
These changes were recommended by this page, which is my starting point to your project: https://arduino-projects4u.com/milight-rf-control/

Sadly, this doesn't appear to work as intended.
The channel settings seem to be fine since I can receive something (_radio.available() in PL1167_nRF24::receive does trigger correctly) but then I can't see that the received information can be handled. I assume the syncWord is wrong?

In the end, the program starts and waits for incoming (readable) data and can't detect anything.

I know, this project does not look like to be your most recent one, but I feel like this problem actually isn't that big.
I would really appreciate any help on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant