Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:calculator:3rd:desk15 [17/02/26 17:57 GMT] – [Desk15 - firmware for the DM15] john | public:calculator:3rd:desk15 [17/02/26 20:45 GMT] (current) – [README] john | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * Github for firmware and brief README guide [[https:// | * Github for firmware and brief README guide [[https:// | ||
| + | |||
| + | ==== Firmware Files ==== | ||
| ^Date^Firmware^Comment^ | ^Date^Firmware^Comment^ | ||
| |17/ | |17/ | ||
| + | |||
| + | |||
| + | ==== README ==== | ||
| + | |||
| + | ++++ The developer' | ||
| + | |||
| + | < | ||
| + | |||
| + | This software is protected by the BSD 3 Clause Licence | ||
| + | and copyright (c) 2025 by deetee. All rights reserved. | ||
| + | |||
| + | |||
| + | DESK15 - Calculator suite (including a Spreadsheet) for the DM-15 | ||
| + | |||
| + | ____________________ | ||
| + | |||
| + | PREAMBLE | ||
| + | ____________________ | ||
| + | |||
| + | The HP-15c was probably the most simple but versatile scientific calculator. | ||
| + | Similar to DESK42 (for the DM42) DESK15 offers an alternative firmware for the | ||
| + | DM15/DM15L replica of Swissmicros with a suite of some applications like a | ||
| + | complex number calculator, a spreadsheet, | ||
| + | and even a sliderule and a simple text editor. | ||
| + | |||
| + | Have fun! | ||
| + | deetee | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | INSTALLATION | ||
| + | ____________________ | ||
| + | |||
| + | To install a new firmware to a DM-15 (Voyager) calculator have a look at | ||
| + | chapter Firmware Update of the Swissmicros Voyager Series User Manual at: | ||
| + | https:// | ||
| + | |||
| + | On linux computers for example install the package lpc21isp and flash the | ||
| + | desired firmware (hex file) to the calculator with: | ||
| + | sudo lpc21isp < | ||
| + | |||
| + | After starting this command press the reset button on the backside of the | ||
| + | calculator with a paperclip. After the flashing procedure ends you might need to | ||
| + | reset the calculator again. Every Swissmicros-Calculator has a reset button | ||
| + | on the PCB (even if there is no hole to reach it). | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | DESK | ||
| + | ____________________ | ||
| + | |||
| + | When you start DESK15 the first time you see the application launcher DESK. You | ||
| + | can launch the desired application with the keys 7, 8, 9 and 4, 5, 6: | ||
| + | |||
| + | 7 PLEX ... Complex Number Calculator | ||
| + | 8 FLEX ... Symbolic Calculator | ||
| + | 9 RAX ... Spreadsheet | ||
| + | 4 TTOP ... Table Top Calculator | ||
| + | 5 RULE ... Slide Rule Simulation | ||
| + | 6 TEX ... Text Editor | ||
| + | |||
| + | On the right side of the screen you see some extra information like the battery | ||
| + | level, date (day) and time (24 hour format). | ||
| + | |||
| + | Please note that the battery level is a momentarily value that varies due to the | ||
| + | momentarily activity of the calculator. But if you see the empty battery symbol | ||
| + | quite often you might consider changing the battery. | ||
| + | |||
| + | ____________________ | ||
| + | |||
| + | PLEX | ||
| + | ____________________ | ||
| + | |||
| + | PLEX is a scientific calculator generically designed to work with complex | ||
| + | numbers. Many routines of PLEX are used by other applications (even if they work | ||
| + | with real numbers only). Beside advanced mathematic functions it even offers an | ||
| + | extensive function analysis (function value, slope, solve, integrate and plot). | ||
| + | |||
| + | PLEX supports the following functions: | ||
| + | Basic | ||
| + | 0-9. Number input | ||
| + | ENTER Enter number (stack lift) or duplicate TOS | ||
| + | + - * / Basic operation | ||
| + | CHS | ||
| + | EEX Push Y*10^X to the stack | ||
| + | BSP gBSP Clear number entry or TOS, clear stack and statistics data | ||
| + | LASTx Push last ENTERed number to stack | ||
| + | SWAP Swap X and Y | ||
| + | ROT up/dn Rotate 3 stack elements | ||
| + | STO RCL Store TOS or push stored number to stack (store 0 to delete) | ||
| + | Complex number operations | ||
| + | fTAN Convert X and Y (real values) to complex number (and vice versa) | ||
| + | f1 g1 | ||
| + | f- Swap real and imaginary part of complex number | ||
| + | fCHS Conjugate complex number | ||
| + | Advanced mathematics | ||
| + | SQRT, SQR, EXP, LN, 10^X, LOG, Y^X, %, 1/X, delta%, | ||
| + | FRAC, INT, ABS, PI, Pxy, Cxy, lnGAMMA (f0), | ||
| + | SIN, COS, TAN, aSIN, aCOS, aTAN, SINH, COSH, TANH, aSINH, aCOSH, aTANH | ||
| + | fENTER | ||
| + | g- Calculate 2 roots of quadratic equation xx+px+q=0 (enter p q) | ||
| + | fCOS PV (present value) of interest rate (%) and duration (periods) | ||
| + | Statistics | ||
| + | SUM+ SUM- Add/remove number to/from statistics registers | ||
| + | g0 g. Mean value and standard deviation | ||
| + | fSUM Parameters a and b of linear regression (y=a*x+b) | ||
| + | gBSP Clears statistics registers (and stack) | ||
| + | Function analysis | ||
| + | gR/S Start key recorder to input f(x) (gR/S R/S to delete) | ||
| + | R/S Stop key recorder, calculate y=f(x) | ||
| + | fg/ fg* | ||
| + | GSB 8/9 | ||
| + | Conversions | ||
| + | fg7 8 9 | ||
| + | fg4 5 6 | ||
| + | fg1 2 3 | ||
| + | Menu | ||
| + | GSB QUIT, SAVE/LOAD, Physical Constant, Size of font, HEX mode | ||
| + | fGSB BATTERY, set LCD brightness/ | ||
| + | gGSB Get/set DATE, get/set TIME | ||
| + | |||
| + | Please note: | ||
| + | When in HEX mode enter numbers >9 with a dot (ie .1=a, .6=f). | ||
| + | To set the OFFTIME (default is 60s) enter the desired value (5-300) in | ||
| + | seconds to the stack and press Toff (fGSB6). | ||
| + | Be careful when setting the lcd brightness (fGSB4, 0-64) or lcd voltage | ||
| + | (fGSB5, 0-5-7). The default values are 0 and 5. | ||
| + | Get/set date and time from/to the real time clock (RTC) with the gGSB menu. | ||
| + | The format for the date on the stack is YY.MMDDw (where w is the number of | ||
| + | the weekday (0=Monday). The format for the time is HH.MM. | ||
| + | |||
| + | Physical constants keys (GSB4): | ||
| + | ENTER | ||
| + | 2 8 3 9 Down, Up, PgDown, PgUp | ||
| + | GSB Quit (without selecting) | ||
| + | |||
| + | Physical constants; | ||
| + | 0 c 299792458 | ||
| + | 1 g 9.80665 | ||
| + | 2 G 6.67430e-11 | ||
| + | 3 Vm | ||
| + | 4 NA | ||
| + | 5 Rinf 10973731.568160 | ||
| + | 6 h 6.62607015e-34 | ||
| + | 7 Phi0 2.067833848e-15 | ||
| + | 8 a0 | ||
| + | 9 k 1.380649e-23 | ||
| + | 10 R 8.314462618 | ||
| + | 11 F 96485.33212 | ||
| + | 12 t 273.15 | ||
| + | 13 atm 101325 | ||
| + | 14 e 1.602176634e-19 | ||
| + | 15 eps0 8.8541878128e-12 | ||
| + | 16 mu0 1.25663706212e-6 | ||
| + | 17 Z0 | ||
| + | 18 mU | ||
| + | 19 re | ||
| + | 20 me | ||
| + | 21 mp | ||
| + | 22 mn | ||
| + | 23 mmu 1.883531627e-28 | ||
| + | 24 muB 9.2740100783e-24 | ||
| + | 25 muN 5.0507837461e-27 | ||
| + | 26 mue -9.2847647043e-24 Electron magnetic moment | ||
| + | 27 mup 1.41060679736e-26 Proton magnetic moment | ||
| + | 28 mun -9.6623651e-27 | ||
| + | 29 mumu -4.4904483e-26 | ||
| + | 30 alph 7.2973525693e-3 | ||
| + | 31 sigm 5.670374419e-8 | ||
| + | 32 G0 | ||
| + | 33 gamp 2.6752218744e8 | ||
| + | 34 C1 | ||
| + | 35 C2 | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | RAX | ||
| + | ____________________ | ||
| + | |||
| + | RAX is the spreadsheet application of DESK15. When starting RAX you are in the | ||
| + | navigation mode, where the number keys work as cursor pad (see below). The | ||
| + | navigation mode is also active when you refer in a formula to a specific cell. | ||
| + | |||
| + | Keys in navigation mode: | ||
| + | 2 4 6 8 Navigation (Down/ | ||
| + | ENTER 5 Edit selected cell, edit new formula cell | ||
| + | R/S Define and edit a new text cell | ||
| + | BSP Delete cell | ||
| + | STO RCL Save/load spreadsheet to/from one of 6 slots | ||
| + | | ||
| + | GSB Menu: Quit RAX, New sheet, Copy& | ||
| + | |||
| + | Keys in edit mode (ENTER to select and quit): | ||
| + | SST GTO Cursor left/right | ||
| + | SUM+ | ||
| + | BSP Backspace - delete character | ||
| + | RCL Reference (Select reference cell and enter) | ||
| + | ENTER GSB R/S Quit edit mode to navigation mode | ||
| + | |||
| + | Keys in text edit mode (R/S): | ||
| + | 2 4 6 8 Navigation (Down/ | ||
| + | 7 1 5 Pos1, End, Center | ||
| + | SST GTO Cursor left/right | ||
| + | BSP Delete character (left of cursor) | ||
| + | R/S ENTER Exit text editing mode | ||
| + | Any other key inserts the selected character. | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | FLEX | ||
| + | ____________________ | ||
| + | |||
| + | The symbolic calculator FLEX has the look and feel of PLEX, but actually | ||
| + | calculates in the first cell of a RAX spreadsheet. Hence you can see and edit | ||
| + | (with R/S) the formula that yields to the result. | ||
| + | |||
| + | Quit FLEX (and go back to the DESK menu) with GSB. | ||
| + | |||
| + | ____________________ | ||
| + | |||
| + | TTOP | ||
| + | ____________________ | ||
| + | |||
| + | TTOP is a tabletop calculator that enables (simple) calculations with big | ||
| + | numbers (even in HEX format) with up to 17 digits. If desired two digits are | ||
| + | used for decimals (ie for cent amounts). PLease note that entering decimals | ||
| + | (after pressing " | ||
| + | |||
| + | TTOP supports the following functions: | ||
| + | + - * / Basic operation | ||
| + | CHS | ||
| + | EEX Push Y*10^X to the stack (Y*16^X in HEX mode) | ||
| + | ENTER Enter number (stack lift) or duplicate TOS | ||
| + | SWAP Swap X and Y | ||
| + | ROT | ||
| + | BSP Clear last number | ||
| + | SQRT Calculate square root | ||
| + | SUM+ NAND ~(X & Y) ... useful in HEX mode | ||
| + | STO RCL Store TOS or push stored number to stack (store 0 to delete) | ||
| + | GSB Menu: Quit TTOP, 0/2 decimals, HEX mode | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | RULE | ||
| + | ____________________ | ||
| + | |||
| + | RULE is a simulation of a historic slide rule for reasons of education and | ||
| + | reminiscence. | ||
| + | |||
| + | RULE supports the following functions: | ||
| + | SQRT / Slide one pixel left/right | ||
| + | EXP 9 Slide 5 pixel left/right | ||
| + | POW10 8 Slide 10 pixel left/right | ||
| + | POW 7 Slide 20 pixel left/right | ||
| + | GSB Quit RULE | ||
| + | |||
| + | |||
| + | ____________________ | ||
| + | |||
| + | TEX | ||
| + | ____________________ | ||
| + | |||
| + | TEX is a (very) simple line oriented text editor. But as entering a text with | ||
| + | cursor keys is quite a pain TEX is sufficient to manage a ToDo or shopping list | ||
| + | or some important formulae. Please note that TEX can manage a maximum of 255 | ||
| + | characters (with not more than 18 characters per line). | ||
| + | |||
| + | TTOP supports the following functions: | ||
| + | 4 8 3 9 Navigation (Down/ | ||
| + | ENTER Edit (top) line | ||
| + | / Edit line but split line at cursor position after editing | ||
| + | * Join two lines | ||
| + | - BSP Delete (top) line | ||
| + | + Insert line before top line | ||
| + | STO RCL Save/load TEX document to/from one of 6 slots | ||
| + | GSB Quit TEX | ||
| + | |||
| + | To enter a new line after the last line edit with split option (/) and | ||
| + | leave editor immediately (ENTER). | ||
| + | To edit a text TEX uses the text editing routines of RAX (see above). | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | ++++ | ||