I’m glad it got reposted because I just tried it out.
What a smooth experience!
I managed to get an old desktop - with no wifi and far from n ethernet port - connected by this gadget!
Great job in getting this to work, creating a nice user interface and releasing it!
.. the Oric joins the 80's-era systems online, finally, in a very viable way. The Oric got USB, and combined with the PicoModem, it becomes an exremely fun way to get into BBS'es again.
And these periperhal devices have brought so much power to the Oric .. there are efforts under way to produce a rudimentary web browser, an ssh client, and some other funky/cool things - multiplayer network gaming on a 40-year old 8-bit machine? YES PLEASE!
So thanks, /u/byb, for your great contribution to the retro- computing scene. It has really been rewarding to apply your work to my old system. ;)
Hi, thank you, but I don't want to steal credit for PicoModem, which is a different project that passes modem AT commands over Wi-Fi https://github.com/mecparts/PicoWiFiModem
I was not familiar with the Oric, but while it does look like the LOCI does support cdc_ncm, I am not sure that the pico-usb-wifi is the right firmware for it. The pico-usb-wifi is more aimed at any computer with a USB port, so anything from ~1995-onwards with a USB and IP networking stack - if it runs Linux and has cdc_ncm and cdc_acm - there's a good chance it'll work. Earlier systems might be feasible with PCI/ISA USB cards.
cdc_ncm is really helpful for early 2000s systems and locked-down embedded systems. For example, I've been hacking the Spotify Car Thing, which only has USB device mode. After switching it into host mode, there's no 'way in', so any change required re-flashing the firmware over-and-over. Once I had cdc_ncm set up and attached the pico-usb-wifi, I could telnet in and develop, of course a USB UART likely could have established the same thing.