Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 04:39 11 Mar 2026 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : FRANK OS - Win95

Author Message
bfwolf
Senior Member

Joined: 03/01/2025
Location: Germany
Posts: 184
Posted: 09:12am 10 Mar 2026
Copy link to clipboard 
Print this post

Found by random yesterday:

FRANK OS Turns a Microcontroller Into a Tiny Retro Desktop PC
Based on FreeRTOS, this operating system has a start menu, file manager, and a terminal.

Applications are compiled as standalone ARM ELF binaries and loaded from an SD card. The OS also includes a MOS2 compatibility layer for running Murmulator OS 2 applications.

(Quotes from the website)

https://itsfoss.com/news/frank-os/

https://github.com/rh1tech/frankos?tab=readme-ov-file

MMBasic is also included!

I find that interesting and promising. Could be fun!

Regards, bfwolf
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5759
Posted: 09:33am 10 Mar 2026
Copy link to clipboard 
Print this post

bfwolf,

Interesting to see how they stripped MMBasic. To make MMbasic run in a window, all graphics must be re-done. A huge task if you ask me.

Volhout
PicomiteVGA PETSCII ROBOTS
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11033
Posted: 09:35am 10 Mar 2026
Copy link to clipboard 
Print this post

Could be MMbasic for DOS. i.e. Geoff's original
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 607
Posted: 09:41am 10 Mar 2026
Copy link to clipboard 
Print this post

Haha  
Plasma
 
bfwolf
Senior Member

Joined: 03/01/2025
Location: Germany
Posts: 184
Posted: 09:49am 10 Mar 2026
Copy link to clipboard 
Print this post

No, it seems to be a relatively recent PicoMite variant, already with structs!

https://github.com/rh1tech/frankos/blob/main/apps/source/basic/MMBasic.h

Perhaps it only runs in fullscreen mode?
But maybe we can learn something by taking a closer look?

Edit:
By the way: The project also uses the pshell that I recently presented here – including a C compiler on the Pico2!
https://github.com/lurk101/pshell
Edited 2026-03-10 19:54 by bfwolf
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5759
Posted: 09:51am 10 Mar 2026
Copy link to clipboard 
Print this post

Nope....

from here


Edited 2026-03-10 19:52 by Volhout
PicomiteVGA PETSCII ROBOTS
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3347
Posted: 10:04am 10 Mar 2026
Copy link to clipboard 
Print this post

It looks like the MMBasic is the PicoMite V5.09.00.
I have not tested it to see if it is complete, but, if it is, it is a remarkable accomplishment.  In fact, the whole FRANK OS is remarkable.

Geoff
Geoff Graham - http://geoffg.net
 
bfwolf
Senior Member

Joined: 03/01/2025
Location: Germany
Posts: 184
Posted: 10:26am 10 Mar 2026
Copy link to clipboard 
Print this post

  Geoffg said  It looks like the MMBasic is the PicoMite V5.09.00.


https://github.com/rh1tech/frankos/blob/main/apps/source/basic/Version.h
#define VERSION "6.02.01b6" // define the version number


  Geoffg said  In fact, the whole FRANK OS is remarkable. Geoff

Yes indeed! And that's thanks in no small part to you, @Geoff, and you, @Peter!
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8657
Posted: 10:40am 10 Mar 2026
Copy link to clipboard 
Print this post

It would have been so much nicer if the M2 board (the target hardware) could have been fitted into a sensible enclosure. I really don't like having plugs stuck out of the side of the box. It annoys me. One of my pet hates about the RPi. lol

It looks like a really nice desktop system though. :)
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 1413
Posted: 11:27am 10 Mar 2026
Copy link to clipboard 
Print this post

the only question is... Does it run PETSCII ROBOTS
Here is a short introductory video.
Edited 2026-03-10 22:15 by Martin H.
'no comment
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8657
Posted: 12:47pm 10 Mar 2026
Copy link to clipboard 
Print this post

Hmmm... It appears that the picture of the "Frank M2" board that I found was actually the M1. The M2 appears to use the RP2350B. Doesn't fix the problem of having connectors all over the place though.  :(
Edited 2026-03-10 22:50 by Mixtel90
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 5759
Posted: 01:38pm 10 Mar 2026
Copy link to clipboard 
Print this post

Connectors on all sides...
This is all due to the 10x10cm price at JLC.
Spend a little more on PCB, and buy a nice box for it.

