Monday, 27 June 2016
Sunday, 19 June 2016
How to use TEC1-12706 12706 TEC Thermoelectric Cooler Peltier semiconductor refrigeration
How to use TEC1-12706 12706 TEC Thermoelectric Cooler Peltier semiconductor refrigeration
Product Description
Get cold or heat up by simply reversing the polarity, used for numerous applications from CPU coolers to alternate power sources, or even for your own custom car drink warmer/cooler.
- Model: TEC1-12706
- Size: 40mm x 40mm x 4mm
- Operates from 0~15.2V DC and 0~6A, in a good condition with heat sink, current will rise to 4A.
- Operates Temperature: -30℃ to 70℃
- Max power consumption: 60 Watts
- These devices must be used together with a heat sink to avoid burned in 2 seconds after powered up
- Each device is full inspected and tested
- Fitted with 6-inch insulated leads
- The side with words are the cooling side, and other side is the warm side.
This devices are also known as: TEC, Thermoelectric Cooler, Thermoelectric Module, Peltier Junction, Peltier Plate
Application: Cooling your CPU, video card, NANO Reef, laser diode, CCD camera, picnic cooler, beverage cooler, even generating electricity. The uses are unlimited!
how to make a environmental friendly portable air conditioner. This machine uses a Peltier Module as a cooling mechanism and some cooling fans for blowing air.
http://www.instructables.com/id/Thermoelectric-Peltier-Air-Conditioner/
Buy TEC1-12706 @ Rs. 180 from iOpenLabs
info@evisions@fastservice.com
Tuesday, 14 June 2016
How to connect LCD shield with arduino uno ?
You Learn:
How to connect LCD shield with arduino uno ?
This Kit includes:
************************
LCD SHIELD
ARDUINO UNO
USB cable
Cost of Kit:Rs.710
Contact: evisions@fastservice.com
info@iopenlabs.com
*************************
Put LCD shield on arduino uno.
Program:
// include the library code:
#include <LiquidCrystal.h>
// initialize the library with the numbers of the
interface pins
LiquidCrystal lcd(8, 9, 4, 5, 6, 7);
void setup() {
// set up
the LCD's number of columns and rows:
lcd.begin(16, 2);
// Print a
message to the LCD.
lcd.print("iOpenLabs");
}
void loop() {
// set the
cursor to column 0, line 1
// (note:
line 1 is the second row, since counting begins with 0):
lcd.setCursor(0, 1);
// print the
number of seconds since reset:
//lcd.print(millis()/1000);
}
Subscribe to:
Posts (Atom)