參數(shù)資料
型號: LTC2481HDD#TRPBF
廠商: Linear Technology
文件頁數(shù): 31/40頁
文件大小: 0K
描述: IC ADC DELTA SIGMA 16BIT 10DFN
標準包裝: 2,500
位數(shù): 16
采樣率(每秒): 7.5
數(shù)據接口: I²C,串行,SPI?
轉換器數(shù)目: 1
功率耗散(最大): 480µW
電壓電源: 單電源
工作溫度: -40°C ~ 125°C
安裝類型: 表面貼裝
封裝/外殼: 10-WFDFN 裸露焊盤
供應商設備封裝: 10-DFN(3x3)
包裝: 帶卷 (TR)
輸入數(shù)目和類型: 2 個單端,雙極;1 個差分,雙極
配用: DC951A-ND - BOARD DELTA SIGMA ADC LTC2481
LTC2481
37
2481fc
APPLICATIONS INFORMATION
lcd_init();
// Initialize LCD
delay_ms(6);
printf(lcd_putc, “Hello!”);
// Obligatory hello message
delay_ms(500);
// for half a second
} // End of initialize()
*** main() ********************************************************************
Main program initializes microcontroller registers, then reads the LTC2481
repeatedly
*******************************************************************************/
void main()
{
signed int32 x;
// Integer result from LTC2481
oat voltage;
// Variable for oating point math
int16 timeout;
initialize();
// Hardware initialization
while(1)
{
delay_ms(1);
// Pace the main loop to something more than 1 ms
// This is a basic error detection scheme. The LTC248X will never take more than
// 163.5ms, 149.9ms, or 136.5ms to complete a conversion in the 50Hz, 55Hz, and 60Hz
// rejection modes, respectively.
// If read_LTC248X() does not return non-zero within this time period, something
// is wrong, such as an incorrect i2c address or bus conict.
if((x = read_LTC2481(LTC248XADDR, GAIN1 | VIN | R55)) != 0)
{
// No timeout, everything is okay
timeout = 0;
// reset timer
x &= 0xFFFFFFC0;
// clear cong bits so they don’t affect math
x ^= 0x80000000;
// Invert MSB, result is 2’s complement
voltage = (oat) x;
// convert to oat
voltage = voltage * 5.0 / 2147483648.0;// Multiply by Vref, divide by 2^31
lcd_putc(‘\f’);
// Clear screen
lcd_gotoxy(1,1);
// Goto home position
printf(lcd_putc, “V %01.4f”, voltage); // Display voltage
}
else
{
++timeout;
}
if(timeout > 200)
{
timeout = 200;
// Prevent rollover
lcd_gotoxy(1,1);
printf(lcd_putc, “ERROR - TIMEOUT”);
delay_ms(500);
}
} // End of main loop
} // End of main()
相關PDF資料
PDF描述
LTC2484IDD#TRPBF IC ADC 24BIT 10-DFN
LTC2486IDE#TRPBF IC ADC 16BIT W/PGA 14-DFN
LTC2488IDE#TRPBF IC ADC 16BIT DELTA SIG 14-DFN
LTC2489IDE#TRPBF IC ADC 16BIT DELTA SIG 14-DFN
LTC2497IUHF#TRPBF IC ADC 16BIT W/PGA 38-QFN
相關代理商/技術參數(shù)
參數(shù)描述
LTC2481IDD#PBF 功能描述:IC ADC 16BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據采集 - 模數(shù)轉換器 系列:- 其它有關文件:TSA1204 View All Specifications 標準包裝:1 系列:- 位數(shù):12 采樣率(每秒):20M 數(shù)據接口:并聯(lián) 轉換器數(shù)目:2 功率耗散(最大):155mW 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:48-TQFP 供應商設備封裝:48-TQFP(7x7) 包裝:Digi-Reel® 輸入數(shù)目和類型:4 個單端,單極;2 個差分,單極 產品目錄頁面:1156 (CN2011-ZH PDF) 其它名稱:497-5435-6
LTC2481IDD#TRPBF 功能描述:IC ADC 16BIT I2C 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據采集 - 模數(shù)轉換器 系列:- 標準包裝:2,500 系列:- 位數(shù):16 采樣率(每秒):15 數(shù)據接口:MICROWIRE?,串行,SPI? 轉換器數(shù)目:1 功率耗散(最大):480µW 電壓電源:單電源 工作溫度:-40°C ~ 85°C 安裝類型:表面貼裝 封裝/外殼:38-WFQFN 裸露焊盤 供應商設備封裝:38-QFN(5x7) 包裝:帶卷 (TR) 輸入數(shù)目和類型:16 個單端,雙極;8 個差分,雙極 配用:DC1011A-C-ND - BOARD DELTA SIGMA ADC LTC2494
LTC2482CDD 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 6.8sps 16-bit Serial 10-Pin DFN EP
LTC2482CDD#PBF 功能描述:IC ADC 16BIT 10-DFN RoHS:是 類別:集成電路 (IC) >> 數(shù)據采集 - 模數(shù)轉換器 系列:- 標準包裝:1 系列:microPOWER™ 位數(shù):8 采樣率(每秒):1M 數(shù)據接口:串行,SPI? 轉換器數(shù)目:1 功率耗散(最大):- 電壓電源:模擬和數(shù)字 工作溫度:-40°C ~ 125°C 安裝類型:表面貼裝 封裝/外殼:24-VFQFN 裸露焊盤 供應商設備封裝:24-VQFN 裸露焊盤(4x4) 包裝:Digi-Reel® 輸入數(shù)目和類型:8 個單端,單極 產品目錄頁面:892 (CN2011-ZH PDF) 其它名稱:296-25851-6
LTC2482CDD#TR 制造商:Linear Technology 功能描述:ADC Single Delta-Sigma 6.8sps 16-bit Serial 10-Pin DFN EP T/R