邵先生提出一個方案, 但是最大的問題是電源和使用壽命.
電源 1.5V AA cell
需要, 5V 穩壓輸出
供電時間 : 間斷式, 每次 10 Sec
傳感器 : 2.7V-5V, PWM 或 I2C, 16解析度, 10bit 精度輸出資料
首先參考看看人家的設計-
LEDs replacing CCFL backlight (http://spritesmods.com/?art=ledbl)
作者簡單實驗, 以MCU作為控制器, 開關電源昇壓驅動串聯的LED, 作為LCD的背光源. 雖然沒有提供實驗數據, 不過原理正確. 可以參考用. 其中控制器也是選用 ATTINY13. 理解原理後, 任何MCU都適用. 更簡單的, 更便宜的 NE555 也可以做到一樣的功能, 而且連軟體都不用寫, 相對來說, 成本會更低.
Run an uC from an AA-batter (http://spritesmods.com/?art=ucboost)
原自同一作者, 雖然運用這種技巧, 以單一節1.5V電池提供電力給 5V 的 MCU 的文章看過很多, 但是基本的原理都是一樣的, 就是先雞先蛋的問題, 只要揭開了序幕, 就可以自由發揮.
Spud, A Potato-Powered Web Server (http://d116.com/spud/index.html)
另外一個, 用 Fairchild ACE 系列的 MCU, 實驗性地用馬鈴薯作為電池, 供電驅動 MCU. 當然, 水果電池所提供的電壓, 比 Fairchild 規格書所訂定的要低很多, 不過應該可行, 只是可靠性不知道.
Nov/17/2008
blocking oscillator is good for the purpose of step-up the voltage. however, this simple design has compromise if the sensor is more or less with reception of power line ripple. The switching power supply will give the high pitch of switching, low-pass filter and bypass cap are must. Prototype is under the way to build, emulator and data sheet are must as well.
Nov/22/2008
Project overview for the design issues
a) target system, 3 AAA cell other than voltage step-up, noise issue?
b) software real time clock ? a timer for day counts only, no RTC chip ? cost is the king
c) USB capability, dedicated USB driver or HID device ? cost is the king
d) sensing element and the accuracy for display purpose ? cost is the king
電源 1.5V AA cell
需要, 5V 穩壓輸出
供電時間 : 間斷式, 每次 10 Sec
傳感器 : 2.7V-5V, PWM 或 I2C, 16解析度, 10bit 精度輸出資料
首先參考看看人家的設計-
LEDs replacing CCFL backlight (http://spritesmods.com/?art=ledbl)
作者簡單實驗, 以MCU作為控制器, 開關電源昇壓驅動串聯的LED, 作為LCD的背光源. 雖然沒有提供實驗數據, 不過原理正確. 可以參考用. 其中控制器也是選用 ATTINY13. 理解原理後, 任何MCU都適用. 更簡單的, 更便宜的 NE555 也可以做到一樣的功能, 而且連軟體都不用寫, 相對來說, 成本會更低.
Run an uC from an AA-batter (http://spritesmods.com/?art=ucboost)
原自同一作者, 雖然運用這種技巧, 以單一節1.5V電池提供電力給 5V 的 MCU 的文章看過很多, 但是基本的原理都是一樣的, 就是先雞先蛋的問題, 只要揭開了序幕, 就可以自由發揮.
Spud, A Potato-Powered Web Server (http://d116.com/spud/index.html)
另外一個, 用 Fairchild ACE 系列的 MCU, 實驗性地用馬鈴薯作為電池, 供電驅動 MCU. 當然, 水果電池所提供的電壓, 比 Fairchild 規格書所訂定的要低很多, 不過應該可行, 只是可靠性不知道.
Nov/17/2008
blocking oscillator is good for the purpose of step-up the voltage. however, this simple design has compromise if the sensor is more or less with reception of power line ripple. The switching power supply will give the high pitch of switching, low-pass filter and bypass cap are must. Prototype is under the way to build, emulator and data sheet are must as well.
Nov/22/2008
Project overview for the design issues
a) target system, 3 AAA cell other than voltage step-up, noise issue?
b) software real time clock ? a timer for day counts only, no RTC chip ? cost is the king
c) USB capability, dedicated USB driver or HID device ? cost is the king
d) sensing element and the accuracy for display purpose ? cost is the king
請先 登入 以發表留言。