HP Forums

Full Version: Yet another DIY RPN calculator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(06-05-2021 07:49 PM)Gene Wrote: [ -> ]Written up on HackADay today.

Link

Thanks!
Is it possible to incorporate the emu48 emulator in your hardware?
E48BP63 It is the file that contains the source code, of course, the LCD screen, keyboard and other emulation libraries are for PC processors, but it could be ported to microcontrollers or development board processors rasberryπ etc..

Emu48 https://hp.giesselink.com/emu48.htm
(06-07-2021 03:33 PM)compsystems Wrote: [ -> ]Is it possible to incorporate the emu48 emulator in your hardware?

I don't know what the hardware requirements are for emu48. In any case, developing hardware is not a big deal these days. Mine is nothing more than a STM32 powered by a battery, with the LCD connected via SPI, and a keyboard matrix. The real issue will be writing LCD and keyboard control routines and other MCU-specific firmware like interrupt handlers and power control.
Pages: 1 2
Reference URL's