Slashdot Mirror


Guide To Designing Low Power Handhelds

randomErr writes "iAppliance had a nifty article about designing handhelds. As the state-of-the-art in low-power CPUs races forward, the CPU becomes one of the most critical components in the design of a handheld. New CPUs such as Intel's XScale, Alchemy Semiconductor's Au1000, and Transmeta's Crusoe provide the ability to scale clock frequency and voltage dynamically. As power consumption varies linearly with clock speed and as the square of core voltage, you'll want to have hardware hooks to be able to adjust both clock speed and voltage as necessary, based on device performance."

4 of 125 comments (clear)

  1. Alchemy Semiconductor by Neon+Spiral+Injector · · Score: 5, Informative

    Just to point out to anyone who doesn't know, AMD aquired Alchemy Semiconductor.

  2. Low power - Asynchronous by brejc8 · · Score: 4, Informative

    If you want low power than asynchronous is the way to go. Amulet processors use much lower power than synchronous processors. They are asynchronous so they will slow down when the voltage drops or you go somewhere hot. When they are not working they don't use any power. There is no messing about with software controled clock control, you just stick it into a branch on spot and it freezes. This is great for things like pagers or handhelds where you dont even need to power the clock nets while you are not doing anything. A large processors clock power consumption can be as high as 80%.

    You might have seen it already but this is me powering an Amulet2 off a mouse wheel. They are very robust.

    1. Re:Low power - Asynchronous by brejc8 · · Score: 4, Informative

      Well actualy I am working on a method of converting standard synchronous designs into asynchronous ones.
      My method requires no skills and is a simple push button conversion and on a sample design (MIPS R3000 clone) gave 30% higher speed.

      It simply takes an EDIF of your synchronous design and creates an asynchronous EDIF.

  3. Re:Rechargable packs by Dr.+Ion · · Score: 5, Informative

    There are some good reasons why devices still use alkaline batteries instead of rechargable:

    - It's cheaper. Making the user buy AAA cells is cheaper than an expensive built-in rechargable. Be angry if you want, but the same shoppers that gripe are the ones that will pick the AAA model because it's $10 cheaper. :)

    - Charger required. more $$$, bigger packaging, more travelling weight, country-specific voltage, UL Listing, the works.

    - Alkalines last longer (per charge) than rechargables. On a device may go weeks without seeing a charger, this counts.

    - Rechargable cells die. What do you do with a PalmV that no longer charges well? LiIon cells only last a year or two before they start to degrade quickly.

    I'm not saying that these are valid reasons to require disposable batteries, but these are factors that manufacturers look at in deciding which way to go.