Image | Item | Location | Available | |
---|---|---|---|---|
Mesh-protected Weather-proof Temperature/Humidity Sensor - SHT10 Take your next ourdoor sensor project to the next level with a SHT-10 based temperature/humidity sensor. The sensor includes a dual-use sensor module from Sensiron in a sintered metal mesh encasing. The casing is weatherproof and will keep water from seeping into the body of the sensor and damaging it, but allows air to pass through so that it can measure the humidity outside. While it is designed to be submersible in water, it's always best to avoid long-term (over 1 hour at a time) submersion, and it obviously would only give you temperature readings. For that, our metal-cased temperature sensors would be better! This sensor is best for simply placing outside for exterior weather sensing.Humidity readings have 4.5% precision, temperature is 0.5% precision. A microcontroller is required to interface. The sensor is not washed after reflow and is rehydrated according to datasheet requirements.The sensor is essentially just a Sensiron SHT-10 with the 4 data/power wires brought out so any SHT-1X code for a microcontroller will work. The sensor works with 3 or 5V logic. The 1 meter long cable has four wires: Red = VCC (3-5VDC), Black or Green = Ground, Yellow = Clock, Blue = Data. For Arduino, there's a handy Sensiron library with example. For Propeller, there's an SHT1X sensor object. Don't forget to connect a 10K resistor from the blue Data line to VCC. Soil Temperature/Moisture Sensor (8:52) | 2/2 | |||
Waterproof DS18B20 Digital temperature sensor + extras This is a pre-wired and waterproofed version of the DS18B20 sensor. Handy for when you need to measure something far away, or in wet conditions. While the sensor is good up to 125°C the cable is jacketed in PVC so we suggest keeping it under 100°C. Because they are digital, you don't get any signal degradation even over long distances! These 1-wire digital temperature sensors are fairly precise (±0.5°C over much of the range) and can give up to 12 bits of precision from the onboard digital-to-analog converter. They work great with any microcontroller using a single digital pin, and you can even connect multiple ones to the same pin, each one has a unique 64-bit ID burned in at the factory to differentiate them. Usable with 3.0-5.0V systems.The only downside is they use the Dallas 1-Wire protocol, which is somewhat complex, and requires a bunch of code to parse out the communication. If you want something really simple, and you have an analog input pin, the TMP36 is trivial to get going.We toss in a 4.7k resistor, which is required as a pullup from the DATA to VCC line when using the sensor. We don't have a detailed tutorial up yet but you can get started by using the Dallas Temperature Control Arduino library which requires also the OneWire Library. | 1/1 |