power usage
Erik Friesen
Posts: 1,071
I Just got a new battery powered project together.· I am powering it with 2 nimh AA batteries and using a tps61070 stepup converter.· I am also powering a pic16f688, a quantum touch chip(25ma), a 4k fram,· a 512 eeprom, and a small lcd with no backlight.·
My multitester says· I am using 150ma which is more than·my 100ma target.·(measured at the battery)
I am operating at 96 mhz for the benefit of·my usb interface(propeller driven).· If I understand the data sheet I am using 96ma·with all 8 cogs in use.
Can I change the pll on the fly?
In which configuration does a cog use the most or the least power? (driving no loads)
Does anyone else have some MA power usage numbers with a similar project?· Is this in the ballpark or do I have something out of wack here?·
My multitester says· I am using 150ma which is more than·my 100ma target.·(measured at the battery)
I am operating at 96 mhz for the benefit of·my usb interface(propeller driven).· If I understand the data sheet I am using 96ma·with all 8 cogs in use.
Can I change the pll on the fly?
In which configuration does a cog use the most or the least power? (driving no loads)
Does anyone else have some MA power usage numbers with a similar project?· Is this in the ballpark or do I have something out of wack here?·
Comments
You can change the PLL "on-the-fly", but it takes a little while. Normally, you switch first to the built-in RCFAST clock, then re-configure the clock and PLL to allow it to stabilize, then switch to the new clock. Page 29 of the Propeller Manual discusses the necessary 10ms delay.
At the speed you're running, the Propeller takes about 100mA, your quantum chip takes about 25mA, the PIC, FRAM, EEPROM and LCD certainly could take another 25mA together.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Does the ma usage actually drop in half at pll8 vs pll16?
I just go by the charts on the datasheet. Whatever it says regarding current demand vs. PLL setting (clock speed) is what I accept until someone with some experience tells me otherwise.