亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Main

  • 電子書- 十天學會單片機實例100.pdf

    電子書-十天學會單片機實例100.pdf//實例 4:用單片機控制一個燈閃爍:認識單片機的工作頻率 #include<reg51.h> //包含單片機寄存器的頭文件 /**************************************** 函數功能:延時一段時間 *****************************************/ void delay(void) //兩個 void 意思分別為無需返回值,沒有參數傳遞 { unsigned int i; //定義無符號整數,最大取值范圍 65535 for(i=0;i<20000;i++) //做 20000 次空循環 ; //什么也不做,等待一個機器周期 } /******************************************************* 函數功能:主函數 (C 語言規定必須有也只能有 1 個主函數) ********************************************************/ void Main(void) { while(1) //無限循環 { P1=0xfe; //P1=1111 1110B, P1.0 輸出低電平 delay(); //延時一段時間 P1=0xff; //P1=1111 1111B, P1.0 輸出高電平 www.91

    標簽: 單片機

    上傳時間: 2022-03-19

    上傳用戶:kingwide

  • S32K144的主從式BMS主控單元設計

    目前電動汽車主要以鋰電池作為動力來源,為了提高鋰電池的使用時間和安全性,為鋰電池提供安全良好的運行環境,電池管理系統應運而生。BMS主控單元基于S32K144汽車級單片機,通過主從式網絡控制結構能夠對鋰電池的各個參數進行采集與分析。采用擴展卡爾曼濾波對電池的荷電狀態(SOC)進行估算,克服普通估算方法無法避免電池內阻誤差的缺點,通過Matlab/Simulink軟件仿真驗證可使估算誤差達到2%以內。At present,electric vehicles Mainly use lithium batteries as the power source.In order to improve the running time and safety of lithium batteries,a safe and good operating environment for power batteries is provided,and a battery management system(BMS) has emerged.The BMS Main control unit is based on the S32K144 automotive-grade control chip.Through the master-slave network control structure,it can collect and analyze the various parameters of the lithium battery.The Extended Kalman Filter(EKF) is used to estimate the state of charge(SOC) of the battery,which overcomes the shortcomings of the internal estimation method that cannot overcome the internal resistance error of the battery.It can be verified by Matlab/Simulink software simulation.The estimation error is within 2%.

    標簽: s32k144 bms

    上傳時間: 2022-03-26

    上傳用戶:XuVshu

  • 51單片機電子時鐘程序+proteus仿真圖

    51單片機電子時鐘程序,程序由Main.c,ds1302,lcd1602,key,模塊組成,壓縮包,包含proteus仿真圖,單片機課設用的。

    標簽: 51單片機 電子時鐘 proteus

    上傳時間: 2022-03-26

    上傳用戶:kingwide

  • 一種智能紅外避障自動掃地機器人的設計

    研究一種智能掃地機器人。從硬件系統控制模塊設計到主要技術調試進行了較詳細的闡述。以STM32單片機為控制核心與電機驅動、紅外線路徑識別模塊等相互協調應用。進行電路搭建和程序編寫。實現了智能掃地機器人紅外線避障和自動掃地功能,其清掃面積能達到約70%,清掃率約60%,很大程度受到自身機械機構的限制,后期將對小車的機械結構進行完善。This paper studies an intelligent sweeping robot.From the hardware system control module design to the Main technical debugging are described in detail.STM32 MCU is used as the control core to coordinate with motor drive and infrared path recognition module.Conduct circuit building and programming.The functions of infrared obstacle avoidance and automatic sweeping of intelligent sweeping robot are realized.Its cleaning area can reach about 70%and the cleaning rate is about 60%.Because it is limited by its own mechanical mechanism to a great extent,the mechanical structure of the car will be improved in the later stage.

    標簽: 掃地機器人

    上傳時間: 2022-03-26

    上傳用戶:

  • 智能溫室大棚控制系統設計

    近年來反季節種植已成火熱趨勢,溫室大棚的普及十分迅速,而溫室大棚對自動化、智能化的要求也越來越迫切,本系統將溫室大棚的溫濕度、二氧化碳濃度各個方面的檢測,通風、澆灌、溫度、噴灑農藥等各個方面的控制進行綜合系統研究,實現溫室大棚對自動化、智能化的要求。這一系統是基于單片機控制的智能檢測,控制系統包含單片機主控模塊、感應檢測模塊、傳感模塊,顯示、控制模塊等[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

    上傳用戶:

  • 一種車載充電器的設計

    以AT89S52單片機為控制核心,采用電容降壓技術,Buck電路拓撲,PWM驅動模塊和功率器件散熱設計,通過高速的數據采集、主功率輸入輸出模塊和控制模塊,設計一種新型智能車載充電器.在充電過程中,通過負脈沖瞬間放電實現對鉛酸蓄電池的再生修復,提高電池的有效容量,延長使用壽命.該充電器體積小、速度快、效率高、可靠性好.With AT89S52 single chip computer as the control core,a new type of intelligent car-carried charger was designed by using capacitance step-down technology,Buck circuit topology,PWM driving module and power device heat dissipation design,through high-speed data acquisition,Main power input and output module and control module.In the charging process,the regeneration and repair of lead-acid batteries are realized by instantaneous discharge of negative pulse,which improves the effective capacity of batteries and prolongs their service life.The charger has the advantages of small size,fast speed,high efficiency and good reliability.

    標簽: 車載充電器

    上傳時間: 2022-03-27

    上傳用戶:

  • 基于單片機和人體紅外線傳感器自動關門鎖門的裝置

    入室搶劫事件屢見不鮮,針對此現象進行分析不難發現,造成失竊事件的極大原因是人們慵懶和意識差等不良性格造成習慣性不鎖門.本文以STC89C52單片機為基礎,設計了一種基于人體紅外傳感器的自動關門鎖門裝置,來解決此類問題.The incidents of burglary are so common. It is not difficult to find that the Main reason for the burglary is the habit of unlocking of doors caused by people's laziness and poor consciousness. Based on the single chip microcomputer of STC89C52, a device used with infrared sensor of human body is introduced in this paper, which can achieve the effect of automatic closing and locking doors.

    標簽: 單片機 人體紅外線傳感器

    上傳時間: 2022-03-27

    上傳用戶:canderile

  • 基于MSP430單片機及FPGA的簡易數字示波器

    數字示波器功能強大,使用方便,但是價格相對昂貴。本文以Ti的MSP430F5529為主控器,以Altera公司的EP2C5T144C8 FPGA器件為邏輯控制部件設計數字示波器。模擬信號經程控放大、整形電路后形成方波信號送至FPGA測頻,根據頻率值選擇采用片上及片外高速AD分段采樣。FPGA控制片外AD采樣并將數據輸入到FIFO模塊中緩存,由單片機進行頻譜分析。測試表明:簡易示波器可以實現自動選檔、多采樣率采樣、高精度測頻及頻譜分析等功能。Digital oscilloscope is powerful and easy to use, but also expensive. The research group designed a low-cost digital oscilloscope, the chip of MSP430F5529 of TI is chosen as the Main controller and the device of EP2C5T144C8 of Altera company is used as the logic control unit. Analog signal enter the programmable amplifier circuit, shaping circuit and other pre-processing circuit. The shaped rectangular wave signal is sent to FPGA for measure the frequency. According to the frequency value to select AD on-chip or off-chip high-speed AD for sampling. FPGA controls the off-chip AD sampling and buffers AD data by FIFO module. The single chip microcomputer receives the data, and do FFT for spectrum analysis. The test shows that the simple oscilloscope can realize automatic gain selection, sampling at different sampling rates, high precision frequency measurement and spectrum analysis.

    標簽: msp430 單片機 fpga 數字示波器

    上傳時間: 2022-03-27

    上傳用戶:

  • 基于STC12C5A60S2單片機的LED線陣顯示裝置

    LED 線陣顯示裝置, 分為 LED 線性旋轉顯示主機和圖文錄入器兩部分。主機用直流電機帶動由紅綠 LED 組成的線陣旋轉, 同時線陣按照時序依次切換顯示狀態, 在固定區域利用視覺暫留效果形成 16×16 點陣, 用以顯示圖文;圖文錄入器用 HMI 觸控屏作為人機交互界面, 實現圖文錄入和回放功能。主機與圖文錄入器通過無線通信方式進行信息交互,可由圖文錄入器控制主機切換不同工作任務, 以及改變線陣顯示內容。The LED linear array display device is divided into two parts:the one is the Main unit used to display content,and the other one is used to input the contents.The Main unit is driven by a DC motor to rotate the linear array composed by red and green light emitting diodes.At the same time,the 16×16 dot matrix that switching the display state according to the time sequence on the Main unit displays pictures and texts in the fixed area,by using the visual temporary effect.The HMI touch screen is used as human machine interface to realize the function that input and playback pictures and texts.The two parts of the device communicate with each other through wireless communication.The image and text input controller can control the Main unit to switch different tasks and change the content of linear array displayed.

    標簽: stc12c5a60s2 單片機 led

    上傳時間: 2022-03-28

    上傳用戶:jiabin

  • 200W全數字開關電源設計

    通過采用無橋PFC和半橋LLC諧振變換器作為數字開關電源的主變換拓撲,基于STM32系列微控制器的全數字控制PFC和DC-DC變換器,首先對數字化開關電源方案進行對比,然后闡述了200W數字開關電源整體方案,并對數字開關電源的無橋PFC和半橋LLC變換器進行系統研究。By using a bridgeless PFC and a half-bridge LLC resonant converter as the Main conversion topology of the digital switching power supply,the all-digital control PFC and DC-DC converter based on the STM32 series of microcontrollers,firstly the digital switching power supply scheme is compared,and then the overall scheme of 200 W digital switching power supply is expounded, and the bridgeless PFC and half-bridge LLC converter of digital switching power supply are systematically studied.

    標簽: 數字開關電源

    上傳時間: 2022-04-02

    上傳用戶:qingfengchizhu

主站蜘蛛池模板: 滦南县| 正阳县| 开远市| 蒙城县| 利川市| 马山县| 平湖市| 上思县| 黎川县| 临泽县| 台北市| 安塞县| 缙云县| 湘西| 大兴区| 德令哈市| 汶川县| 延吉市| 冕宁县| 乌拉特前旗| 靖西县| 邵阳市| 平顶山市| 怀远县| 抚远县| 南木林县| 西城区| 陆川县| 凤山县| 阿尔山市| 五指山市| 淮南市| 资中县| 堆龙德庆县| 龙里县| 高雄县| SHOW| 南漳县| 汉沽区| 宁夏| 漳平市|