.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: fetch parameter lda IOP_DATA1_H STA rCtrlByte lda IOP_DATA1_L STA rAddr jsr fI2cSendCmdAddr bcs lReadI2CFail
標簽: C_SUPPORT Function ifnz fPro
上傳時間: 2016-07-21
上傳用戶:xaijhqx
A STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module LiSTA STAff Module List
上傳時間: 2017-08-04
上傳用戶:lizhizheng88
Voice dictionary for mobile - search and play wav files (voice dictionary could be obtained from STArdict web site) For Netbians project with Java MIDP or as example how to use subject (Java MIDP audio). Tested on Nokia 5310
標簽: dictionary obtained mobile search
上傳時間: 2014-01-06
上傳用戶:851197153
Inverted pendulum in cart controled by torque. It contains regulators: one to move it, second to STAbilize pendulum, and last to STAbilize the cart
標簽: regulators controled Inverted pendulum
上傳時間: 2017-09-24
上傳用戶:
簡單易懂,大總結(jié),fid=fopen('Ising.m','rt'),STA=fclose(fid),fclose('all')
上傳時間: 2017-06-12
上傳用戶:tian610115
Ever since ancient times, people continuously have devised new techniques and technologies for communicating their ideas, needs, and desires to others. Thus, many forms of increasingly complex communication systems have appeared over the years. The basic motivations behind each new one were to improve the transmission fidelity so that fewer errors occur in the received message, to increase the transmission capacity of a communication link so that more infor- mation could be sent, or to increase the transmission diSTAnce between relay STA- tions so that messages can be sent farther without the need to restore the signal fidelity periodically along its path.
標簽: Communications Essentials Optical
上傳時間: 2020-05-31
上傳用戶:shancjb
Many good textbooks exist on probability and random processes written at the under- graduate level to the research level. However, there is no one handy and ready book that explains most of the essential topics, such as random variables and most of their frequently used discrete and continuous probability distribution functions; moments, transformation, and convergences of random variables; characteristic and generating functions; estimation theory and the associated orthogonality principle; vector random variables; random processes and their autocovariance and cross-covariance functions; STA- tionarity concepts; and random processes through linear systems and the associated Wiener and Kalman filters.
標簽: Probability Processes Random and
上傳時間: 2020-05-31
上傳用戶:shancjb
timing時序是數(shù)字設計的非常重要的考慮。怎樣描述timing?怎樣分析timing?一個大的數(shù)字系統(tǒng)會花費數(shù)月的時間在時序分析上。除了功能驗證,時序收斂也是芯片設計的一個重要的里程碑。本書講解了如何通過靜態(tài)時序分析來發(fā)現(xiàn)和解決深亞微米芯片設計中出現(xiàn)的timing問題。
上傳時間: 2021-12-16
上傳用戶:
經(jīng)濟的發(fā)展與技術的進步帶動著人們更加渴望高品質(zhì)的生活質(zhì)量,作為當今產(chǎn)業(yè)大熱門的智能家居逐漸成為市場關注的焦點,很多科技公司紛紛開發(fā)出自己的產(chǎn)品。不過由于浮夸的宣傳,不合理的定位和高昂的價格,導致了消費者紛紛對智能家居產(chǎn)品望而卻步,行業(yè)呈現(xiàn)出叫好不叫賣的現(xiàn)象。鑒于此種情況,本文定位于智能家居中低端產(chǎn)業(yè),開發(fā)設計出一款簡單實用、價格低廉的智能家居控制網(wǎng)關系統(tǒng),目的是在于讓普通人也可以享受科技發(fā)展的成果。 該網(wǎng)關系統(tǒng)綜合了電子技術、計算機技術、通信技術等多種技術,從硬件和軟件兩個方面對控制網(wǎng)關進行深入研究,最終實現(xiàn)對家居環(huán)境遠程監(jiān)測的目的。 在硬件方面,該控制網(wǎng)關系統(tǒng)采用以單片機為硬件控制平臺,以供電模塊、時鐘模塊、EEPROM模塊等眾多外圍電路模塊為輔助,結(jié)合ZigBee與WiFi無線通訊技術,完成對智能家居網(wǎng)關系統(tǒng)的搭建工作。該網(wǎng)關系統(tǒng)的單片機采用功能強大、價格低廉基于ARM32位CortexTM-M3的STM32F103RCT6,它主要負責對家居環(huán)境的任務調(diào)度,智能控制;ZigBee部分采用主芯片為CC2530的無線通信模塊,該模塊主要包括兩個部分:協(xié)調(diào)器和終端節(jié)點,終端節(jié)點除了通信部分,還包括溫濕度傳感器、光線傳感器、煙感傳感器等部分,它負責完成對數(shù)據(jù)的采集、打包和發(fā)送工作,協(xié)調(diào)器則負責把終端節(jié)點發(fā)送的數(shù)據(jù)進行重新打包然后通過串口傳送給主控模塊;WiFi部分采用的是價格低廉、功能實用的ESP8266WiFi通信模塊,該模塊有三種工作模式:STA、AP和STA/AP,使得WiFi部分兼具連接熱點和發(fā)送熱點兩種功能,該模塊負責智能家居控制單元和外界通信的工作,它通過串口和控制單元通信,然后通過WiFi網(wǎng)絡發(fā)送接收信息。 在軟件方面,控制網(wǎng)關采用以Keil和IAR為開發(fā)環(huán)境,以uC/OS-Ⅱ操作系統(tǒng)為程序運行環(huán)境,結(jié)合C語言及少量匯編語言,共同完成系統(tǒng)的軟件控制工作。Keil和IAR作為開發(fā)環(huán)境可以進行程序檢測、燒錄等輔助工作,大大減輕了工作量;uC/OS-Ⅱ操作系統(tǒng)短小精煉、功能強大的特點,使得硬件資源可以更加合理的利用,有助于節(jié)約成本,同時也讓控制網(wǎng)關系統(tǒng)可以實時多任務執(zhí)行,增強了系統(tǒng)功能;此外充分合理利用了網(wǎng)絡庫函數(shù)資源,大大節(jié)約了學習與開發(fā)進度。...
標簽: stm32 智能家居 無線網(wǎng)關
上傳時間: 2022-05-30
上傳用戶: