winavr code for avr mega8. The program get data from serial port in interrupt function. And then out put the data to 74ls595 (serial to parallel IC) for controlling RELAY output.
標簽: interrupt function program winavr
上傳時間: 2013-12-22
上傳用戶:cjl42111
基于8051的網絡遠程控制系統 本項目通過網絡實現遠程監控,遠程的電腦具有固定IP,在遠程電腦的COM1的串行傳輸端口接一塊8051控制板,然后以RS-232傳輸方式傳輸數據到8051的電路板,8051控制板上采用固態繼電器(Solid State RELAY)連接到電子產品,從而可以遠程控制這些電子產品何時開啟或關閉。8051控制板上還可以每分鐘測量一次當前溫度,再傳輸到遠程監控端。
上傳時間: 2016-12-21
上傳用戶:凌云御清風
本裝置的功能是對溫度進行實時監測與控制。由溫度傳感器DS18B20對溫度進行采樣和轉換成數字信號送入單片機,并與設定的報警溫度上、下限值進行比較,信息通過LCD顯示出來。如實時溫度超過設定的上、下限值,一方面由LCD顯示信息,并發出警報聲;另一方面自動控制繼電器(RELAY)開接通或斷開,從而控制加熱源的開與斷,達到對溫度進行實時控制的目的。
上傳時間: 2017-01-17
上傳用戶:dongbaobao
VB遙控播放器紅外遙控解碼 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //數據長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //發送緩沖區 unsigned char inbuf2[50] //接收緩沖區 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr T2CON=0x30 TH2=0x00 TL2=0x00 RCAP2H=0xFF RCAP2L=0xDC TR2=1 } //向串口發送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0
標簽: include 110592 120000 define
上傳時間: 2013-12-21
上傳用戶:yph853211
These are P-Channel enhancement mode silicon gate power fi eld effect transistors. They are advanced power MOSFETs designed, tested, and guaranteed to withstand a specifi ed level of energy in the breakdown avalanche mode of operation. All of these power MOSFETs are designed for applications such as switching regulators, switching converters, motor drivers, RELAY drivers and drivers for other high-power switching devices. The high input impedance allows these types to be operated directly from integrated circuits.
標簽: enhancement transistors P-Channel are
上傳時間: 2017-02-17
上傳用戶:aeiouetla
Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. Main file is "09.C". The code is written for turning the RELAY on and off at particular temperature thresholds.
標簽: Microcontroller Thermostat Schematic Compiler
上傳時間: 2014-01-18
上傳用戶:woshiayin
Example program with AVR assembler. Purpose: Education->Assembler->Simple Watch ATMega8 and 1 RELAY. RELAY will be on after 7day:00hour:00minute:00 second after power on. Coded by Basri KUL (I Coded it my microprocessor classes)
標簽: Education Assembler assembler Example
上傳時間: 2017-05-07
上傳用戶:nanfeicui
T78繼電器封裝T78繼電器封裝T78繼電器封裝
標簽: RELAY
上傳時間: 2018-05-13
上傳用戶:1121927982
RELAYing techniques, in which a source node communicates to a destination node with the help of a RELAY, have been proposed as a cost-effective solution to address the increasing demand for high data rates and reliable services over the air. As such, it is crucial to design RELAY systems that are able to not only provide high spectral efficiency, but also fully exploit the diversity of the RELAY channel.
標簽: Amplify-and-Forward RELAYing
上傳時間: 2020-05-26
上傳用戶:shancjb
This book is about multipoint cooperative communication, a key technology to overcome the long-standing problem of limited transmission rate caused by inter- point interference. However, the multipoint cooperative communication is not an isolated technology. Instead, it covers a vast range of research areas such as the multiple-input multiple-outputsystem, the RELAY network, channel state information issues, inter-point radio resource management operations, coordinated or joint transmissions, etc. We suppose that any attempt trying to thoroughly analyze the multipoint cooperative communication technology might end up working on a cyclopedia for modern communication systems and easily get lost in discussing all kinds of cooperative communication schemes as well as the associated models and their variations.
標簽: Communication Multi-point Cooperative Systems
上傳時間: 2020-05-31
上傳用戶:shancjb