Please pass to any #AcornBBC hackers!

Hi. I am one of the firmware engineers for FujiNet (and arguably one of the project spokespeople)

I think I need to point to the Github repository for our firmware:
https://github.com/FujiNetWIFI/fujinet-platformio

If you look in lib/bus, lib/device and lib/media, you'll see that we have a very abstracted set of concerns that can be ported to a wide variety of platforms.

So this basically means that we'd need to think of a bus method. I can think of three:

(1) simulate an Econet device using the ESP32 UART
(2) use a method similar to the various SD card adapters over SPI
(3) use the generic bus interface being developed for the ZX Spectrum and other 8-bit parallel busses

I can help get the bring-up started for anyone who wants to hack on this.

We have a Discord, where e.g. bring-up discussions are done, and have made an #acorn-and-beebs channel specifically for a BBC bring-up. https://discord.gg/2Ce9guX

GitHub - FujiNetWIFI/fujinet-platformio: 8-bit systems to ESP32 WiFi Multifunction Firmware

8-bit systems to ESP32 WiFi Multifunction Firmware - GitHub - FujiNetWIFI/fujinet-platformio: 8-bit systems to ESP32 WiFi Multifunction Firmware

GitHub
@tschak Oooo.... this sounds exciting
@48kRAM again, my spidey-sense is telling me that it should be pretty straightforward. I just need to get someone interested in championing it.