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

Test base station response to receiving component serial number that is less than 5 characters #4

Open
bggardner opened this issue Jan 22, 2017 · 1 comment

Comments

@bggardner
Copy link
Owner

No description provided.

@randyrossi
Copy link

Hi. I think I'm having this problem with my setup. On my 315Mhz receiver, my base station appears to be transmitting 3 character serial numbers and that throws off the message parsing.

Here are some examples of a 'keychain remote off' from my base station (after nibble swaps):

Raw: CC05333133480D05BC3FFFFA
Raw: CC05333133480D05CC3FFF0A
Raw: CC05333133480D05DC3FFF1A
Raw: CC05333133480D05EC3FFF2A
Raw: CC05333133480D05FC3FFF3A
Raw: CC05333133480D050C3FFF4A
Raw: CC05333133480D052C3FFF6A
Raw: CC05333133480D053C3FFF7A
Raw: CC05333133480D056C3FFFAA

I added the extra 'FF' at the end because there was an odd number of bytes showing up in the message that caused more parsing problems. Somehow a checksum gets added. Do some systems have an alternate base station msg format?

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