Hi Raspberry Community,
I was wondering if we can connect a RRQ3-433 (http://www.lextronic.fr/P865-recepteur-43392-mhz-rrq3-433.html) receiver on the GPIO in oder to get values from Oregon Scientific termal sensors ?
Thanks for any advice.
Raspberry pi GPIO and 433Mhz receiver
7 posts
- Posts: 16
- Joined: Mon Nov 05, 2012 10:05 am
I dont know about that specific IC, but if you want an easy, prebuilt solution go for a Tellstick. (http://www.telldus.com) and some software I have put togheter. http://automagically.weebly.com
But I know, part of the fun with RPi is the "built yourself" - that is what I do with the software above.
But I know, part of the fun with RPi is the "built yourself" - that is what I do with the software above.
- Posts: 12
- Joined: Tue Jan 24, 2012 11:54 am
Which product in Telldus can listen to OregonScientific termal sensor?
- Posts: 157
- Joined: Sun Aug 26, 2012 11:49 am
Yes and the tellstick cost 59€, the bulk module for RF only 6€ so 
There are also other considerations :
- use Realtime kernel (easy part)
- use a driver (make or use existing ?)
- write the app to parse the data (make or use ?)
Any feedback will be appreciated, in fact I try to create a cheaper RFXcom/Telldus device
There are also other considerations :
- use Realtime kernel (easy part)
- use a driver (make or use existing ?)
- write the app to parse the data (make or use ?)
Any feedback will be appreciated, in fact I try to create a cheaper RFXcom/Telldus device
- Posts: 16
- Joined: Mon Nov 05, 2012 10:05 am
First find out which channel in the 433MHz band the Oregon sensor is tranmitting on and whether it is using AM or FM modulation (or any other means). Any receiver will be best served with a proper PCB made and proper antenna.
The unit you looked at is a single channel device (433MHz band has over 20 channels).
The unit you looked at is a single channel device (433MHz band has over 20 channels).
Just another techie on the net - For GPIO boards see http:///www.facebook.com/pcservicesreading
or http://www.pcserviceselectronics.co.uk/pi/
or http://www.pcserviceselectronics.co.uk/pi/
- Posts: 1073
- Joined: Sat Jul 14, 2012 6:40 pm
- Location: Reading, UK
Sure, this one is used with arduino to make an Oregon Scientific receiver, I was wondering if we can juste avoid to use the Arduino and use a transmitter to receiver/emit "things" to and from distants devices.
For example Sensors but also remote controlled lights and so on.
For example Sensors but also remote controlled lights and so on.
- Posts: 16
- Joined: Mon Nov 05, 2012 10:05 am
shuckle wrote:Which product in Telldus can listen to OregonScientific termal sensor?
http://www.telldus.se/products/compability
- Posts: 16
- Joined: Mon Nov 05, 2012 10:05 am