FPGA Verilog HDL設計溫度傳感器ds18b20溫度讀取并通過lcd1620和8位LED數碼管顯示的QUARTUS II 12.0工程文件,包括完整的設計文件.V源碼,可以做為你的學習及設計參考。module ds18b20lcd1602display ( Clk, Rst, DQ, //18B20數據端口 Txd, //串口發送端口 LCD_Data, //lcd LCD_RS, LCD_RW, LCD_En, SMData, //數碼管段碼 SMCom //數碼管位碼 );input Rst,Clk;output Txd,LCD_RS,LCD_En,LCD_RW;inout DQ;output[7:0] LCD_Data;output[7:0] SMData;output[3:0] SMCom;wire DataReady;//測溫完成信號wire [15:0] MeasureResult;//DS18B20測溫結果reg [15:0] TEMPERATURE;//產生LCD的位碼和段碼LCD1602Display Gen_LCD(.resetin(Rst),.clkin(Clk),.Data16bIn(TEMPERATURE),.lcd_data(LCD_Data),.lcd_rs(LCD_RS),.lcd_rw(LCD_RW),.lcd_e(LCD_En)/*,.SMCom(SMCom)*/);//DS18B20測溫和發送 DS18B20 TmpMeasureAndTx(.Rst(Rst),.Clk(Clk),.DQ(DQ),.Txd(Txd),.FinishFlag(DataReady),.Data16b(MeasureResult));//產生數碼管的位碼和段碼SMDisplay Gen_SM(.Rst(Rst),.
標簽: fpga verilog hdl 溫度傳感器 ds18b20 lcd1620 數碼顯示
上傳時間: 2022-01-30
上傳用戶:
STM32L053C8T6數據手冊Features ? Ultra-low-power platform – 1.65 V to 3.6 V power supply – -40 to 125 °C TEMPERATURE range – 0.27 μA Standby mode (2 wakeup pins) – 0.4 μA Stop mode (16 wakeup lines) – 0.8 μA Stop mode + RTC + 8 KB RAM retention – 139 μA/MHz Run mode at 32 MHz – 3.5 μs wakeup time (from RAM) – 5 μs wakeup time (from Flash) ? Core: ARM? 32-bit Cortex?-M0+ with MPU – From 32 kHz up to 32 MHz max. – 0.95 DMIPS/MHz ? Reset and supply management – Ultra-safe, low-power BOR (brownout reset) with 5 selectable thresholds – Ultralow power POR/PDR – Programmable voltage detector (PVD) ? Clock sources – 1 to 25 MHz crystal oscillator – 32 kHz oscillator for RTC with calibration – High speed internal 16 MHz factory-trimmed RC (+/- 1%) – Internal low-power 37 kHz RC – Internal multispeed low-power 65 kHz to 4.2 MHz RC – PLL for CPU clock ? Pre-programmed bootloader – USART, SPI supported ? Development support – Serial wire debug supported ? Up to 51 fast I/Os (45 I/Os 5V tolerant) ? Memories – Up to 64 KB Flash with ECC – 8KB RAM – 2 KB of data EEPROM with ECC – 20-byte backup register
標簽: stm32l053c8t6
上傳時間: 2022-02-06
上傳用戶:
The PW4055 is a complete constant-current /constant-voltage linear charger for single cell lithiumion batteries.Its ThinSOT package and low external component count make the PW4055 ideallysuited for portable applications.Furthermore, the PW4055 is specifically designed to work within USBpower specifications.The PW4055 No external sense resistor is needed, and no blocking diode is required due to theinternal MOSFET architecture.Thermal feedback regulates the charge current to limit the dieTEMPERATURE during high power operation or high ambient TEMPERATURE. The charge voltage is fixedat 4.2V, and the charge current can be programmed externally with a single resistor. The PW4055automatically terminates the charge cycle when the charge current drops to 1/10th the programmedvalue after the final float voltage is reached. When the input supply (wall adapter or USB supply) isremoved, the PW4055 automatically enters a low current state, dropping the battery drain currentto less than 2μA. The PW4055 can be put into shutdown mode, reducing the supply current to 25μA.The BAT pin has a 7KV ESD(HBM) capability. Other features include charge current monitor, undervoltage lockout, automatic recharge and a status pin to indicate charge termination and the presenceof an input voltage
標簽: pw4055
上傳時間: 2022-02-11
上傳用戶:jason_vip1
The PW2606B is a front-end over voltage and over current protection device. It achieves wide inputvoltage range from 2.5VDC to 40VDC. The over voltage threshold can be programmed externally orset to internal default setting. The low resistance of integrated power path nFET switch ensures betterperformance for battery charging system applications. It can deliver up to 1A current to satisfy thebattery supply system. It integrates the over-TEMPERATURE protection shutdown and auto-recoverycircuit with hysteresis to protect against over current events
標簽: pw2606b
上傳時間: 2022-02-11
上傳用戶:
The PW2601 is a charger front-end integrated circuit designed to provide protection to Li-ionbatteries from failures of charging circuitry. The device monitors the input voltage, battery voltageand the charging current to make sure all three parameters are operated in normal range. Thedevice will switch off internal MOSFET to disconnect IN to OUT to protect load when any of inputvoltage, output current exceeds the threshold. The Over TEMPERATURE protection (OTP) functionmonitors chip TEMPERATURE to protect the device. The PW2601 also can protect the system’sbattery from being over charged by monitors the battery voltage continuously. The deviceoperates like a linear regulator, maintaining a 5.1V output with input voltages up to the input overvoltage threshold.The PW2601 is available in DFN-2x2-8L package. Standard products are Pb-free and Halogenfree
標簽: pw2601
上傳時間: 2022-02-11
上傳用戶:
PW1555 is a programmable current limit switch with input voltage range selection and outputvoltage clamping. Extremely low RDS(ON) of the integrated protection N-channel FET helps toreduce power loss during the normal operation. Programmable soft-start time controls the slew rateof the output voltage during the start-up time. Independent enable control allows the complicatedsystem sequencing control. It integrates the over-TEMPERATURE protection shutdown andautorecovery with hystersis
標簽: pw1555
上傳時間: 2022-02-14
上傳用戶:
設計了農業溫濕度智能控制系統,該系統采用DHT11溫濕度傳感器作為溫濕度采集模塊,單片機選用AT89C52代替并調用Virtual terminal模擬串口通信,LCD1604液晶顯示器實時顯示溫濕度,實現了溫濕度的測量、顯示,可自動控制加熱、降溫、加濕、通風,實現溫濕度控制以及超限報警處理,并利用Proteus與Keil進行實際電路的仿真。試驗表明,該系統實現了可靠的溫濕度監控。We described the design of an intelligent control system of agriculture TEMPERATURE and humidity.The system uses DHT11 TEMPERATURE and humidity sensor as the TEMPERATURE and humidity acquisition module.The SCM adopts AT89C52 to replace and call the virtual terminal for simulating serial communication.LCD1604 displays TEMPERATURE and humidity in real time,which implements the measurement and display of TEMPERATURE and humidity.The system is able to automatically control heating,cooling,humidification and ventilation,to achieve TEMPERATURE and humidity control and over-limit alarm processing.The system also uses Proteus and Keil for actual circuit simulation.The experiment shows that the system is capable of reliable TEMPERATURE and humidity monitoring.
上傳時間: 2022-03-26
上傳用戶:aben
近年來反季節種植已成火熱趨勢,溫室大棚的普及十分迅速,而溫室大棚對自動化、智能化的要求也越來越迫切,本系統將溫室大棚的溫濕度、二氧化碳濃度各個方面的檢測,通風、澆灌、溫度、噴灑農藥等各個方面的控制進行綜合系統研究,實現溫室大棚對自動化、智能化的要求。這一系統是基于單片機控制的智能檢測,控制系統包含單片機主控模塊、感應檢測模塊、傳感模塊,顯示、控制模塊等[1]。從而提高溫室大棚的種植效率,減少勞動力,提高利潤等。In recent years,counter-season planting has become a hot trend featuring the rapid popularization of greenhouse and urgent requirement for the automation and intellectualization of greenhouse.This paper offers a comprehensive and systematic study of the monitoring of TEMPERATURE,humidity and carbon dioxide concentration in the greenhouse and the control of ventilation,irrigation,TEMPERATURE and pesticide spraying in order to achieve automation and intellectualization in greenhouse.This system is based on the intelligent detection controlled by single chip computer with the control system including the main control module,induction detection module,sensing module,display and control module of single chip computer,which is effective in improving planting efficiency of greenhouse,reducing labor force and increasing profits.
上傳時間: 2022-03-27
上傳用戶:
在半導體制冷技術的工作性能及其優缺點研究的基礎上,設計了以單片機為核心控制元件,以TEC1-12706為執行元件的半導體制冷溫度控制系統。采用高精度分段式PID控制算法配合PWM輸出控制的方法實現溫度控制;選擇數字傳感器DS18B20為溫度檢測元件,還包含1602液晶顯示模塊、按鍵調整輸入模塊和H橋驅動模塊等。實際測試表明,該系統結構簡單易行,操作方便,工作性能優良,同時針對該系統專門設計的溫控算法,使半導體制冷器能更好地適應不同工況而充分發揮其制冷制熱工作特性。Based on the study of the performance and advantages and disadvantages of thermoelectric cooler(TEC)technology,a thermoelectric cooling TEMPERATURE control system with single-chip microcomputer as the core control element and TEC1-12706 as the executive element was designed. High precision piecewise PID control algorithm combined with PWM output control method is adopted to realize TEMPERATURE control. The digital sensor DS18B20 is selected as the TEMPERATURE detection element. It also includes 1602 LCD module,key adjustment input module and H bridge drive module. The actual test shows that the system has simple structure,convenient operation and excellent performance. Meanwhile,the TEMPERATURE control algorithm specially designed for the system can make the semiconductor cooler better adapt to different working conditions and give full play to its refrigeration and heating characteristics.
上傳時間: 2022-03-27
上傳用戶:
溫度控制如今已成為當代社會研究的熱點之一,而溫度檢測在現代設備參數檢測中也是一項極其重要的技術,應用十分廣泛。與傳統的測溫方法相比,紅外測溫方法具有時間短、精度高、使用簡單方便等優點。本文以環境溫度為被測對象,設計了以STC89C52單片機為控制中心的紅外測溫裝置,能夠實現對目標溫度的實時采集、處理、顯示和報警等功能。本設計主要是由STC89C52單片機、紅外測溫傳感器、LCD1602液晶顯示器、按鍵和蜂鳴器等部分組成,采用非接觸的方式對目標溫度進行實時檢測。TEMPERATURE control has become one of the hotspots in contemporary social research,and TEMPERATURE detection is an extremely important technology in modern equipment parameter detection.Compared with traditional method,the infrared TEMPERATURE measuring method has advantages of short time,high precision and convenient operation,etc.This paper consider environment TEMPERATURE as research objects and designs an infrared TEMPERATURE measuring device which employs the STC89C52singlechipas-control center,and it can realize timely collection,processing,display and alarm function of the target TEMPERATURE.The design is mainly composed of STC89C52 singlechip,infrared TEMPERATURE sensor,LCD1602monitor,keys and buzzer,etc.This design detects the target TEMPERATURE by non-contact method.
上傳時間: 2022-03-27
上傳用戶:jiabin