Design Article
Comment
ErvinSe
Look into Arduino with ethernet or wifi shield and some thermal monitor shield ...
WKetel
This one will certainly send the data to your website,if you use a cable to ...
Wireless temperature monitor has data-logging capabilities
Tom Au-Yeung and Wilson Tang, Maxim Integrated Products, Sunnyvale, CA; Edited by Paul Rako and Fran Granville
1/19/2012 11:00 AM EST
| Click here to download a PDF |
You can use a local temperature sensor and an ASK (amplitude-shift-keying) transmitter/receiver pair to design a simple wireless temperature-monitoring system with data-logging capabilities. A microcontroller processes and displays the temperature reading to the user. The microcontroller’s onboard UART (universal asynchronous receiver/transmitter) also allows for data-logging applications.

Comparator IC4 connects to IC3’s RSSI (received-signal-strength indicator) with an internal peak detector. The external RC follows the peak power of the received signal and compares it with a predetermined, resistor-voltage-divider-generated voltage level. Lab experiments show that a threshold of approximately 1.57V generates a valid output on the data-out pin without receiving false readings. Adjust this threshold to the proper level for optimal performance. The comparator’s output is low when the received signal is weak or invalid and high when the received signal is adequate.
Microcontroller IC5 then measures
and displays the value of the signal
frequency using its integrated timer/counters and LCD-driver peripherals.
A counter tracks the number of rising-edge
transitions on the input temperature
signal, and a timer tracks the
elapsed time. After the timer’s 1-sec
period elapses, an interrupt occurs.
At that moment, the circuit reads the
counter value, converts it to Celsius,
and displays it on the LCD. The counter
then resets to zero to restart the process.
The timer automatically reloads once
the timer interrupt occurs. UART0 also
outputs the resulting temperature. A
handheld frequency counter verifies the
temperature reading.The microcontroller monitors the signal power through P6.0, a general-purpose input pin. When the input is logic low, the LCD and UART output “no RF” to alert users of possible transmitter issues when the transmitter and receiver are too far apart from each other. The LCD connection follows the design in the IC’s evaluation kit. Using a look-up table in the data segment of the assembly code enables you to preserve the internal mapping of the display’s A through G segments. This preservation ensures that the display enables the correct segments. Using an RS-232 level converter, the UART output sends data to a data-logging device, such as a computer.
Use the MAX-IDE assembler software
to program the device during
assembly. The MAXQJTAG board
operates with the MAX-IDE to load
the code onto the device. You can
download the project files here. This design provides
for a 1-sec temperature-refresh rate in
1°C increments, which is within the
accuracy of IC1.
Navigate to related information



anonymous user
1/24/2012 9:45 AM EST
I am looking for such a wireless temperature monitor that will transmit low temperature readings to my smart phone or to my web site
Are there any such devices on the market ?
ThaNKS.
MGB
716-240-0902
Sign in to Reply
ErvinSe
4/9/2013 9:09 AM EDT
Look into Arduino with ethernet or wifi shield and some thermal monitor shield (thermocouple , rtd, digital). they have it. the open source community probably has the code behind it as well.
Sign in to Reply
anonymous user
1/26/2012 6:36 AM EST
Can these sensors be installed so as to be used to measure temperature as it is being radiated over a length of, say, two to ten inches?
Sign in to Reply
suzanne.deffree
1/27/2012 4:34 PM EST
Do these ASK wireless things support expansion where one receiver microcontroller may connect to a dozen or so of the temperature sensors?
Sign in to Reply
shruthikeshavamurthy
4/20/2012 8:36 PM EDT
great read
Sign in to Reply
WKetel
11/19/2012 7:50 PM EST
This one will certainly send the data to your website,if you use a cable to connect the serial data output, (UART-TX) , and then the website hardware needs tom read that data and handle it. Or plug the cable into the RS-232 port on your smartphone. BUT probably the phone is not THAT smart.
Sign in to Reply