Digital Temperature Sensor Arduino Compatible
ARD2-2228
$4.95
QTY | Price |
---|---|
1 | $4.95 |
Description
This digital temperature sensor Arduino compatible provides high precision, low energy consumption, and the easy-of-use required for any temperature sensing application. It easily incorporates into your design with this digital temperature sensor. This digital temperature sensor Arduino compatible provides a variety of interface options.
Test Code
int Led = 13; // define LED Interface
int buttonpin = 3; // define the digital temperature sensor interface
int val; // define numeric variables val
void setup () {
pinMode(Led, OUTPUT); // define LED as output interface
pinMode(buttonpin, INPUT); // define digital temperature sensor output interface
}
void loop () {
val = digitalRead(buttonpin); // digital interface will be assigned a value of 3 to read val
// when the digital temperature sensor detects a signal, LED flashes
if (val == HIGH) {
digitalWrite(Led, HIGH);
}
else {
digitalWrite(Led, LOW);
}
}
Features
- Detect ambient temperature with digital output
- Applications include gardening & home alarm systems
Specifications
Colour
Red
Material
PCB
Resources
You Might Also Like
All prices are in Australian Dollars and include GST. GST will be removed from your order if you are ordering from outside Australia.
Products may differ from pictured.
All trademarks and trade names are the properties of their respective owners. Wiltronics disclaims any proprietary interest in trademarks and trade names other than its own.