Oregon Scientific THGR228 protocol
-
- Starting Member
- Posts: 4
- Joined: Tue Aug 28, 2007 10:49 am
- Location: Spain
Oregon Scientific THGR228 protocol
Hi!
I'm Frank, from Spain. It's my first post although I've been reading since about a month now.
And now my first question:
I've purchased a 433MHz receiver (aurel) and connected it to the serial port of my computer via a MAX232. My goal is to get temperature and humidity from a THGR228 sensor by Oregon Scientific. I've been reading documents in rfxcom but what I get instead of 80 bits, is a chunk of 88 bytes. I've turned around once and once again the binary value of those bytes and I'm not able to get the info described in rfxcom for the oregon scientific protocol.
Any help welcome.
Regards.
P.S.: I apologize if it's not the right forum for such a question.
I'm Frank, from Spain. It's my first post although I've been reading since about a month now.
And now my first question:
I've purchased a 433MHz receiver (aurel) and connected it to the serial port of my computer via a MAX232. My goal is to get temperature and humidity from a THGR228 sensor by Oregon Scientific. I've been reading documents in rfxcom but what I get instead of 80 bits, is a chunk of 88 bytes. I've turned around once and once again the binary value of those bytes and I'm not able to get the info described in rfxcom for the oregon scientific protocol.
Any help welcome.
Regards.
P.S.: I apologize if it's not the right forum for such a question.
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
Oregon Scientific THGR228 protocol
Maybe if you say which programming language, and the piece of code that others can see if there are any errors.
// Erik (binkey.nl)
// Erik (binkey.nl)
- b_weijenberg
- Forum Moderator
- Posts: 1746
- Joined: Sun May 14, 2006 4:32 pm
- Location: Netherlands
Oregon Scientific THGR228 protocol
Frank,
You have bought the wrong receiver
The RFXCOM receiver has a microcontroller that decodes and translates the received signals to the RS232 format as presented in the RFXCOM documentation. This data is then send over the RS232 channel to a PC or any other system.
Bert
You have bought the wrong receiver

The RFXCOM receiver has a microcontroller that decodes and translates the received signals to the RS232 format as presented in the RFXCOM documentation. This data is then send over the RS232 channel to a PC or any other system.
Bert
-
- Starting Member
- Posts: 4
- Joined: Tue Aug 28, 2007 10:49 am
- Location: Spain
Oregon Scientific THGR228 protocol
Hi!
Erik: By now I'm only messing around with the hyperterminal. I'll try to decode the data and then will make a software to log data etc.
Bert: Of course. It's a very complete solution. I like it and its documentation is being a great help for me (thanks a lot). But you better than anyone know the satisfaction of the "do it yourself" job. Because of that I don't want you to give me the key! I just want a small tip for going on.
I'm wondering if it could be a matter of synchronization. The aurel module gives the data at 2400bps. I don't know exactly the bit rate of the oregon sensors.
The Oregon Scientific RF Format document especifies the protocol of the THR128 sensor. I think I should receive something like that.
Could you throw some light?
Thank you.
Erik: By now I'm only messing around with the hyperterminal. I'll try to decode the data and then will make a software to log data etc.
Bert: Of course. It's a very complete solution. I like it and its documentation is being a great help for me (thanks a lot). But you better than anyone know the satisfaction of the "do it yourself" job. Because of that I don't want you to give me the key! I just want a small tip for going on.
I'm wondering if it could be a matter of synchronization. The aurel module gives the data at 2400bps. I don't know exactly the bit rate of the oregon sensors.
The Oregon Scientific RF Format document especifies the protocol of the THR128 sensor. I think I should receive something like that.
Could you throw some light?
Thank you.
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
Oregon Scientific THGR228 protocol
Here's some light 

// Erik (binkey.nl)


