THERMISTOR  PLUG [v2]  Product Manual

   

 

 

Updated on: ​27th November 2017    

Product Manual: Thermistor Plug 

 

Index  About Elint Labz



Introduction



Specification



Variants



Supported cables



Details



How to interface?



Example Codes Code 1: Arduino

7  7 

 

               

     

 

Elint Labz (​www.elintlabz.in​) 

 

Page 1 of 6 

Product Manual: Thermistor Plug 

About Elint Labz  Elint  Labz  (usually  abbreviated  as  EL)  is  an  electronics  design  &  development  tools  designer  &  manufacturer  with  headquarters  in  Bengaluru,  India.  We  design,  develop  &  manufacture  development  boards  based  on  micro-controller  &  microprocessors,  breakout  boards  for  various  sensors  &  actuators. Our domain & expertise is in the area of  Electronics & Embedded Systems.    Elint  Labz  was  founded  in  2014  however  the  actual operations started from 2015 when it  became  a  full  time  subsidiary  of  Hogst Innovative Solutions Pvt. Ltd. & is presently a part  of  Ajaramara  Group  a  conglomerate  of  various  domains  of  industries,  registered  in  India  as Ajaramara Dynamics Pvt. Ltd. under Companies Act of 2013.    As  in  the  name  company  (Elint  Labz)  –  Electronic  intelligence  (​ELINT​)  is  intelligence  gathered  by  the  use  of  electronic  sensors,  Laboratories  (LABZ)  are  facilities  that  provides  controlled  conditions  in  which scientific or technological research, experiments  and  measurement  may  be  performed.  EL  is  an  enterprise  built  to  develop  smart  &  intelligent  electronics  &  EL  is  committed  to  help  achieve  electronics  literacy in India. No  matter  the  vision  or  skill  level,  our  products  and  resources  are  designed  to  make  electronics & programmable development hardware more accessible.    Elint  Labz  as  a  platform  helps  developers  &  young  engineers  from  prototyping  to  product  development.  We  provide  open  source  hardware  solutions  and  small  quantity  manufacturing  services  using  a  design  from  manufacturing  framework.  We  are  a strong  promoter  of  the  maker  movement  in  India,  most  of  the  manufacturing  happens  with  support  of  our  various  Indian  partners  &  couple  of  our  collaboration  partners  who  have  manufacturing & sourcing facilities in Germany, Korea & Shenzhen.     To know more visit the about us section on our website: ​http://elintlabz.in/about-us/      Elint Labz (HQ)  📮 #​200 1​st main Arekere MICO layout ​2​nd stage   Bengaluru ​560076​ KA ​[Marked on Google Maps]  ✆ ​+91 855 377 2525  📧 ​[email protected] 

 

 

Elint Labz (​www.elintlabz.in​) 

 

Page 2 of 6 

Product Manual: Thermistor Plug 

Introduction  Thermistors  are  thermally  sensitive  resistors  whose  prime  function  is  to  exhibit  a  large,  predictable  and  precise  change  in  electrical  resistance  when  subjected  to  a  corresponding change in  temperature. It has a small white strip which is pasted  on  the  back  of  the  PCB  which  can  be  used  as  indicator  to  specify  the  name,  component code.....etc.    

 

  Specification  ● Operating voltage- 5V  ● Size- 22mm x 12mm 

Variants  Version   

Head type   

v2 

Straight 

   

Port type 

SKU 

Straight 

EL-NTCP-ST-201 

Right-angled 

EL-NTCP-ST-202 

Straight 

EL-NTCP-RA-201 

Right-angled  Elint Labz (​www.elintlabz.in​) 

 

Page 3 of 6 

Product Manual: Thermistor Plug 

Right-angled 

EL-NTCP-RA-202 

Supported cables  ● 4-3 A  ● 3-3 A   

Details  Negative  Temperature  Coefficient  (NTC)  thermistors  exhibit  a  decrease  in  electrical  resistance  with  increase  in  temperature.  Elint  Labz  has  built  a  plug using NTC and a pull  down resistor circuit. NTC plug can be mounted anywhere using screws.  

 

    Thermistor  plug  is  an  analog  input  device  to  the  interfacing  system.  It  has  a  interfacing  port  with  three  pins  named  as  G (Ground), V (Vcc) and D (Data pin) through which analog  values can be obtained. 

 

How to interface?  Use  either  of  the  supported  interfacing  cables  to  connect  Thermistor  plug  to  the  controller board. 

Elint Labz (​www.elintlabz.in​) 

 

Page 4 of 6 

Product Manual: Thermistor Plug 



If  3-3  A  cable  is  used  then  connect  any  end  of  the  3-3  A  cable  to  the  Thermistor  plug  and  another  end  to  Controller  board.  Always  ensure  that  black  wire  of  the  cable is connected to the G pin on both ends. 



If  4-3  A  cable  is  used  then  4  pin  end  of  the  cable  is  connected  to  the  Controller  board and 3 pin end of the cable must be connected to the Thermistor plug. 

  In  the  below  given  pictures  one  can  see  4-3A  cable  is  used to connect  Thermistor plug  to  the  Pluguino Board. The data pin D of LED plug is connected to the GPIO pin 11  of the  controller board. 

 

 

 

Elint Labz (​www.elintlabz.in​) 

 

Page 5 of 6 

Product Manual: Thermistor Plug 

   

         

   

   

 

Elint Labz (​www.elintlabz.in​) 

 

Page 6 of 6 

Product Manual: Thermistor Plug 

Example Codes  Objective: Increase the temperature of the thermistor by bring a lit matchstick near it and  read the analog values from the data pin and printing it on the serial monitor. 

 

Code 1: Arduino  #define THERMISTOR_PIN A0

