Receiving signals from other 433Mhz devices
Is is possible to read other devices (specifically an Oregon Scientific wind speed sensor)
which transmits on 433Mhz using a stamp and the 433Mhz receiver? I have a number of
nifty sensors that came with a now broken base unit.
I doubt anybody has done it, but it is possible in theory? How would one go about it?
which transmits on 433Mhz using a stamp and the 433Mhz receiver? I have a number of
nifty sensors that came with a now broken base unit.
I doubt anybody has done it, but it is possible in theory? How would one go about it?
Comments
There are a couple things you need to keep in mind:
Speed:· You won't be able to just hook up your controller to read.· You will need to find out what speed the data is being sent at.· The best tool to use this is an Oscilloscope.· This way you can set your controller to read at that speed.
Levels: make sure that the data level is strong enough to be read by your controller.
Protocol:· Most wireless devices use a standard communication protocol.· For example, When I create a wireless device I generally use the following structure:· Start Byte|Total number of Packets|Packet Number|Data/Status Header|Data/Status|Checksum|End Byte
That is a simple protocol.· Most products *should* have much more complex than that.
Once you have the right speed and levels, you will be able to recieve the information, but you will also have to break down their protocol...that is much more complex...especially if they use any scrambling algorithms.
Post Edited (Steel) : 5/31/2006 8:25:10 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1+1=10
For example, I have a bunch of Oregon Scientific temperature/humidity sensors with small LCD's. I thought it would be nice to wire one into each room to remotely monitor environmental conditions. By going wireless, you're limited to 3 devices. But, I thought by going the wired route, I could link up every room in the house, provide power (3v) over the same lines, and later down the line make this an advanced hvac controller.
Anyone try anything similar yet?