研究一種智能掃地機(jī)器人。從硬件系統(tǒng)控制模塊設(shè)計(jì)到主要技術(shù)調(diào)試進(jìn)行了較詳細(xì)的闡述。以STM32單片機(jī)為控制核心與電機(jī)驅(qū)動(dòng)、紅外線路徑識(shí)別模塊等相互協(xié)調(diào)應(yīng)用。進(jìn)行電路搭建和程序編寫。實(shí)現(xiàn)了智能掃地機(jī)器人紅外線避障和自動(dòng)掃地功能,其清掃面積能達(dá)到約70%,清掃率約60%,很大程度受到自身機(jī)械機(jī)構(gòu)的限制,后期將對(duì)小車的機(jī)械結(jié)構(gòu)進(jìn)行完善。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.
標(biāo)簽: 掃地機(jī)器人
上傳時(shí)間: 2022-03-26
上傳用戶:
設(shè)計(jì)了自動(dòng)控制系統(tǒng)綜合實(shí)驗(yàn)案例“基于LabVIEW和單片機(jī)的溫度控制系統(tǒng)設(shè)計(jì)”。實(shí)驗(yàn)系統(tǒng)硬件部分由單片機(jī)、溫度傳感器、D/A轉(zhuǎn)換模塊、調(diào)壓模塊和電烤箱組成,設(shè)計(jì)了單片機(jī)與各個(gè)模塊之間的接口電路。軟件部分采用LabVIEW軟件實(shí)現(xiàn)控制算法,并設(shè)計(jì)監(jiān)控界面實(shí)現(xiàn)參數(shù)設(shè)定、溫度數(shù)據(jù)實(shí)時(shí)監(jiān)控等功能。設(shè)計(jì)了單片機(jī)與LabVIEW軟件之間的串口通信程序,實(shí)現(xiàn)了輸入、輸出數(shù)據(jù)的傳輸。通過(guò)綜合實(shí)驗(yàn)系統(tǒng)設(shè)計(jì),使學(xué)生得到控制系統(tǒng)設(shè)計(jì)和實(shí)驗(yàn)調(diào)試等綜合能力的訓(xùn)練。A comprehensive experimental case of the automatic control system is presented,which is the design of the temperature control system based on LabVIEW and SCM.The hardware part of the experimental system is composed of the SCM,temperature sensor,D/A conversion module,voltage regulating module and electric oven.The interface circuit between the SCM and each module is designed.In the software part,LabVIEW software is used to realize the control algorithm,and the monitoring interface is designed to realize the functions of parameter setting,temperature data real-time monitoring,etc.The serial communication program between the SCM and LabVIEW software is designed to realize the transmission of input and output data.Through the design of this comprehensive experimental system,students can get the comprehensive ability training for the control system design,experiment debugging,etc.
標(biāo)簽: labview 單片機(jī) 自動(dòng)控制系統(tǒng)
上傳時(shí)間: 2022-03-27
上傳用戶:qdxqdxqdxqdx
文章提出了一種基于AT89S51單片機(jī)的智能家居系統(tǒng)的設(shè)計(jì),該系統(tǒng)具有室內(nèi)煤氣以及煙霧的檢測(cè)、家庭室內(nèi)防盜等功能。文章詳細(xì)分析了系統(tǒng)的總體設(shè)計(jì),詳盡分析并設(shè)計(jì)了煤氣傳感器模塊、煙霧傳感器模塊、人體紅外感應(yīng)傳感器模塊、報(bào)警模塊等各硬件部分,并利用PROTUES軟件進(jìn)行了系統(tǒng)仿真。仿真結(jié)果證明:系統(tǒng)具有成本低、效率高、操作方便等優(yōu)點(diǎn),達(dá)到了預(yù)期設(shè)計(jì)的效果。This paper presents the design of an intelligent home system based on AT89S51 microcontroller.The system has the functions of detecting indoor gas and smoke,guarding against theft in the home,and so on.The overall design of the system is analyzed in detail.The gas sensor module,smoke sensor module,human infrared sensor module,alarm module and other hardware parts are analyzed and designed in detail,and the system simulation is carried out using PROTUES software.The simulation results show that the system has the advantages of low cost,high efficiency,convenient operation and so on,and achieves the expected design effect.
上傳時(shí)間: 2022-03-28
上傳用戶:
因此,您想編寫一個(gè)內(nèi)核模塊。您知道C,您已經(jīng)編寫了一些可以作為進(jìn)程運(yùn)行的常規(guī)程序,現(xiàn)在您想知道真正的動(dòng)作在哪里,一個(gè)通配指針可以擦掉文件系統(tǒng),核心轉(zhuǎn)儲(chǔ)意味著重新啟動(dòng)。內(nèi)核模塊到底是什么?模塊是可以根據(jù)需要加載和卸載的代碼段。它們擴(kuò)展了內(nèi)核的功能,而無(wú)需重新引導(dǎo)系統(tǒng)。例如。模塊驅(qū)動(dòng)程序的一種類型是設(shè)備驅(qū)動(dòng)程序,它允許內(nèi)核訪問(wèn)沒(méi)有模塊的系統(tǒng)硬件,我們將不得不構(gòu)建單片內(nèi)核并將新功能直接添加到內(nèi)核映像中,除了具有更大的內(nèi)核之外,這還具有缺點(diǎn)每次我們想要新功能時(shí)都要求我們重建并重新啟動(dòng)內(nèi)核的過(guò)程So, you want to write a kernel module. You know C, you, ve written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.What exactly is a kernel module? Modules are pieces of code that can be loaded and unloaded into th upon demand. They extend the functionality of the kernel without the need to reboot the system. For example.one type of module is the device driver, which allows the kernel to access hardware connected to the syste without modules, we would have to build monolithic kernels and add new functionality directly into the em ernel image, Besides having larger kernels
標(biāo)簽: linux
上傳時(shí)間: 2022-03-30
上傳用戶:
在全球氣候變暖和石油資源短缺的形勢(shì)下,推動(dòng)新能源汽車的發(fā)展將成為汽車行業(yè)一種新的發(fā)展方向。在大力發(fā)展新能源電動(dòng)汽車行業(yè)的同時(shí)還應(yīng)兼顧電動(dòng)汽車充電設(shè)施的發(fā)展,因此對(duì)電動(dòng)汽車充電樁的設(shè)計(jì)與研究顯得十分必要。對(duì)電動(dòng)汽車直流充電樁的硬件系統(tǒng)進(jìn)行設(shè)計(jì),主要的硬件電路包括安全監(jiān)測(cè)電路、總壓采集電路、溫濕度檢測(cè)電路、語(yǔ)音電路。軟件包括主要流程圖和溫濕度檢測(cè)流程圖。Under the situation of global warming and shortage of petroleum resources,promoting the development of new energy vehicles will become a new development direction for the automotive industry.While vigorously developing the new energy electric vehicle industry,we should also take into account the development of electric vehicle charging facilities.Therefore,the design and research of electric vehicle charging piles is very necessary.The hardware system of the electric vehicle DC charging pile is designed.The main hardware circuits include safety monitoring circuit,total voltage collecting circuit,temperature and humidity detecting circuit,voice circuit and CAN communication.The software includes a main flow chart and a temperature and humidity detection flow chart.
標(biāo)簽: 電動(dòng)汽車
上傳時(shí)間: 2022-04-03
上傳用戶:jason_vip1
目的:自主研制一款超聲手術(shù)刀電源控制系統(tǒng),以減少能量的消耗,維持手術(shù)刀的正常溫度。方法:對(duì)超聲換能器在諧振附近的等效電路建立模型,并設(shè)計(jì)基于數(shù)字信號(hào)處理(DSP)的超聲手術(shù)刀的硬件控制系統(tǒng)。結(jié)果:經(jīng)對(duì)電源控制系統(tǒng)的電路和工作性能測(cè)試,生成的電流和電壓的有效值等參數(shù),能夠及時(shí)調(diào)整電源的頻率,并達(dá)到預(yù)期的功能指標(biāo),使超聲手術(shù)刀工作在諧振狀態(tài)。結(jié)論:以DSP為核心設(shè)計(jì)的超聲手術(shù)刀電源控制系統(tǒng),測(cè)試指標(biāo)均能夠達(dá)到預(yù)期的要求,能夠使系統(tǒng)在諧振狀態(tài)下工作。Objective: To independently develop a power control system of ultrasonic scalpel so as to reduce the energy consumption and maintain the normal temperature of ultrasonic scalpel. Methods: In this paper, the model of equivalent circuit of ultrasonic transducer nearby syntony was built up, and the hardware control system of ultrasonic scalpel based on digital signal processing(DSP) was designed. Results: Through testing the circuit and work performance of power control system, the series of parameters such as effective value and so on which were produced by this system could adjust frequency of power source in time and attain anticipative functional indicator, and it took the ultrasonic scalpel to work in syntonic situation. Conclusion: The tested indicators of power control system of ultrasonic scalpel based on the kernel design of DSP can attain anticipative requirement, and can take this system to work in syntonic situation.
標(biāo)簽: 數(shù)字信號(hào)處理 超聲手術(shù)刀 電源控制
上傳時(shí)間: 2022-04-03
上傳用戶:bluedrops
實(shí)驗(yàn)教學(xué)一直是工科教學(xué)中不可或缺的組成部分,對(duì)培養(yǎng)學(xué)生的動(dòng)手能力,獨(dú)立思考能力,創(chuàng)新思維與發(fā)散思維具有重要的作用。針對(duì)目前電路教學(xué)實(shí)驗(yàn)中電路仿真實(shí)驗(yàn)與實(shí)物電路實(shí)驗(yàn)各自獨(dú)立,無(wú)法統(tǒng)一問(wèn)題,提出將仿真電路實(shí)驗(yàn)與實(shí)物電路實(shí)驗(yàn)有機(jī)的結(jié)合同步操作,并使用Web發(fā)布實(shí)現(xiàn)遠(yuǎn)程實(shí)驗(yàn)操作。采用Multisim作為電路實(shí)驗(yàn)仿真平臺(tái),NI Eiviss II作為實(shí)物電路實(shí)驗(yàn)硬件平臺(tái),運(yùn)用LabVIEW整合Multisim電路仿真實(shí)驗(yàn)與實(shí)物電路實(shí)驗(yàn),實(shí)現(xiàn)仿真與實(shí)物實(shí)驗(yàn)有機(jī)結(jié)合,兩種實(shí)驗(yàn)可同步進(jìn)行。學(xué)生在仿真實(shí)驗(yàn)中先可探索實(shí)驗(yàn),然后做實(shí)物實(shí)驗(yàn)。同時(shí)運(yùn)用LabVIEW開(kāi)發(fā)出實(shí)驗(yàn)過(guò)程人機(jī)交互操作接口界面,使用過(guò)程中效果良好。Experimental teaching has always been an indispensable part of engineering education.And it always plays an important role in cultivating students'practical ability,independent thinking ability,innovative thinking and divergent thinking.But simulation experiment and physical experiment cannot be unified in the circuit teaching experiment at present.In order to solve this problem,this paper proposes to combine organically the simulation circuit experiment with physical circuit experiment,and synchronously operate them.This paper uses the WEB publishing to achieve remote experimental operation.Multisim is used as the circuit simulation platform,and NI Eiviss II is used as the physical circuit hardware platform.Multisim circuit simulation experiment and physical circuit experiment are implemented by LabVIEW to realize the combination of simulation experiment and physical experiment.Students do explore experiments in simulation experiment firstly,and then do physical experiment.And this paper uses LabVIEW to develop the experimental man-machine interface.
上傳時(shí)間: 2022-04-05
上傳用戶:
1. Preface2. The concept2.2. Prescience 2.3. Reading guide 2.4. Abbreviations 2.5. Version management3. hardware3.2. ESP32 3.3.2. hardware schema 3.3.3. DHT22 and level shifter 3.3.4. Geekcreit? ESP32 Development Board4. Software4.2. Installatie van GIT 4.3. Installatation of the ESP32 Core 4.4. Installation of the Xtensa and ESP32 Tools 4.5. Python 4.5.1. Install Python 4.5.2. Installation of pySerial and EspTool 4.6. Test the software installation5. The ESP32 IoT project 5.1.1. WiFi connection 5.1.2. Setup date and time 5.1.3. MQTT connection 5.1.4. Determining temperature and humidity 5.2. IOT_ESP32_Project source6. Test6.2. ESP32, NodeJS, MongoDB en Mosca 6.2.1. Start MongoDB 6.2.2. Start NodeJS Express serve and Mosca broker 6.2.3. Start the ESP32 6.2.4. Start an Chrome browser
上傳時(shí)間: 2022-04-05
上傳用戶:kingwide
本文設(shè)計(jì)了一種磁致伸縮位移傳感器,介紹了該磁致伸縮位移傳感器的測(cè)量原理,通過(guò)結(jié)構(gòu)優(yōu)化設(shè)計(jì)提高了儀器的性能,詳述了硬件電路設(shè)計(jì)及實(shí)現(xiàn)方法,完成了軟件設(shè)計(jì),實(shí)現(xiàn)了高壓充電、問(wèn)詢脈沖加載、時(shí)間測(cè)量及濾波等功能,并通過(guò)實(shí)驗(yàn)對(duì)其性能進(jìn)行了驗(yàn)證。所研制的磁致伸縮位移傳感器具有測(cè)量精度高、長(zhǎng)期穩(wěn)定性好等特點(diǎn),滿足了大量程、高精度、惡劣環(huán)境等測(cè)量的要求。A kind of sensor based on magnetostrictive principle is designed.The measuring principle of the magnetostrictive displacement sensor is introduced,the performance of the instrument is improved by the structural optimization design,and introduced the hardware circuit design and the realization method,completed the software design,realized the functions of the high voltage charging,inquiries pulse loading,time measurement and filtering,and its performance is verified through the experiment.The magnetostrictive displacement sensor has the characteristics of high measuring precision.The sensor meets the requirements of large range,high precision,poor environment and so on.
標(biāo)簽: 位移傳感器
上傳時(shí)間: 2022-04-06
上傳用戶:
S32K1xx Series Reference Manual 用戶手冊(cè)--2029頁(yè) Supports S32K116, S32K118, S32K142, S32K144, S32K146, and S32K148S32K是一款符合AEC-Q100規(guī)范、基于32位ARM Cortex-M4F和Cortex-M0+內(nèi)核的MCU,適用于通用汽車和高可靠性工業(yè)應(yīng)用。The S32K1xx product series further extends the highly scalable portfolio of Arm? Cortex?-M0+/M4F MCUs in the automotive industry. It builds on the legacy of the KEA series, while introducing higher memory options alongside a richer peripheral set extending capability into a variety of automotive applications. With a 2.70–5.5 V supply and focus on automotive environment robustness, the S32K product series devices are well suited to a wide range of applications in electrically harsh environments, and are optimized for cost-sensitive applications offering low pin-count options. The S32K product series offers a broad range of memory, peripherals, and package options. It shares common peripherals and pin counts, allowing developers to migrate easily within an MCU family or among the MCU families to take advantage of more memory or feature integration. This scalability allows developers to use the S32K product series as the standard for their end product platforms, maximizing hardware and software reuse and reducing time to market
標(biāo)簽: S32K116 S32K118 S32K142 S32K144
上傳時(shí)間: 2022-04-16
上傳用戶:jason_vip1
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1