Monitoring Temperature Sensor Wirelessly

Thanks.

Your transmitter code is not transmitting the temp! All it is doing is printing the temp to serial monitor, waiting a second and repeating. The send() function is not being called. The send() function needs a parameter which is a reference to a character array containing the text to be transmitted. I suggest you use sptrintf() function to write the temp to the character array then you can send the character array and print it to serial monitor.