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

Oregon support #13

Closed
dwery opened this issue Jun 3, 2013 · 4 comments
Closed

Oregon support #13

dwery opened this issue Jun 3, 2013 · 4 comments

Comments

@dwery
Copy link

dwery commented Jun 3, 2013

It would be nice to add support for Oregon sensors.
You can find some code here: https://github.com/kevinmehall/rtlsdr-433m-sensor

Here's some output:

Tuned to 433920000 Hz.
*** signal_start = 5066203, signal_end = 5184028
signal_len = 117825, pulses = 82
Iteration 1. t: 916 min: 432 (80) max: 1401 (2) delta 1685
Iteration 2. t: 916 min: 432 (80) max: 1401 (2) delta 0
Pulse coding: Short pulse length 432 - Long pulse length 1401

Short distance: 337, long distance: 935, packet distance: 26308

p_limit: 916

[00] {41} 00 08 00 00 00 00 : 00000000 00001000 00000000 00000000 00000000 00000000
[01] {41} 00 08 00 00 00 00 : 00000000 00001000 00000000 00000000 00000000 00000000

@wherzig
Copy link

wherzig commented Apr 27, 2014

Did you have any success adding Oregon support?

Although it was easy for me to add X10-Security support, I failed to add Oregon. Both OOK_PWM_P and OOK_PWM_D seem not to fit for Oregon. See http://wmrx00.sourceforge.net/Arduino/OregonScientific-RF-Protocols.pdf for a detailed analysis of the Oregon protocol. Looks like a new pwm_decode routine is necessary which is beyond my capabilities.

@rct
Copy link
Contributor

rct commented Aug 27, 2014

Looks like Oregon support is implemented in rtl-wx/rtl-433 see magellannh's repo: https://github.com/magellannh/rtl-wx

@merbanan
Copy link
Owner

I think Oregon is fairly supported now. Reopen if that is not the case.

@ygator
Copy link
Contributor

ygator commented Jan 29, 2015

His output above looks to be version 1 of the Protocol which is not (yet) supported.

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

5 participants