|
發表於 2014-12-19 17:21:24
|
顯示全部樓層
這裏有他原功能的說明:
http://www.mikrocontroller.net/articles/AVR_Transistortester
Up to two resistors are measured in a measurement with a resolution of up to 0.1 ohms, the range extends to about 50 megohms. Resistance values below 10 ohms are displayed for the ATmega168 / 328 with the ESR measurement method with a resolution of 0.01 ohms.
A connected capacitor can be measured in the range 35pF to 100mF with a resolution of up to 1 pF.
For ATmega168 / 328 inductances of about 0.01mH can be detected and measured to over 20H.
For ATmega168 / 328 an ESR measurement (Equivalent Series Resistance) is integrated for over 0:18 uF capacitors with a resolution of 0.01 ohms.
for ATmega168 / 328, the voltage loss VLOSS is examined after a charging pulse for about 5 nF capacitors. Thus, the quality of the capacitors can be estimated.
1. 內阻:
如果是說電池內阻,這台應該不能測吧,我也不確定。
2.測試電壓:
這台是用 ATMega328p,他並沒啟動外部電壓量測。因為這顆的 pins 與 flash 大小限制住了。
在原程式碼,其實是有其他的功能被設計出來,如 PWM generator/ Voltage 量測腳~
如量測電壓是由外部電阻 1:10的設計,就是AVCC 為 5V~可量測 50V且沒保護電路之類的~
此台的數據,是由幾個重要部份來決定:
1. 內部ADC(底下取自 GetESR()副程式 ) 轉換速度
// Measurement frequency is given by sum of ADC-Reads < 680 Hz for normal ADC speed.
// For fast ADC mode the frequency is below 2720 Hz (used for capacity value below 3.6 uF).
// ADC Sample and Hold (SH) is done 1.5 ADC clock number after real start of conversion.
// Real ADC-conversion is started with the next ADC-Clock (125kHz) after setting the ADSC bit.
2. 內部有多少個 ADC~表示最多能多額外做幾種功能,不需額外電路。
3.最低解析度,意思就是說 ADC 的精度與 AVCC 的電壓~
(1) 此ADC 為10bits 規格的
(2) ADC所參考的電壓源可選擇外部電壓 AVCC (5v) or 內部參考電壓 ( internal bandgap reference voltage 1.1v for atmega328p) ~
先用外部電壓來取樣,當取樣值過低到一個程度時,內部會自動切換至內部參考電壓來重取一遍。
(3)參考電壓的精確度,此台參考電壓有2組。
上面的意思是說,這台精器取樣電路上的最低變化值為 1.1V / 1024 約為 0.00107421mV~
另外目前此台的參考電壓,應該是沒被效正。
(1) 外部沒上的2.5V 參考電壓源,以程式來看,是用來效正外部 5V 的值,此為上述使用。
(2) 內部 bandgap reference voltage 1.1V,我記得文件是說這個值的誤差為 10%。
效正這2個電壓源,應以提升更好的精度 ( 1.1V 就算沒效正,也已經是很小的誤差了)
ps:
1.上次我打算加上簡易效正電壓源(AD584)換下的那顆,加進這台去效正vcc來量些數據,結果不小心接錯腳,直接把 atmeag328p打壞~
還是自己拿熱吹槍吹了它來換~好在沒把版子吹壞~~不過效正電壓的事,
不過這事,又被我往後放了~
2.樓上那個自製版,本來是想上這顆的:
ATMEAG64A
但此顆內部ADC參考電壓為 2.56V,其實不會比 ATMEGA328P 好,所以 .......
|
本帖子中包含更多資源
您需要 登錄 才可以下載或查看,沒有賬號?立即註冊
x
評分
-
2
查看全部評分
-
|