Rewrite of Organiser II OPL
I've nearly finished rewriting the translator and runtime of the Organiser II in C. The translator is done, I have a few more QCodes (compiled OPL bytecodes) to do.
There's a Linux version here:
https://github.com/blackjetrock/newopl
I have also ported it to run on a Pico2 with extra 8Mb of RAM (needed for translator) like a Pimoroni Pico Plus 2. I run that in my recreation of the Organiser II. Port of OPl here:
https://github.com/blackjetrock/psion-organiser-recreate-c
I've moved from the original organiser form factor (although I do have a set of PCbs that replace the original and this Pico port should run on that) as it kept falling out of my pocket, to a smaller form factor that runs the recreation code (and probably could run the emulator version I did), but has an SD card slot and an OLED display plus RTC IC. It's small and doesn't fall out of my pocket.
There's no wifi but a Pico2W would be able to provide that with some work.
The translator is table driven so new commands can be added easily. I've added an I2C command and simple graphics drawing commands.