Why do scientific calculators still have such a tiny solar panel?

550 views

Advanced scientific calculators are getting more powerful, yet they’re usually powered by a small *non-rechargeable* battery and the size of the solar panel on there is incredible tiny. How does a panel that small even make a significant contribution to the power available given that it can’t be used for recharging the battery?

In: Technology

2 Answers

Anonymous 0 Comments

I had a scientific calculator in the 80s, decent-size calculator, pretty big solar panel. But since then a couple things have happened. One, solar panels have gotten more efficient. Two, microprocessors use thousandths of the amount of power for the amount of work they do. Basic scientific calculator functions require almost no power these days.

To give you an idea of power usage over time: An 80386 DX-25 processor then took .6 Amps to operate, and that’s just the processor, not associated RAM, storage, etc. An Apple Watch can run all day on a battery that would only power that 386 for half an hour, and of course the watch is FAR more computationally powerful than that 386.

And the chip in your calculator is likely not even a full-blown CPU. It’s more akin to a microcontroller one might find in an electronic thermostat, but customized for math instead of managing temperatures. For example, it needs almost no memory address space, so that can be cut to a minimum to save cost. But it may have some large registers to hold floating point numbers, and hardware-encoded mathematical functions (like input A Sin input B completes quickly because there’s a Sin function in hardware to do that).

You are viewing 1 out of 2 answers, click here to view all answers.