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

Error on RTGN318 identification #7

Open
mad-jack opened this issue Dec 9, 2019 · 1 comment
Open

Error on RTGN318 identification #7

mad-jack opened this issue Dec 9, 2019 · 1 comment

Comments

@mad-jack
Copy link

mad-jack commented Dec 9, 2019

There's an trouble on identification of RTGN318 sensor. You're looking for sensor ID=0xDCC3 with "(sens_type & 0x0FFF) == RTGN318" but in this way you find only 0x0CC3 and not 0xDCC3 so it not works with RTGN318 = 0xDCC3.
Change file Oregon_NR.h line 18 from "#define RTGN318 0xDCC3 ..." into "#define RTGN318 0xCC3 ...". It works.
More, that sensor has an other function with sensor ID 0x0CE3, it seems that the data packet is longher than ID 0xXCC3, with radio time data received from atomic clock. The format should be century instead the postamble, month into the CRC then day, hour, minutes and seconds.
Thanks for your work very usefull
bye

@invandy invandy closed this as completed Jan 31, 2020
@invandy
Copy link
Owner

invandy commented Oct 10, 2020

Fixed XCC3. And added of XCE3 sensor also. However I ve a trouble with encoding that time packets. Can you send me the several examples of that XCF3 packet?

@invandy invandy reopened this Oct 10, 2020
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

2 participants