how can i integrate raspberry pi with the pr temperature sensors
how can i integrate raspberry pi with the pr temperature sensors
Can you let us know what your trying to achieve, in addition to what your going to use, if your talking about platenum resistance thermometers then its a little more complicated to implement, if you simply need to measure temperature at home say and to within a 1/2 or less degree then there are loads of SPI or I2C devices that would be far simpler to interface, or even some of the one wire devices from Microchip
see http://learn.adafruit.com/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing/overview
or http://www.raspberrypi.org/phpBB3/viewtopic.php?t=69648&p=508916
hope this helps, if not then please provide more details
Thanks
Can you let us know what your trying to achieve, in addition to what your going to use, if your talking about platenum resistance thermometers then its a little more complicated to implement, if you simply need to measure temperature at home say and to within a 1/2 or less degree then there are loads of SPI or I2C devices that would be far simpler to interface, or even some of the one wire devices from Microchip
see http://learn.adafruit.com/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing/overview
or http://www.raspberrypi.org/phpBB3/viewtopic.php?t=69648&p=508916
hope this helps, if not then please provide more details
Thanks
I would agree. I've got 5 x ds18b20 paralleled up and connected to the GPIO4 on the Pi. This has got to be the simplest way to connect temperature sensors.