Volhout
PicomiteVGA PETSCII ROBOTS
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4278
Posted: 02:00pm 10 Mar 2026
Copy link to clipboard 
Print this post

Looks to be very well documented, very ambitious and ... how did we not know about it ages ago?  (Apologies if it's just me that didn't!)

So far all I've thought is that it could do with more of a name check & thank you for Geoff & Peter (at the least).

John
 
bfwolf
Senior Member

Joined: 03/01/2025
Location: Germany
Posts: 184
Posted: 02:39pm 10 Mar 2026
Copy link to clipboard 
Print this post

  Volhout said  Connectors on all sides...
This is all due to the 10x10cm price at JLC.
Spend a little more on PCB, and buy a nice box for it.

Volhout


I'm wondering if the GPIO layout (usage) is very unusual?

Is there perhaps another piece of hardware with DVI from this forum that would be compatible?  I'm a bit lost.

I could kick myself for not having suitable hardware with DVI and PS/2 for a keyboard and mouse... Any baseboard I could plug the Pimoroni Pico+2 into? I'm really itching to test it and experience it firsthand.

I guess I'll have to do some soldering, perhaps with a perfboard and some pre-made modules for SD card, HDMI, and PS/2, as soon as I have some free time.

Or perhaps I can find a board that's available to order (without customs issues), for example, from Adafruit...

  JohnS said  Looks to be very well documented, very ambitious and ... how did we not know about it ages ago?  (Apologies if it's just me that didn't!)


..First commits on Feb 27, 2026 Brand new..

bfwolf
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3671
Posted: 02:59pm 10 Mar 2026
Copy link to clipboard 
Print this post

  bfwolf said  I could kick myself for not having suitable hardware with DVI and PS/2 for a keyboard and mouse... Any baseboard I could plug the Pimoroni Pico+2 into?


You might want to check out Peter's HDMI (DVI) PCB: PicoMiteHDMIUSB motherboard reference design. Latest post with Gerbers: HDMIUSB

Recommended is to purchase 5 from JLCPCB with everything soldered on except the Pico2 (maybe they have that now). If I recall correctly, it was about $90USD for 5 boards, and I soldered on the Pico2 and added the RTC coin cell.

But this week I should receive Mick's design for the WeAct RP2350B which has HDMI out and the WeAct board ($5) takes PSRAM. That should be a very capable option at a lower cost.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on FOTS
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8657
Posted: 03:44pm 10 Mar 2026
Copy link to clipboard 
Print this post

I looked at the GPIO requirements for this with a view to making my own board. Most of it is doable apart from the I2S. I've no idea how he's driven it with only a clock and one data line. I'm not sure if I could configure a module to work like that. The PS2, HDMI and SD card are fine. Remember though, this isn't running MMBasic so the normal GPIO usage for MMBasic won't work. The hardware has to be connected to those specific pins as the software doesn't appear to be able to reconfigure them unless you recompile it. For this reason FRANK OS probably won't run on any unmodified MMBasic boards.

Unfortunately he doesn't appear to have made the schematic for the Frank M2 board with the RP2350B available, only the RP2350A.
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
bfwolf
Senior Member

Joined: 03/01/2025
Location: Germany
Posts: 184
Posted: 04:03pm 10 Mar 2026
Copy link to clipboard 
Print this post

  lizby said  
You might want to check out Peter's HDMI (DVI) PCB: PicoMiteHDMIUSB motherboard reference design. Latest post with Gerbers: HDMIUSB

Recommended is to purchase 5 from JLCPCB with everything soldered on except the Pico2 (maybe they have that now). If I recall correctly, it was about $90USD for 5 boards, and I soldered on the Pico2 and added the RTC coin cell.


Unfortunately, orders from outside the EU to the EU, and especially to Germany, have become very complicated and expensive due to customs formalities and fees. It's no longer enjoyable. This is intentional, to make imports from China more difficult.

bfwolf.
 
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3671
Posted: 05:24pm 10 Mar 2026
Copy link to clipboard 
Print this post

Such an effort has been made in the U.S., but so far, for me, and at the scale of my orders (rarely above $15USD), I see little difference except for maybe a 15-20% increase in the very nominal shipping cost. I recently paid less than $6 for 5 RP2350-Zero breakout PCBs from JLC.
PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on FOTS
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2026