// connecting Thermistor to the analog pinA0

void setup() { Serial.begin(9600):

// Initializing serial communication

} void loop() { float reading; //variable to store analog value reading = analogRead(THERMISTOR_PIN); //voltage of the Thermistor pin Serial.print(“ Analog reading “); //printing string Serial.println(reading); //printing the value delay(50); //wait for 50ns after each reading }

Output video: ​https://youtu.be/1EKwtV-CinQ            

           

Elint Labz (​www.elintlabz.in​) 

 

Page 7 of 6 

THERMISTOR PLUG [v2]

Nov 27, 2017 - manufacturing services using a design from manufacturing framework. ... large, predictable and precise change in electrical resistance when ...

8MB Sizes 0 Downloads 284 Views

Recommend Documents

Thermistor Plug
Nov 27, 2017 - As in the name company (Elint Labz) – Electronic intelligence (​ELINT​) is intelligence gathered by the use of ... intelligent electronics & EL is committed to help achieve electronics literacy in India. No matter the vision ...

LED Plug [v2]
Product Manual: LED Plug. Introduction. This version of LED plug has an LED, SMD resistors and a transistor. In this plug. CTBC 547B transistor is used, It has a ...

Bi-colour LED Plug ​ [v2]
Nov 27, 2017 - electronics & programmable development hardware more accessible. Elint Labz as a platform helps developers & young engineers from prototyping to product development. We provide open source hardware solutions and small quantity manufact

thermistor applications pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. thermistor ...

ptc thermistor pdf
There was a problem loading more pages. ptc thermistor pdf. ptc thermistor pdf. Open. Extract. Open with. Sign In. Main menu. Displaying ptc thermistor pdf.

thermistor working principle pdf
Page 1. Whoops! There was a problem loading more pages. thermistor working principle pdf. thermistor working principle pdf. Open. Extract. Open with. Sign In.

TSOP Plug
Nov 27, 2017 - TSOP, an IR receiver, outputs a constant HIGH signal when it is idle and as it receives data from the remote, it tends to invert the data. i.e when an IR LED of the remote is transmitting data onto the TSOP, every time the IR led goes

Relay​ ​Plug
Index. 1. Introduction. 2. Specification. 3. Operating​ ​voltage:​ ​5V. 3. Variants. 4 .... To activate the relay Plug the corresponding data pin on the controller board to ... Normally Open Contact (NO): ​NO contact is also called 'make co

Cheap New Eu To China Plug Adapter Socket Plug Converter ...
Cheap New Eu To China Plug Adapter Socket Plug Conve ... lectrical Outlet Free Shipping & Wholesale Price.pdf. Cheap New Eu To China Plug Adapter Socket ...

Rotary sensor plug
A Rotary potentiometer is a three terminal variable resistor with a rotating contact that forms an adjustable voltage divider. An adjustable potentiometer can open.

Joystick Plug
3. Variants. 4. Supported cables. 4. Details. 4. How to interface? 5. Example Codes. 7. Arduino. 7. Contributors. 8. Elint Labz (​www.elintlabz.in​). Page 1 of 7 .... Supported cables. ○ 4-4A. Details. Joystick plug is a analog input device to

LED Plug
Jun 5, 2017 - In this example, we are going to blink an LED with 1 second delay that means LED turns. ON for one second and turns OFF for another second. Example Codes. Code 1: Arduino void setup(). {. pinMode(12,OUTPUT); // define 12th GPIO pin as O

Buzzer plug [v 1.1]
manufacture development boards based on micro-controller & microprocessors, breakout boards ... the user's need and also this plug can be mounted anywhere using screws. ... to the Buzzer plug and 4 pin end of the cable is connected to the.

Slide switch plug
#define second_led 13 ​//second LED is connected to 13th pin. #define first_datapin 10 ​//D1 of slide switch is connected to. 10th pin. #define second_datapin ...

USB—A—Plug - CQHAM.ru
Opendous inc. deeded this hardware design into the Public Domain. Opendous Inc. Title: Upconverter—iOOMHl—13LO—SMS3926—CX2147. Size: A4 i Date: ...

Buzzer Plug
output pin. } /* the loop function runs over and over again forever*/ void​ ​loop​(). {. digitalWrite(Buzzer_pin, HIGH); ​// activate the buzzer delay(​1000​);. ​// wait for a second. digitalWrite(Buzzer_pin, LOW); ​// deactivate the

Object Sensor Plug
Nov 27, 2017 - 4. Supported cables: 5. Details. 5. How to interface? 5. Example Codes. 7. Code 1: Arduino. 7. Elint Labz (​www.elintlabz.in​). Page 1 of 6 ...

Where Can I Buy V2 Cigs - V2 Cigs Retailers - V2 Cigs ...
Hey there, in case you've landed on this blog it is pretty likely you have been searching for where to buy Where Can I Buy V2 Cigs cheap, or perhaps you were ...

Cheap Free shipping 10pcs-lot MF58 100k NTC Thermistor Resistor ...
Cheap Free shipping 10pcs-lot MF58 100k NTC Thermistor Resistor 1%.pdf. Cheap Free shipping 10pcs-lot MF58 100k NTC Thermistor Resistor 1%.pdf. Open.

366+Reviews; V2 Discounts - Sisel Live Intro V2
Hello, and thanks for visiting the best online store. ... Several readers will find this website while browsing any one of the major search ... Within the editor .

Dual​ ​LED​ ​Plug
Dual LED plug has two 3mm LEDs with a current limiting resistors which can be used as an indicator in various projects. This PCB design enables you to bend ...

Ultimate Plug-Ins
Created by the designer of the kingdom-building system ... LLC or other campaigns featuring themes like Gothic horror, the alien Lovecraftian mythos, epic.