This website uses cookies
This website uses cookies. For further information on how we use cookies you can read our Privacy and Cookie notice
This website uses cookies. For further information on how we use cookies you can read our Privacy and Cookie notice
In stock
Shipped from abroad
Free return within 15 days for all eligible items.Details
4515154
60%Seller Score
Be the first to follow
Shipping speed: Excellent
Tacent 1/2/3/4/5/9 Keys 38K Universal Infared e Controller Custom e Control UPD6122 IR on e nsmitter
Ambient temperature -20°C~45°C
Relative humidity 45%~75%RH
Atmospheric pressure 86.~106Kpa
Ambient illuminance used natural light or fluorescent light 200±5OLX
Ambient temperature
Relative humidity 45%~75% RH
Atmospheric pressure 86~106Kpa
Ambient illuminance use natural light or fluorescent light 200 ± 5OLX
Chrome plate material PET with
Plastic material ABS/new material is harmless to human body
on material: PE PVC carbon film contacts.
Circuit board material 94HB-. 0..8./mm
Please refer to the code table description on the attached page for the processor model
Packing method: s-adhesive bag
IC pamethod Dip Chip: CD6222B
e control emission source IR..940±50nm
See the attached picture for the e control nsmitting code table.....
e control specification NEC method
Product size 86*40*6.0mm.
Use battery type lithium manganese dioxide battery
Use battery specification CR2025 160mAH
Rated working voltage DC 3V
Operating voltage range DC.2.25V-4.2V
Working current range≤.15mA
Standby current≤3uA
Carrier frequency 37.92KHZ...0.8%
nsmitting distance height ≥ 8m . axis direction; bstructed, standard receiving device..
Directivity emission angle ≤ 30° no refracting object space, standard receiving device
Directional emission distance ≥ 6m no refracting object space, standard receiving device
Undervoltage launch distance 4m 2.5V axis direction.; unblocked
on free height ≤ 3. mm
on force 250.~350g
on load life ≥ 200,000 times
Free drop test 76cm hard floor/100cm wood floor
The number of free drops 6 times one time per side...nemu-
ion test 30min
Number of scan cycles: 5
High temperature storage test 45°C. 2h A-waEnns.
Low temperature storage
Constant humidity test-_.25°C2h.
40°C relative humidity 93% 48h
Prograng information
User code: 00BF
The key code is as follows:
Infrared e control system is generally divided into two parts: nsmitting and receiving
The main component of the emitting part is an infrared light emitting . At present, the infrared light-emitting s that are widely used emit infrared wavelengths of about 940mm, and the shape is the same as that of ordinary φ5 light-emitting s.
The infrared receiving tube of the receiving part is a kind of photosensitive . Infrared light-emitting s generally have two types: round and square. Since the nsmitting power of infrared light-emitting s is generally small about 100mW, the signal received by the infrared receiving is relatively weak, so a high-gain amplifier circuit must be added. In recent years, most of the infrared receivers have been finished products.
There are roughly two types of packages for the finished infrared receiver: one is shielded by iron sheet; the other is plastic package. There are three pins, namely power supply positive VDD, power supply negative GND and data output VO or OUT. The pin arrangement of the infrared receiver varies from model to model, please refer to the manufacturer& x27;s instructions. The advantage of the finished infrared receiver is that it does not require complicated debuing and shell shielding, and it is very convenient to use like a triode. But pay attention to the carrier frequency of the finished infrared receiver when using it. The commonly used carrier frequency for infrared e control is 38kHz, which is determined by the 455kHz crystal oscillator used by the nsmitter. At the nsmitting end, the crystal oscillator should be divided by integer frequency, and the frequency division coefficient is generally 12, so 455kHz÷12≈37.9kHz≈38kHz. There are also some e control syst that use 36 kHz, 40 kHz, 56 kHz, etc., which are determined by the oscillation frequency of the crystal oscillator at the nsmitting end.
The characteristic of infrared e control is that it does not affect the surrounding environment and does not interfere with other electrical equipment. It has been widely used in indoor e less than 10 meters e control.
Infrared e control is more and more widely used in production and life.Different infrared e control chips have different code sending protocols, but they are generally composed of three parts: guide code, system code, and key code.
The guide code tells the receiver to prepare to receive the infrared e control code. The system code is the identification code, and different e control chips have different identification codes to avoid mistakes.
Different keys on the e control have different key codes. The system code and key code are both 16-di codes, 8-di positive codes, and 8-di re codes. For example, the system code of SC6122 is FF00, and FF and 00 are mutually in codes. Code 1 is EF10 and it is the complement of each other.
The boot code of SC6122 is 9000 microseconds for low level and 4500 microseconds for high level. Of course, the high level cannot be accurate to 9000 microseconds. It is regarded as the normal range between 8000 microseconds and 10000 microseconds. The level between 4000-5000 is regarded as the normal range. The 32-bit code after the boot code 16-bit system code and 16-bit key code regardless of the high and low levels, the carrier time is 560 microseconds, but the low level continues The time is 1125 microseconds, and the tion of the high level is 2250 microseconds, so the carrier removal time of the low level is about 560 microseconds, and the carrier removal time of the high level is about 1680 microseconds. The low level also has a fluctuation range, in The range between 400-700 is considered normal, and the specific amount can be measured by an oscilloscope. The high level also has a fluctuation range, and the range between 400-2000 is considered normal. The specific amount is also based on experience. Of course, the more the range is Wider, the wider the range of capturing infrared rays, the more accurate. When capturing high and low levels, take an intermediate value of 1120 microseconds between 560 and 1,680. It is considered that less than 1120 microseconds is a low level, and greater than 1120 microseconds. The second is high.
The following program can display the system code and key code on the LCD, press different ons, the system code will not change, but the key code will be changed.
include define cx x*110592/120000
sbit Ir_Pin=P3^3;
unsigned char code Led_Tab[]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,
0xf8,0x80,0x90,0x88,0x83,0xC6,0xA1,0x86,0x8E; /common anode dial display code 0-F.
unsigned char code Led_Sel[]={0xe,0xd,0xb,0x7};
unsigned char Led_Buf[4]; /Display er
char Led_Index; /bit selection
unsigned char Ir_Buf[4]; /used to save the de result
/============================================== ==============
timer0 interrupt 1 using 1 /dial tube scan
{
TL0=65536-1000;
TH0=65536-1000/256; /Timer 0 set about 1000us interrupt once, used for dial tube scanning
P0=0xff;
P2=Led_Sel[Led_Index]; /bit selection
P0=Led_Tab[Led_Buf[Led_Index]]; /Segment selection
if++Led_Index>3 Led_Index=0; /Four scans are completed, to the first dial tube
}
/============================================== ==============
unsigned int Ir_Get_Low
{
TL1=0;
TH1=0;
TR1=1;
while!Ir_Pin && TH1&0x80==0;
TR1=0;
return TH1*256+TL1;
}
/============================================== =============
unsigned int Ir_Get_High
{
TL1=0;
TH1=0;
TR1=1;
whileIr_Pin && TH1&0x80==0;
TR1=0;
return TH1*256+TL1;
}
/============================================== ==============
main
{
unsigned int temp;
char i,j;
Led_Index=1;
TMOD=0x11;
TL0=65536-1000;
TH0=65536-1000/256; /Timer 0 set about 1000us interrupt once, used for dial tube scanning
EA=1;
ET0=1;
TR0=1;
Led_Buf[0]=0;
Led_Buf[1]=0;
Led_Buf[2]=0;
Led_Buf[3]=0; /Set the display area to 0
do
{
restart:
whileIr_Pin;
temp=Ir_Get_Low;
iftempc9500 continue;/lead low level 9000
temp=Ir_Get_High;
iftempc5000 continue;/lead high level 4500
fori=0;i=1;
iftemp>c1120 Ir_Buf[i]-=0x80;
}
Led_Buf[0]=Ir_Buf[2]&0xf;
Led_Buf[1]=Ir_Buf[2]/16&0xf;
Led_Buf[2]=Ir_Buf[3]&0xf;
Led_Buf[3]=Ir_Buf[3]/16&0xf; /Display the result
}
while1;
}
This product has no ratings yet.
Subscribe to our newsletter
and be the first one to know about our amazing deals!