In this updated and expanded edition of her excellent telecommunications primer, Lili explains in just the right DETAIL everything you need to know to become fluent in this most important and fascinating industry. Besides including a satisfying amount of expert technical DETAIL, the book also discusses equally crucial aspects of how communications technology affects society, culture, and politics. Electronic communications is changing the world for the better; learn from Lili's expertise how you, too, can participate in the revolution." Steve Riley, senior security strategist, Microsoft Corporation
標簽: Telecommunications Essentials Global Source
上傳時間: 2020-06-01
上傳用戶:shancjb
針對嵌入式產品程序更新問題,提出了一種基于IAP技術的STM32單片機在線固件升級方案,設計了STM32單片機最小系統硬件電路和USB轉串口通信電路,并給出了Bootloader程序、APP程序、PC上機程序的實現流程.實驗結果表明,該方案具有簡單實用、穩定性高、維護成本低和設備使用效率高的特點,適用于嵌入式產品升級.For the problem of updating embedded products program,an online firmware upgrade scheme of STM32 single chip microcomputer based on IAP technology is proposed.This scheme not only elaborates the principle of IAP technology in DETAIL but also provides the design of the minimum system hardware circuit of STM32 MCU,the design of USB for serial communication circuit,and the implementation flow of Bootloader program,APP program and PC program.The experiment results show that the scheme is simple,practical and highly stable.In addition,it can be used to actual embedded product upgrading,significantly reducing maintenance costs and improving the efficiency of equipment.
上傳時間: 2022-03-25
上傳用戶:
研究一種智能掃地機器人。從硬件系統控制模塊設計到主要技術調試進行了較詳細的闡述。以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
上傳用戶:
文章提出了一種基于AT89S51單片機的智能家居系統的設計,該系統具有室內煤氣以及煙霧的檢測、家庭室內防盜等功能。文章詳細分析了系統的總體設計,詳盡分析并設計了煤氣傳感器模塊、煙霧傳感器模塊、人體紅外感應傳感器模塊、報警模塊等各硬件部分,并利用PROTUES軟件進行了系統仿真。仿真結果證明:系統具有成本低、效率高、操作方便等優點,達到了預期設計的效果。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.
上傳時間: 2022-03-28
上傳用戶:
In this presentation, we will look at what the Serial Peripheral Interface, otherwise known as the SPI, is. and how it is used to communicate data to and from the PICmicro microcontroller.SPl is frequently used when few 1/O lines are available, but communication between two or more devices must be fast and easy to implement.In this presentation, we will discuss the following topics: We will first cover an Overview of SPI This section of the tutorial will introduce you to SPI and its concepts.Next, we will examine the use of SPI on the PICmicro MCU.The DETAILs of how SPI is implemented on a PICmicro device will be examined.Then, a Code Walkthrough will be given.The walkthough will explore code for both an SPI Master and SPI Slave. The example will have the Master generate data for sending to the slave.Finally, there will be a few resources given at the end of the presentation. These resources will allow you to explore in more DETAIL the SPI interface
標簽: spi協議
上傳時間: 2022-06-20
上傳用戶:
摘要:介紹了以FreeModbus協議找在嵌入式搶占實時操作系統μC/OS-l的STM32平臺上,成功實現了Modbus協議的移植。通過詳細分析FreeModbus協議花并編寫STM32F103VET6微處理器的底層驅動,成功實現了工業Modbus協議RTU和ASCll兩種模式的通信功能。測試結果表明,在實際工業生產控制和儀表開發中,應用Freemodbus協議,完全符合工業數據采集、實時控制和數據處理等廠級重復性和精確度要求,在一定程度上降低了工業儀表開發的周期及成本。關鍵詞:實時操作系統,uC/OS-ll,FreeModbus,Modbus協議,STM32Abstract:This paper introduces FreeModbus stack transplanted to the STM32 platform which has been embedded in the preemptive real-time operating system uC/OS-ll,in order that the transplantation of the Modbus protocol is successfuly im-plemented.The FreeModbus stack is analyzed in DETAIL and STM32F103VET6 microprocessor underlying driver is writed,so that the two Modbus industrial communication function RTU and ASCll are successfully realized.Keywords:time operating system,uC/OS-ll,.FreeModbus,Modbus協議,STM32
標簽: freemodbus 通信協議
上傳時間: 2022-06-25
上傳用戶:
This example shows how you can use signal functions in the Visiondebugger to simulate a signal that is coming into one of the analog inputs of the LPC21xx.The Measure example is described in DETAIL in the Getting StartedUser's Guide.The MEASURE example program is available for several targets:Simulator: uVision Simulator for LPC2129MCB2100: Keil MCB2100 evaluation board with ULINK debugger - Application is loaded to internal Flash. - Switch S2 (INT1) is used as GPIO and sampled (jumper positions: J1= off, J7= on) - potentiometer POT1 is sampled as AIN0 (jumper position: J2= on) - serial port COM1 parameters: 9600 baud, no parity, 8-bits, 1 stop bit, flow control noneMCB2130: Keil MCB2130 evaluation board with ULINK debugger - Application is loaded to internal Flash. - Switch S2 (INT1) is used as GPIO and sampled (jumper positions: J1= off, J7= on) - potentiometer POT1 is sampled as AIN1 (jumper position: J2= on) - serial port COM1 parameters: 9600 baud, no parity, 8-bits, 1 stop bit, flow control none
標簽: dac8568
上傳時間: 2022-06-28
上傳用戶: