Wish List 0

Tec1 12709 40X40Mm Thermoelectric Cooler 9A Peltier Module

Rs. 254.00 Rs. 305.00

  • Brand: https://peltiermodules.com/?p=product
  • Product Code: SEN-PELTIER
  • SKU - SE-2738
  • Availability: In Stock
  • Price in reward points: 3
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
BLE MODULE

DESCRIPTION:
Bluetooth Low Energy (BLE) is a wireless personal area network technology. BLE serves good for all lower energy consumption devices. BLE module can share data only with devices that support it. It uses Gaussian Frequency Shift Keying (GFSK) modulation technique. We use BLE version 4.0. We can communicate through serial ports and Bluetooth chip, using Tx, Rx serial lines.  Data transfer is performed using any BLE application from mobile to any external terminal such as PC.

NOTE: 
The module connects the BLE automatically with the device without any authentication.

FEATURES:
-Working voltage: 1.9 – 3.6V
-Operating temperature: -40 to 85 degree C
-Maximum transmit power: +8DBM
-Antenna: PCB onboard antenna
-Receiver sensitivity: -92DBM
-Supports only version 4.0 and above devices.
-Operates in 2.4GHz  frequency
-Reduced power consumption
-Dual mode device compatible with both classic and low energy peripherals
-Frequency hopping to overcome narrowband interferences.
-Compatible to any highly configured BLE application.


SPECIFICATIONS
Model                    TEC1-12709
Operating Voltage(VDC)   12
Maximum Voltage(V)       15
Maximum Current(A)       9
Maximum Power (W)        130
Wire Length(mm)          250
Shipment Weight          0.125 kg
Shipment Dimensions      5 × 5 × 5 cm
OVERVIEW
Model number               TEC1-12709
Operating Voltage          12V
Maximum Voltage- Umax (V)  15V
Maximum Current- Imax (A)  9A
Maximum power (W)          130
Power Cord                 25cm
₹ 350.00 (inc GST)
₹ 296.61 (+18% GST extra)

PACKAGE INCLUDES:

1 PCS x Tec1 12709 40X40Mm Thermoelectric Cooler 9A 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