Jump to content

Psion Series 3

From RetroTechCollection
Revision as of 11:50, 9 September 2026 by Josh (talk | contribs) (Remove the Category:Home Computers link โ€” the category has no page and renders as a red link)
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
Psion Series 3
A Psion Series 3 (1991)
Specifications
DeveloperPsion PLC
ManufacturerPsion PLC
TypeClamshell palmtop / PDA
Released1991
DiscontinuedSuperseded by the Series 3a in 1993
Intro priceยฃ179 (128 KB), ยฃ249 (256 KB)
CPUNEC V30H (80C86-compatible) @ 3.84 MHz, with Psion ASIC1 and ASIC2
Memory128 KB or 256 KB RAM
StorageTwo internal Solid State Disk (SSD) slots
Display240 ร— 80 monochrome LCD, 97 ร— 39 mm
SoundPiezoelectric buzzer, with DTMF tone dialling
Dimensions165 mm ร— 85 mm ร— 22 mm
Weight275 g including batteries
OS / FirmwareEPOC16 (SIBO), with OPL
PredecessorPsion Organiser II
SuccessorPsion Series 3a
Model no.Also sold as the Acorn Pocket Book

The Psion Series 3 of 1991 is the machine that established the Psion clamshell: a pocketable palmtop with a real keyboard, a multitasking 16-bit operating system, a built-in programming language and two removable solid-state storage bays. About 1.5 million machines were made across the whole Series 3 range.[1]

It is the slowest and lowest-resolution member of the family, and โ€” more importantly for anyone repairing one โ€” the only one built on the three-chip SIBO architecture rather than the integrated ASIC9 of the 3a and later.

Hardware

Psion Series 3 specification[1][2]
Item Specification
Processor NEC V30H (80C86-compatible, 16-bit) at 3.84 MHz
System chips Psion ASIC1 (system controller) and ASIC2 (clock, keyboard, buzzer, SSD and PSU interface)
RAM 128 KB or 256 KB
Display 240 ร— 80 monochrome LCD, 97 ร— 39 mm, black/white only. No grey plane, no backlight.
Video memory 8-bit access at half speed
Sound Piezoelectric buzzer. No sound recording. DTMF tone dialling through the speaker
Storage Two internal SSD slots
Serial 9600 baud via the optional link pod, with the software held in the pod's ROM
Main power 2 ร— AA cells
Backup power CR1620 lithium coin cell
Size and weight 165 ร— 85 ร— 22 mm, 275 g with batteries

Why the Series 3 is slower

The clock is held to 3.84 MHz for a specific, documented reason. ASIC1 assembles each 16-bit word from two 8-bit ROM reads, which needs ROM with about a 250 ns access time at that clock. Readily available mask ROMs of the period managed 200 ns, and that is what capped the Series 3.[3]

The 3a's ASIC9 does 16-bit accesses instead, which doubled the clock for the same ROM.[3]

The three-chip architecture

SIBO principal chips as used in the Series 3[3]
Device Package Function
V30H โ€” 80C86-compatible CPU, fully static, so the clock can be stopped at any time with no loss of state โ€” the basis of the whole SIBO power-saving strategy
ASIC1 100-pin QFP, ~4300 gates Bus controller, bus converter, 16-bit timer, LCD controller, memory and I/O decoding, 8-channel interrupt controller, watchdog, address and I/O protection
ASIC2 80-pin QFP, ~2200 gates System clock oscillator, on/off control, the SIBO serial protocol controller, keyboard interface, buzzer interface and NMI generation

Two consequences matter on the bench:

  • ASIC1 stops the processor clock on a HALT instruction and holds it low until an interrupt or NMI arrives. A machine that appears frozen may simply be waiting for an interrupt that never comes.[3]
  • The watchdog is a 2-bit counter clocked at 4 Hz that raises an NMI if it is not reset โ€” roughly 0.75 seconds with interrupts disabled.[3]

Timekeeping โ€” a Series 3-specific weakness

The ASIC1/ASIC2 machines have no hardware real-time clock. They keep time using the free-running counter, which means the CPU must wake up periodically (roughly every 8 hours) to maintain the time. If the CPU cannot start โ€” because there are no main batteries โ€” the time is lost.[3]

This was one of the specific limitations ASIC9 was designed to remove, and it is why a Series 3 that has been left with the AA cells out comes back with the clock wrong while a 3a does not.[3]

SIBO serial channels

ASIC2 contains an 8-channel serial protocol controller. The channel assignment is worth knowing, because it explains what shares a path with what:[3]

Channel Function
0 Power supply
1โ€“4 SSDs
5, 6 Expansion ports
7 High-speed link

Acorn Pocket Book

Acorn sold a rebadged Series 3 as the Acorn Pocket Book, aimed at schoolchildren rather than executives. The hardware was the same; the bundled applications differed. Agenda was omitted (supplied separately on floppy disk), and System, Word, Sheet and Data were renamed Desktop, Write, Abacus and Cards.[1]

Known problems

The Series 3 clamshell has three documented weak points:[1]

  • Breakage of any of the four hinges
  • Loss of function in the button bar between the two halves
  • Deterioration of the screen cable, producing vertical lines

The battery lead is a fourth, and it is the one most often missed โ€” see the Psion Series 3 Troubleshooting Guide.

General maintenance

Troubleshooting

Hinge repair

See also

References

  1. โ†‘ 1.0 1.1 1.2 1.3 "Psion Series 3", Wikipedia. Source for the model history and dates, prices, production numbers, screen sizes, the Acorn Pocket Book, the DTMF dialling feature, the SSD arrangement and the documented clamshell problems.
  2. โ†‘ "Psion specifications", netogram.com. Source for the comparative specification figures, video memory access mode, screen dimensions, weight and serial speed.
  3. โ†‘ 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 Psion PLC, SIBO Hardware Reference, version 2.10, 3 February 1995, in the Psion Documentation Project. Source for the SIBO architecture, ASIC1 and ASIC2 functions, the clock-speed limitation, the memory and I/O decoding, the interrupt table, the watchdog, the NMI sources, the timekeeping mechanism and the supply rails.