Jump to content

HP-32S: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
rm unsourced cruft and add two sources
Line 11: Line 11:
| designfirm =
| designfirm =
| manufacturer = [[Hewlett-Packard]]
| manufacturer = [[Hewlett-Packard]]
| introduced = 1987
| introduced = 1988
| discontinued = 1991
| discontinued =
| processor = [[HP Saturn]] (''Sacajawea'')
| processor =
| frequency = 640 kHz
| frequency =
| precision =
| precision =
| display_type = Character-based [[dot-matrix display]]
| display_type =
| display_size = 1 line, 12 characters
| display_size =
| prog_lang =
| prog_lang =
| memory_rom = 16 [[Kilobyte|KB]] of [[Read-only memory|ROM]]
| memory_rom =
| memory_data =
| memory_data =
| memory_user = 390 bytes
| memory_user =
| supply = 3× LR44
| supply =
| weight =
| weight =
| dimensions = 148×80×15 mm
| dimensions =
}}
}}


The '''HP-32S''' (codenamed "Leonardo") was a programmable [[Reverse Polish notation|RPN]] Scientific [[Calculator]] introduced by [[Hewlett-Packard]] in 1988 and discontinued in 1991. It continued the tradition of the [[HP-15C]] programmable [[Reverse Polish Notation|RPN]] Scientific [[Calculator]]. But some functions of the [[HP-15C]] were omitted (matrix calculations) and some were reduced in functionality (complex calculations), so to some extent it is more correct to say that the '''HP-32S''' expanded upon the [[HP-34C]]. It supported complex math, [[statistics]], [[probability]], and other functions.
The '''HP-32S''' (codenamed "Leonardo") was a programmable [[Reverse Polish notation|RPN]] scientific [[calculator]] introduced by [[Hewlett-Packard]] in 1988.<ref>{{cite web|url=https://www.hpe.com/us/en/about/history/innovation-gallery/045-product.html|title=HP-32S RPN Scientific Calculator|work=
Innovation Gallery|publisher=Hewlett-Packard|access-date=2024-01-27}}</ref> It was succeeded by the '''HP-32SII''' scientific calculator.<ref name=amnh>{{cite web|url=https://americanhistory.si.edu/collections/nmah_1692042|title=Hewlett-Packard 32SII handheld electronic calculator|work=Collections|publisher=American Museum of Natural History|access-date=2024-01-27}}</ref>


== HP-32SII ==
== HP-32SII ==
Line 38: Line 39:
| designfirm =
| designfirm =
| manufacturer = [[Hewlett-Packard]]
| manufacturer = [[Hewlett-Packard]]
| introduced = 1991
| introduced =
| discontinued = 2002
| discontinued =
| processor = [[HP Saturn]] (''Sacajawea'')
| processor =
| frequency = 640&nbsp;kHz
| frequency =
| precision =
| precision =
| display_type = Character-based [[dot-matrix display]]
| display_type =
| display_size = 1 line, 12 characters
| display_size =
| prog_lang =
| prog_lang =
| memory_rom = 16 [[Kilobyte|KB]] of [[Read-only memory|ROM]]
| memory_rom =
| memory_data =
| memory_data =
| memory_user = 390 bytes
| memory_user =
| supply = 3× LR44
| supply =
| weight =
| weight =
| dimensions = 148×80×15&nbsp;mm
| dimensions = 148×85×15.5&nbsp;mm<ref name=amnh/>
}}
}}

The '''HP-32SII''' (codenamed "Nardo") added algebraic math, fractions, equations (from the [[HP-22S]]) and a second shift key. The calcultor was introduced in 1991 and discontinued in 2002. The original color scheme was blue and yellow, which was changed to green and violett in 1999.

== Sample program ==
; This is an HP-32Sii version of the [[Euclidean algorithm]]
; to find the [[greatest common divisor]] (GCD).
; You run this by putting the two numbers for
; which you want to find the GCD and pressing "XEQ E"
E01 LBL E
E02 STO A
F01 LBL F
F02 ÷
F03 FP
F04 RCL A
F05 x
F06 1
F07 x>y?
F08 GTO G
F09 R(DOWN)
F10 PSE
F11 x<>A
F12 RCL A
F13 GTO F
G01 LBL G
G02 RCL A
G03 RTN

