Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Community Portal
Village Pump
Recent Changes
Upload File
Help
Help Contents
Editing Guide
Repair Guide Template
Sandbox
Browse Wiki
๐ Service Manuals
๐ Schematics
๐ Apple
๐ฎ Nintendo
๐ Sega
โก Troubleshooting
Search
Search
Appearance
Create account
Log in
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Editing
Psion Series 3
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Infobox computer | name = Psion Series 3 | image = [[File:Psion Series 3.jpg|250px]] | caption = A Psion Series 3 (1991) | developer = Psion PLC | manufacturer = Psion PLC | type = Clamshell palmtop / PDA | release_date = 1991 | discontinued = Superseded by the Series 3a in 1993 | price = ยฃ179 (128 KB), ยฃ249 (256 KB) | cpu = NEC V30H (80C86-compatible) @ 3.84 MHz, with Psion ASIC1 and ASIC2 | memory = 128 KB or 256 KB RAM | storage = Two internal Solid State Disk (SSD) slots | display = 240 ร 80 monochrome LCD, 97 ร 39 mm | sound = Piezoelectric buzzer, with DTMF tone dialling | dimensions = 165 mm ร 85 mm ร 22 mm | weight = 275 g including batteries | os = EPOC16 (SIBO), with OPL | predecessor = [[Psion Organiser II]] | successor = [[Psion Series 3a]] | model = 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.<ref name="wp3">[https://en.wikipedia.org/wiki/Psion_Series_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.</ref> 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 [[Psion Series 3a|3a]] and later. == Hardware == {| class="wikitable styled-table" style="width:70%; text-align:left;" |+'''Psion Series 3 specification'''<ref name="wp3" /><ref name="spec">[https://www.psion.netogram.com/psionspecifications.html "Psion specifications"], netogram.com. Source for the comparative specification figures, video memory access mode, screen dimensions, weight and serial speed.</ref> ! 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.<ref name="sibo">Psion PLC, ''SIBO Hardware Reference'', version 2.10, 3 February 1995, in the [https://doc.psion.info/books/the-psion-sibo-software-development-kit/page/hardware-reference 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.</ref> The [[Psion Series 3a|3a]]'s ASIC9 does 16-bit accesses instead, which doubled the clock for the same ROM.<ref name="sibo" /> === The three-chip architecture === {| class="wikitable styled-table" style="width:70%; text-align:left;" |+'''SIBO principal chips as used in the Series 3'''<ref name="sibo" /> ! 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.<ref name="sibo" /> * '''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.<ref name="sibo" /> === 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'''.<ref name="sibo" /> 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.<ref name="sibo" /> === 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:<ref name="sibo" /> {| class="wikitable styled-table" style="width:60%; text-align:left;" ! 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'''.<ref name="wp3" /> == Known problems == The Series 3 clamshell has three documented weak points:<ref name="wp3" /> * '''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 == {{Main|Psion Series 3 General Maintenance}} == Troubleshooting == {{Main|Psion Series 3 Troubleshooting Guide}} == Hinge repair == {{Main|Psion Series 3 Hinge Repair}} == See also == * [[Psion Series 3a]] ยท [[Psion Series 3c]] ยท [[Psion Series 3mx]] ยท [[Psion Siena]] * [[Psion Organiser II]] โ the machine the Series 3 replaced * [[Battery Refurbishment]] == References == <references /> {{Navbox-Psion}} [[Category:Psion]]
Summary:
Please note that all contributions to RetroTechCollection may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RetroTechCollection:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Pages included on this page:
Template:Hlist/styles.css
(
edit
)
Template:Infobox computer
(
edit
)
Template:Main
(
edit
)
Template:Navbox
(
edit
)
Template:Navbox-Psion
(
edit
)
Module:Arguments
(
edit
)
Module:Format link
(
edit
)
Module:Hatnote
(
edit
)
Module:Hatnote/styles.css
(
edit
)
Module:Hatnote list
(
edit
)
Module:Labelled list hatnote
(
edit
)
Module:Navbar
(
edit
)
Module:Navbar/configuration
(
edit
)
Module:Navbar/styles.css
(
edit
)
Module:Navbox
(
edit
)
Module:Navbox/configuration
(
edit
)
Module:Navbox/styles.css
(
edit
)
Module:TableTools
(
edit
)
Module:Yesno
(
edit
)
Search
Search
Editing
Psion Series 3
Add topic