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

InvertIQ #63

Open
BBBits opened this issue Feb 17, 2019 · 0 comments
Open

InvertIQ #63

BBBits opened this issue Feb 17, 2019 · 0 comments

Comments

@BBBits
Copy link

BBBits commented Feb 17, 2019

Hi,
Thanks very much for all your work on this Project !
I was having problems with receiving downlink messages .
I setup a separate gateway to just be in repeater mode and disabled it's actual relay functionality
All it did was report any traffic it heard to serial.
The Only traffic it ever reported was the original messages prior to a downlink.
the gateway showed that it was sending the downlink message out.
did a heap of debugging and found that writeRegister(REG_INVERTIQ, (uint8_t) iiq); was writing 0x40 .
when I checked the node , it was set at 0x67.
I Modified sendPacket code
from LoraDown.iiq = (ipol? 0x40: 0x27);
To LoraDown.iiq = (ipol? 0x67: 0x27);

& the messages started to show up.
It appears clearing the low order bits 5..0 have an effect .

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