Product | Arduino Brick | Sensor Brick | Temperature Sensor-1 -Arduino Compatible
Temperature Sensor-1 -Arduino Compatible
Temperature Sensor-1 -Arduino Compatible
41847
 
US$3.58 Loading ...
 
Share/Save/Bookmark


Arduino Temperature Sensor-1

We can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.

By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos...even buttons, just plug and play.

Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.

It is very interesting Electronic Brick Module

This module can be used with Arduino Special Sensor Shield V4.0.

You can do some simple design about it,it support“plug and play”。

Connecting Diagram :





This sensor module come with 3 Pin Dual-female Jumper Wire length 300mm as below :
 

Description :

This analog Temperature Sensor is Based on thermistor.

this Temperature Sensor Module measures the environment temperature and input data to Arduino through the analog IO port of Sensor Shield. Great tool for gardening projects, home alert system etc.

Building interactive work is as easy as piling bricks, just plug it to our Arduino Sensor Shield with a buckled cable, and make it looks professional and neat.

A simple program below converts data from Temperature Sensor Module to Fahrenheit and displays it in Serial Monitor.

This function utilizes the Steinhart-Hart Thermistor Equation to convert "Thermistor Resistance" to "Temperature in Degrees Kelvin." Click To See Details

A temperature sensor based on thermistor. Can be used to detecting environment temperature.




First , connect Arduino with Arduino Special Sensor Shield V4.0:




Then connect light sensor with No.6 interface(A5) of analog input port of Arduino Sensor Shield  through the analog sensor cables :

Then download the programmer below into Arduino through Arduino integrated development environment:
int sensorPin = 5;
int value = 0;

void setup() {
  Serial.begin(9600);
}

void loop() {
  value = analogRead(sensorPin);
  Serial.println(value, DEC);
  delay(50);
}

Write a review
*Review title
Please enter subject.
*Your review
Please enter review.
*Rating
(Click star icon to comment)
 
Display name
Loading ...
Best Sellers
Newsletter

Join our newsletter today, to get latest product information and promotion code.

Join
Loading ...