// Erik (binkey.nl)
-
- Starting Member
- Posts: 4
- Joined: Tue Aug 28, 2007 10:49 am
- Location: Spain
Oregon Scientific THGR228 protocol
Thank you Erik!! Much better now!! [:D] [:D] [:D]
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
Oregon Scientific THGR228 protocol
Maybe this topic helps? http://www.domoticaforum.eu/topic.asp?TOPIC_ID=387 its still an oregon device, but it explains it a bit more.
// Erik (binkey.nl)
// Erik (binkey.nl)
-
- Starting Member
- Posts: 4
- Joined: Tue Aug 28, 2007 10:49 am
- Location: Spain
Oregon Scientific THGR228 protocol
Thank you Erik.
That post may be a good start point.
Regards.
That post may be a good start point.
Regards.
Oregon Scientific THGR228 protocol
Hello,
I wish to produce an autonomous programmer of temperature but (without PC) using a chip PIC16F876. I wish to know the protocol of the probe Géonaute WS50 (French model (store Decathlon) that Oregon but less expensive).
I connected a module RF solutions and an oscilloscope. I found trame of 142ms and pulses of 2.8ms. It is the 48 bits of the protocol but it is difficult to find the protocol.
I saw that Rfxcom worked on the protocol of the Oregon probes but I do not manage to have more information.
Would have you additional infos on this protocol?
Sorry for my approximate English.
Thank you in advance
I wish to produce an autonomous programmer of temperature but (without PC) using a chip PIC16F876. I wish to know the protocol of the probe Géonaute WS50 (French model (store Decathlon) that Oregon but less expensive).
I connected a module RF solutions and an oscilloscope. I found trame of 142ms and pulses of 2.8ms. It is the 48 bits of the protocol but it is difficult to find the protocol.
I saw that Rfxcom worked on the protocol of the Oregon probes but I do not manage to have more information.
Would have you additional infos on this protocol?
Sorry for my approximate English.
Thank you in advance
Oregon Scientific THGR228 protocol
Hello Frank!
It's not so easy to get data from RF sensors.
I have done the device that get data from THN128 and BTHR968 (both from oregon scientific).
Furthermore i have done my own RF Hygro/Termo sensor that is compatible with OS weather stations.
All my devices for private uusage and not commercial just for satisfaction of the "do it yourself"
If you want additional information - contact me in ICQ 305206239.
Best regrds!
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by frank_malone</i>
<br />Hi!
I'm Frank, from Spain. It's my first post although I've been reading since about a month now.
And now my first question:
I've purchased a 433MHz receiver (aurel) and connected it to the serial port of my computer via a MAX232. My goal is to get temperature and humidity from a THGR228 sensor by Oregon Scientific. I've been reading documents in rfxcom but what I get instead of 80 bits, is a chunk of 88 bytes. I've turned around once and once again the binary value of those bytes and I'm not able to get the info described in rfxcom for the oregon scientific protocol.
Any help welcome.
Regards.
P.S.: I apologize if it's not the right forum for such a question.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
It's not so easy to get data from RF sensors.
I have done the device that get data from THN128 and BTHR968 (both from oregon scientific).
Furthermore i have done my own RF Hygro/Termo sensor that is compatible with OS weather stations.
All my devices for private uusage and not commercial just for satisfaction of the "do it yourself"

If you want additional information - contact me in ICQ 305206239.
Best regrds!
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by frank_malone</i>
<br />Hi!
I'm Frank, from Spain. It's my first post although I've been reading since about a month now.
And now my first question:
I've purchased a 433MHz receiver (aurel) and connected it to the serial port of my computer via a MAX232. My goal is to get temperature and humidity from a THGR228 sensor by Oregon Scientific. I've been reading documents in rfxcom but what I get instead of 80 bits, is a chunk of 88 bytes. I've turned around once and once again the binary value of those bytes and I'm not able to get the info described in rfxcom for the oregon scientific protocol.
Any help welcome.
Regards.
P.S.: I apologize if it's not the right forum for such a question.
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">
Oregon Scientific THGR228 protocol
You can also visit my homepage http://alyer.frihost.net and read there an articles that can help you to understand principles of Oregon Scientific data encoding.
Best regards!
Best regards!