=={{anchor|DM32}}Legacy==
In 2022, [[SwissMicros]] released pre-production samples of an RPN calculator called ''DM32'' running a version of their DMCP operating system programmed to resemble the HP-32SII. Even though slightly smaller (144×77×12&nbsp;mm, 180&nbsp;g) than the original HP-32S (148×80×15&nbsp;mm, 170&nbsp;g) the calculator comes with an additional top row of keys for soft menus, an improved tactility of the keyboard (compared to the [[DM42]] keyboard), a blue/yellow color scheme, a much larger high-contrast display ([[Sharp Corporation|Sharp]] low power transflective memory [[LCD]] with a resolution of 400×240, protected by [[Gorilla Glass]]) showing all four stack levels at once (configurable), ca. 256&nbsp;KB usable RAM, a beeper, a callable [[real-time clock]] as well as an infrared port for [[HP 82240A]]/[[HP 82240B]] printer support and a [[USB]] interface (with [[USB-C]] connector) emulating a [[FAT16]]-formatted USB mass storage device for easy program transfer and state backup&nbsp;/ transfer as well as for firmware updates. The calculator, which comes in a stainless steel case with matte black [[physical vapor deposition]] (PVD) coating, supports keyboard overlays and uses [[Intel]]'s decimal floating-point math library for higher precision ([[decimal128]]) running on an [[STM32U575RIT6Q]] processor ([[ARM architecture|ARM]] [[Cortex-M33]] core, 768&nbsp;KB RAM, 2&nbsp;MB internal flash) with another 8&nbsp;MB of external QSPI flash (of which ca. 6&nbsp;MB are available to users). It is powered by a [[CR2032]] coin cell or via USB and clocked dynamically at 48–160&nbsp;MHz. The DM32 incorporates a multi-state facility allowing to save, restore and switch between multiple states of the calculator like in a [[task switcher]] or with multiple "virtual" calculators.

A project based on the ''DM32'' hardware is [[Christophe de Dinechin]]'s [[DB48X]] (2022) to recreate an [[RPL (programming language)|RPL]] environment from scratch.


==See also==
==See also==
Line 93: Line 63:
* [http://www.hpmuseum.org/hp32s.htm The HP Museum's HP-32S Page]
* [http://www.hpmuseum.org/hp32s.htm The HP Museum's HP-32S Page]
* [http://mycalcdb.free.fr/main.php?l=0&id=837 HP-32S] and [http://mycalcdb.free.fr/main.php?l=0&id=846 HP-32S II] pictures on [http://mycalcdb.free.fr MyCalcDB] (database about 70's and 80's pocket calculators)
* [http://mycalcdb.free.fr/main.php?l=0&id=837 HP-32S] and [http://mycalcdb.free.fr/main.php?l=0&id=846 HP-32S II] pictures on [http://mycalcdb.free.fr MyCalcDB] (database about 70's and 80's pocket calculators)
*[http://www.porterelectronics.com/servlet/the-205/32SII-CALCULATOR-HP-SCIENTIFIC/Detail HP-32S] on [http://www.porterelectronics.com/servlet/the-205/32SII-CALCULATOR-HP-SCIENTIFIC/Detail Porter Electronics] (Website where they are still available)


{{HP calculators}}
{{HP calculators}}

Revision as of 01:57, 28 January 2024

HP-32S
HP-32S Scientific RPN Calculator
ManufacturerHewlett-Packard
Introduced1988
Calculator
Entry modeRPN

The HP-32S (codenamed "Leonardo") was a programmable RPN scientific calculator introduced by Hewlett-Packard in 1988.[1] It was succeeded by the HP-32SII scientific calculator.[2]

HP-32SII

HP-32SII
HP-32SII Scientific RPN Calculator
ManufacturerHewlett-Packard
Calculator
Entry modeRPN
Other
Dimensions148×85×15.5 mm[2]

See also

  1. ^ "HP-32S RPN Scientific Calculator". Innovation Gallery. Hewlett-Packard. Retrieved 2024-01-27.
  2. ^ a b "Hewlett-Packard 32SII handheld electronic calculator". Collections. American Museum of Natural History. Retrieved 2024-01-27.