Wireless temperature sensor?
Crosswinds
Posts: 182
Hello!
Im looking for a wireless temperature sensor to interface with my project.
Anyone got some info of one that could be used?
Tries searching for info on decoding oregon scientific, but theres no info for the prop..
Thanks!
Im looking for a wireless temperature sensor to interface with my project.
Anyone got some info of one that could be used?
Tries searching for info on decoding oregon scientific, but theres no info for the prop..
Thanks!
Comments
Or, if the sensor to controller range is sufficiently short you could go with low cost IR transmit-receive instead of the 2.4GHz RF unit..
If you need a large temp range you would have to go with a TC and something like the DS2760 which Parallax used to carry.
Objects for all of these things to work with the Prop are available.
Regards,
sm
There are also low cost 2.4GHz options.
Have you run one of those low cost units?
Many times.
Here's a driver that works but it isn't as fast as it could be. I have a faster driver written (most of it in PASM) but I need to remove some proprietary parts before releasing it.
I was able to use a simple message hopping technique in this project. By using message hopping the effective range on the transmitters was increased.
Even without message hopping I had a hard time finding two locations in our home that two transceivers couldn't communicate with each other. It was only when a major appliance (frig, oven, hot water heater) came between the two transceivers did the signal get completely blocked.
You can sure buy a lot of these little Nordic transceivers for the price of a pair of XBees. They do require more I/O pins though.
I've posted the schematics, code, and XBee profiles for each of the three units.
Thank you very much for your answers!
I think i will go with StephenMoore's idea! Seems like the way to guy. Will be a fun build!