Wish List 0

Tec1 12706 40X40Mm Thermoelectric Cooler 6A Peltier Module

Rs. 127.00 Rs. 149.00

  • Brand: https://peltiermodules.com/?p=product
  • Product Code: SEN-PELTIER
  • SKU - SE-2737
  • Availability: In Stock
  • Price in reward points: 2
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
  • The TEC1-12706 40x40mm Thermoelectric Cooler 6A Peltier Module is the simple application of Peltier Thermoelectric Effect. The module features 127 semiconductor couples in the area of 40mmx40mm which very effectively cools and heats up to 90°C.
  • Thermoelectric coolers also are known as TEC or Peltier Module create a temperature differential on each side. One side gets hot and the other side gets cool. Therefore, they can be used to either warm something up or cool something down, depending on which side you use. You can also take advantage of a temperature differential to generate electricity.
  • This Peltier works very well as long as you remove the heat from the hot side. After turning on the device, the hot side will heat quickly, the cold side will cool quickly. If you do not remove the heat from the hot side (with a heat sink or other device), the Peltier will quickly reach stasis and do nothing. We recommend using an old computer CPU heatsink or another block of metal to pull heat from the hot side. We were able to use a computer power supply and CPU heatsink to make the cold side so uncomfortable we could not hold our finger to it.
  • A thermoelectric cooling (TEC) module is a semiconductor-based electronic component that functions as a small heat pump. By applying the DC power source to a TEC, heat will be transferred from one side of the module to the other. It creates a cold and hot side. They are widely used in industrial areas, for example, computer CPU, CCDs, portable refrigerators, medical instruments, and so on.
  • Also Known as Thermoelectric cooling modules, Thermoelectric modules, Peltier modules, Thermoelectric cooling module.

Operating Tips:
-Max. Operating Temperature: 138 Degree C
-Do not exceed Imax or Vmax when operating module.
-Please carry out moisture protection options (sealing) in final application use.
-Life expectancy: 200,000 hours
-Failure rate based on longtime testings: 0.2%.
-Important Note!! Heat side requires heat sink all the time. 
Do not run this device with a power supply more than a few seconds without a heatsink mounted to the device.

Features:
-Small module.
-Operable up to 138°C.
-Easy transition between the hot side to the cool side and vice-versa just by reversing the polarity of supply.
-Quality tested cooling cells.
-Solid state, vibration free, noise-free.
-Simple to install and operate.
-Should use with a heat sink.

SPECIFICATIONS
Model                    TEC1-12706
Operating Voltage(VDC)   12
Maximum Voltage(V)       15
Maximum Current(A)       6.4
Maximum Power (W)        92
Maximum Temperature(°C)  138
Internal Resistance(Ω)   1.98
Wire Length(mm)          200
Shipment Weight          0.125 kg
Shipment Dimensions      5 × 5 × 5 cm
OVERVIEW
Model number               TEC1-12706
Operating Voltage          12V
Maximum Voltage- Umax (V)  15.4V
Maximum Current- Imax (A)  6A
Maximum Power              92 W
Maximum Temperature        138°C
Power Cord                 200mm
₹ 187.00 (inc GST)
₹ 158.47 (+18% GST extra)

PACKAGE INCLUDES:

1 PCS x Tec1 12706 40X40Mm Thermoelectric Cooler 6A Peltier Module


//SOURCE CODE FROM BELOW LINK

//https://content.instructables.com/pdfs/E5K/HLEL/II96XKHB/How-to-Set-Up-a-Peltier-Module.pdf

int buttonPin = 3;

int buttonInput = 1;

int buttonState = 0;

int peltier = 6;


void setup() {


pinMode(buttonPin, INPUT);


}


void loop() {


buttonInput = digitalRead(buttonPin);


if (buttonInput == 0) {


if (buttonState == 0) {


buttonState = 1;


} else {


buttonState = 0;


}


delay(500);


}


if (buttonState == 1) {


analogWrite(peltier, 120); // Look first on how much voltage your peltier unit can handle 255 = 5V


} else {


analogWrite(peltier, 0);


}


delay(500);


}

15 days 

Write a review

Please login or register to review