This product may not be available anymore. Click here for similar products.

KY-013 Temperature Sensor Details

  • The best price of KY-013 Temperature Sensor by TechDepot Egypt in Egypt is 25 EGP
  • Available payment methods are
    Cash on Delivery
  • Delivery fees are 35+ EGP, with delivery expected within 2-4 day(s)
  • Similar products to KY-013 Temperature Sensor are sold at Future Electronics, Amazon, Jumia with prices starting at 390 EGP
  • The first appearance of this product was on Aug 04, 2016

Technical Specifications

Weight:5 g

TechDepot Egypt's Description

Description

KY-013 Temperature Sensor data is sent to the Arduino analog IO, then through the programming will be able to convert the sensor output data Celsius temperature values and displayed, it is easy to use, and effective, thereby widely used in gardening, home automation systems and other devices.

KY-013 Temperature Sensor Specifications

  • The temperature sensor is a NTC thermistor
  • Multi-point temperature measurement Measures temperatures: -55°C / +125°C
  • Accuracy: + / – 0.5°C

Required Hardware devices

You must have the below devices to measure the temperature:

  • Arduino controller × 1
  • USB data cable × 1
  • the analog temperature sensor module × 1

Schematic

  • Arduino pin analoog IO –> module S (Signal)
  • Arduino pin GND –> module -ve
  • Arduino pin 5+ –> module middel pin 5V

Code

#include <math.h>int sensorPin = A5;// select the input pin for the potentiometerdouble Thermistor(int RawADC){double Temp; Temp =log(10000.0*((1024.0/RawADC-1))); Temp =1/(0.001129148+(0.000234125+(0.0000000876741* Temp * Temp ))* Temp ); Temp = Temp -273.15;// Convert Kelvin to Celcius//Temp = (Temp * 9.0)/ 5.0 + 32.0; // Convert Celcius to Fahrenheitreturn Temp;}void setup(){ Serial.begin(9600);}void loop(){int readVal=analogRead(sensorPin);double temp = Thermistor(readVal);   Serial.println(temp);// display tempature//Serial.println(readVal); // display tempature   delay(500);}

KY-013 Temperature Sensor Price insights and history

  • The cheapest price of KY-013 Temperature Sensor in Egypt was 20 EGP from TechDepot Egypt within the past 77 months
  • The highest price of KY-013 Temperature Sensor in Egypt was 25 EGP from TechDepot Egypt within the past 77 months
  • The price difference between the cheapest and highest price of KY-013 Temperature Sensor in Egypt is 5 EGP from TechDepot Egypt within the past 77 months
  • The average price of KY-013 Temperature Sensor in Egypt is 22.50 EGP from TechDepot Egypt within the past 77 months

Top Products in Circuit Componentsmore

    Reviews of KY-013 Temperature Sensor

    • No reviews exist yet for this product.

    Video Reviews of KY-013 Temperature Sensor

    • loading video reviews