nikhil sasne
Posts: 8
Joined: Thu Mar 17, 2016 6:09 am

temperature sesing and wifi

Thu Mar 17, 2016 8:10 am

hello there,

I m designing a system in that want to monitor temperature of room continuously so, in this case can raspberry pi product has such temperature sensors in build or i have to connect them externally.

Also, I want to transfer sensed temperature data through wi-fi. so, my question is, is it doable in Raspberry pi product?
if yes, then which product should i pickup?

Regard,
nikhil

scotty101
Posts: 3958
Joined: Fri Jun 08, 2012 6:03 pm

Re: temperature sesing and wifi

Thu Mar 17, 2016 8:41 am

The raspberry pi does have a built in temperature sensor but it will only tell you the temperature of the CPU which is way hotter than the surrounding environment.

The common solution is to use a DS18B20.

There are lots of tutorials out there but here is one
https://learn.adafruit.com/adafruits-ra ... g/hardware

In terms of the WiFi element of your project.. what do you want to send it to?
I have mine setup through my home automation system so that I can browser to a webpage on my home network and see the temperature.
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

nikhil sasne
Posts: 8
Joined: Thu Mar 17, 2016 6:09 am

Re: temperature sesing and wifi

Thu Mar 17, 2016 8:56 am

hello sir,

Thanks for reply.

Actually my requirement is that, if I have interfaced a temperature sensor with Raspberry pi, then in this case i want to send temperature value which is sensed by the temperature sensor to my computer using wi-fi.

so, meaning is that can wi-fi dongal connected to raspberry pi be used as transmitter for data sending ?


Regards,
Nikhil

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: temperature sesing and wifi

Thu Mar 17, 2016 9:02 am

yes - if you have a Rpi3 then it has on-board wifi also bluetooth - both can connect to another device -
so you can connect to a wireless network via wi-fi
and direct to a device via bluetooth
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

nikhil sasne
Posts: 8
Joined: Thu Mar 17, 2016 6:09 am

Re: temperature sesing and wifi

Thu Mar 17, 2016 9:05 am

hi,

thanks for reply it really gonna help me!! :)

Return to “Beginners”