SM-IIC/2051 模塊用戶說明簡介:SM-IIC/2051 是一個基于2051 單片機的I2C 總線控制模塊。上位機接口可直接與PC的RS232 連接,下位機可實現對應用電路中I2C 控制總線的連接,塊內設置2K 的FLASH 存儲器,可存儲用戶I2C 初始化數據。模塊采用2051 單片機,使電路簡單可靠。型號:SM-IIC/2051名稱:I2C 數據控制模塊功能:RS232 串行信號與I2C 數據轉換 接口說明:編號信號標志信號名稱規格備注CK1-1 VCC 供電+5VCK1-2 VCC 供電+5VCK1-3 GND 地GroundCK1-4 GND 地GroundCK2-1 TOUT 串口輸出RS232CK2-2 RIN 串口輸入RS232CK2-3 GND 地GroundCK2-4 GND 地Ground編號信號標志信號名稱規格備注CK3-1 GND 地GroundCK3-2 SCL I2C 時鐘TTLCK3-3 SDA I2C 數據TTLCK3-4 GND 地GroundCK3-5 P1.2 PI/O 端口TTLCK3-6 P1.3 PI/O 端口TTLCK3-7 P1.4 PI/O 端口TTLCK3-8 P1.5 PI/O 端口TTLCK3-9 P1.6 PI/O 端口TTLCK3-10 P1.7 PI/O 端口TTLCK3-11 P3.7 PI/O 端口TTLCK3-12 T1 定時端口TTLCK3-13 T0 定時端口TTLCK3-14 INT1 中斷端口TTLCK3-15 INT0 中斷端口TTLCK3-16 GND 地Ground
上傳時間: 2013-11-18
上傳用戶:爺的氣質
Abstract: This reference design provides design ideas for a cost-effective, low-power liquid-level measurement dataacquisition system (DAS) using a compensated silicon pressure sensor and a high-precision delta-sigma ADC. Thisdocument discusses how to select the compensated silicon pressure sensor, suggest system algorithms, and providenoise analyses. It also describes calibration ideas to improve system performance while also reducing complexity andcost.
上傳時間: 2013-10-08
上傳用戶:sjy1991
著直接轉矩控制等高性能控制技術研究的深入與成熟,交流電氣調速系統正在逐步擴大其應用領域。交流調速系統往往要求對轉速實施閉環控制,這是通過轉速PI調節器實現的;但是,轉速調節器中的比例常數與積分常數基本上仍通過試湊法確定的,這無疑浪費了大量的時間和精力。文章基于理論推導和工程化設計方法研究了兩種參數設計方法,給出了MATLAB中的仿真結果,仿真結果表明工程化設計方法更為有效。關毽詞:直接轉矩控制速度調節器仿真工程化設計
上傳時間: 2013-12-14
上傳用戶:BOBOniu
eZ430-F2013 是一款完整的 MSP430 開發工具,其在小巧的便攜式 USB 棒狀盒內提供了評估 MSP430F2013 以及完成整個項目所需的全部軟硬件。eZ430-F2013 集成了 IAR Embedded Workbench 或 Code Composer Studio 集成開發環境 (IDE),通過選擇設計一個獨立的系統,或選擇分離可移動的目標板并整合到現有設計中來提供完全仿真。USB 端口可為超低功耗 MSP430 提供所需的工作電源,因而無需使用外接電源。MSP430F2013 上的所有 14 個引腳都可在 MSP-EZ430D 目標板上進行訪問,可輕松實現調試并與外設接口相連。此外,還可將其中的一個數字 I/O 引腳連接至可提供視覺反饋的 LED。MSP430F2013 擁有出色的 16 MIPS 性能,并高度集成了16 位 Δ-Σ 模數轉換器、16 位定時器、看門狗定時器、掉電檢測器、支持 SPI 和 I2C 的 USI 模塊,以及待機電流僅 0.5微安的 5 種低功耗模式。
上傳時間: 2013-10-24
上傳用戶:wanglf7409
在足球機器人上用的,前人做過實驗,本例只提供部分代碼,需要的請加以修改
上傳時間: 2014-01-06
上傳用戶:youlongjian0
用途:測量地磁方向,測量物體靜止時候的方向,測量傳感器周圍磁力線的方向。注意,測量地磁時候容易受到周圍磁場影響,主芯片HMC5883 三軸磁阻傳感器特點(抄自網上): 1,數字量輸出:I2C 數字量輸出接口,設計使用非常方便。 2,尺寸小: 3x3x0.9mm LCC 封裝,適合大規模量產使用。 3,精度高:1-2 度,內置12 位A/D,OFFSET, SET/RESET 電路,不會出現磁飽和現象,不會有累加誤差。 4,支持自動校準程序,簡化使用步驟,終端產品使用非常方便。 5,內置自測試電路,方便量產測試,無需增加額外昂貴的測試設備。 6,功耗低:供電電壓1.8V, 功耗睡眠模式-2.5uA 測量模式-0.6mA 連接方法: 只要連接VCC,GND,SDA,SDL 四條線。 Arduino GND -> HMC5883L GND Arduino 3.3V -> HMC5883L VCC Arduino A4 (SDA) -> HMC5883L SDA Arduino A5 (SCL) -> HMC5883L SCL (注意,接線是A4,A5,不是D4,D5) 源程序: #include <Wire.h> #include <HMC5883L.h> HMC5883Lcompass; voidsetup() { Serial.begin(9600); Wire.begin(); compass = HMC5883L(); compass.SetScale(1.3); compass.SetMeasurementMode(Measurement_Continuous); } voidloop() { MagnetometerRaw raw = compass.ReadRawAxis(); MagnetometerScaled scaled = compass.ReadScaledAxis(); float xHeading = atan2(scaled.YAxis, scaled.XAxis); float yHeading = atan2(scaled.ZAxis, scaled.XAxis); float zHeading = atan2(scaled.ZAxis, scaled.YAxis); if(xHeading < 0) xHeading += 2*PI; if(xHeading > 2*PI) xHeading -= 2*PI; if(yHeading < 0) yHeading += 2*PI; if(yHeading > 2*PI) yHeading -= 2*PI; if(zHeading < 0) zHeading += 2*PI; if(zHeading > 2*PI) zHeading -= 2*PI; float xDegrees = xHeading * 180/M_PI; float yDegrees = yHeading * 180/M_PI; float zDegrees = zHeading * 180/M_PI; Serial.print(xDegrees); Serial.print(","); Serial.print(yDegrees); Serial.print(","); Serial.print(zDegrees); Serial.println(";"); delay(100); }
上傳時間: 2013-12-16
上傳用戶:stella2015
印刷電路板(PCB)設計解決方案市場和技術領軍企業Mentor Graphics(Mentor Graphics)宣布推出HyperLynx® PI(電源完整性)產品,滿足業內高端設計者對于高性能電子產品的需求。HyperLynx PI產品不僅提供簡單易學、操作便捷,又精確的分析,讓團隊成員能夠設計可行的電源供應系統;同時縮短設計周期,減少原型生成、重復制造,也相應降低產品成本。隨著當今各種高性能/高密度/高腳數集成電路的出現,傳輸系統的設計越來越需要工程師與布局設計人員的緊密合作,以確保能夠透過眾多PCB電源與接地結構,為IC提供純凈、充足的電力。配合先前推出的HyperLynx信號完整性(SI)分析和確認產品組件,Mentor Graphics目前為用戶提供的高性能電子產品設計堪稱業內最全面最具實用性的解決方案。“我們擁有非常高端的用戶,受到高性能集成電路多重電壓等級和電源要求的驅使,需要在一個單一的PCB中設計30余套電力供應結構。”Mentor Graphics副總裁兼系統設計事業部總經理Henry Potts表示。“上述結構的設計需要快速而準 確的直流壓降(DC Power Drop)和電源雜訊(Power Noise)分析。擁有了精確的分析信息,電源與接地層結構和解藕電容數(de-coupling capacitor number)以及位置都可以決定,得以避免過于保守的設計和高昂的產品成本。”
上傳時間: 2013-10-31
上傳用戶:ljd123456
在介紹模糊控制基本原理及模糊控制器設計與分類的基礎上,推導出一種簡化PID型模糊控制器。為了驗證簡化PID型模糊控制器的性能,將其與PD及 PI型模糊控制器進行比較。其仿真結果最后表明,在控制器參數選取相同的情況下,簡化PID型模糊控制器的性能要優于PD型和PI型模糊控制器。
上傳時間: 2013-11-19
上傳用戶:pompey
The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can accelerate the implementation of advanced motor control algorithms such as Field Oriented Control (FOC)。 Additionally, Xilinx devices lower costs with greater on-chip integration of system components and shorten latencies with high-performance digital signal processing (DSP) that can tackle compute-intensive functions such as PID Controller, Clark/Park transforms, and Space Vector PWM. The Xilinx Spartan®-6 FPGA Motor Control Development Kit gives designers an ideal starting point for evaluating time-saving, proven, motor-control reference designs. The kit also shortens the process of developing custom control capabilities, with integrated peripheral functions (Ethernet, PowerLink, and PCI® Express), a motor-control FPGA mezzanine card (FMC) with built-in Texas Instruments motor drivers and high-precision Delta-Sigma modulators, and prototyping support for evaluating alternative front-end circuitry.
上傳時間: 2013-10-28
上傳用戶:wujijunshi
Abstract: Many modern industrial, medical, and commercial applications require temperature measurements in the extended temperature rangewith accuracies of ±0.3°C or better, performed with reasonable cost and often with low power consumption. This article explains how platinumresistance temperature detectors (PRTDs) can perform measurements over wide temperature ranges of -200°C to +850°C, with absolute accuracyand repeatability better than ±0.3°C, when used with modern processors capable of resolving nonlinear mathematical equation quickly and costeffectively. This article is the second installment of a series on PRTDs. For the first installment, please read application note 4875, "High-Accuracy Temperature Measurements Call for Platinum Resistance Temperature Detectors (PRTDs) and Precision Delta-Sigma ADCs."
上傳時間: 2013-11-06
上傳用戶:WMC_geophy