LM75A is a simple temperature sensor that communicates thru i2c.
It's service name in MRL is Lm75a.
You can find many different boards with this unit. On some of them you can change the i2c address, but several exists where you can't. If you want to use several lm75a on the same i2c bus use a board where you can change the addess, alternativley use the a multiplexer: http://myrobotlab.org/service/I2cMux
The default address is 0x48. The LM75A supports 8 different addresses from 0x48 thru 04F.
The LM75A can also be used as a thermostat. It has a OS pin that will change state when the temperature go above the set temperature limit, and change state again when the temperature goes below the set hysteresis limit.
pedro
hello, i woudl be very interested in use temperature sensors with MRL, but i would liek to use up to minus 100 degrees celcius and with decimal values, is it possible?
thanks
Measuring very low ( high ) temperatures
I would try this board with a K type thermocoupler.
https://www.adafruit.com/product/269
http://www.thermometricscorp.com/thertypk.html
Type K thermocouplers can measure between -200 C and +1200 C.
It's not supported in MRL yet, but since there is an Arduino sketch available, I think it should be quite straight forward to make it accessible thru MRL.
thanks
In my work i use alot of temperature loggers but they are like thousens of euros same as the software is jsut incredible the prices, to put that working trough MRL would be awsome
DHT11 / DHT22
These are also very cheap temperature / humidity sensors. I have a few DHT22's , they're on the list to borg in :) at some point.