Skip to content

AppleII FujiNet Quickstart Guide

mozzwald edited this page Apr 21, 2023 · 30 revisions

Table of Contents

Current Status of the Apple II FujiNet

The FujiApple is in it's 3rd revision of hardware, Rev000 being the most recent. Rev0 and Rev00 do not support CP/M without a hardware modification to the board but all other functions are supported. A SmartPort enabled Apple II is required. FujiNet emulates the following: SmartPort drives (HDV & PO), Disk II (WOZ & DSK), CP/M (with fixed FujiNet hardware), Modem, Printer (with custom Apple ii ROM).

Getting to Know Your FujiNet

  • There is no power switch for your FujiNet. It will obtain power from the SmartPort cable and power itself when the Apple is turned on.
  • The right side has a push/push MicroSD socket
  • There are 2 status LEDs; BOTTOM (white) is WiFi connection, TOP (YELLOW) is BUS (SmartPort) activity status.
  • There are 2 buttons; TOP (S2) is Reset, BOTTOM (S1) is To Be Determined
  • The left side has one IDC20 port for SmartPort/Disk II connections
  • In the center is a 0.1"/2.54mm double row header for debugging purposes (eg, logic analyzer)

Supported Apple II Systems

Natively

  • Apple IIGS
  • Apple IIc+
  • Apple IIc

With SmartPort (E)EPROM Card

  • Apple IIe
  • Apple IIe Enhanced
  • Apple II Plus

SmartPort ROM Cards

  • KBOOHK SPROM Card w/ SoftSP v5
  • Apple Liron (AppleIII)
  • Grappler+ w/ DIY SoftSP v5 (E)EPROM
  • SuperSerial w/ DIY SoftSP v5 (E)EPROM
  • Yellowstone

Hooking Up FujiNet

For systems with native SmartPort or a DB19 Disk Drive card you will need a DB19 to IDC20 adapter that connects to the FujiNet. The Disk II card can also be used with just an IDC20 cable. If using the Disk II card, be sure the cable is plugged in correctly to the Disk II or you could damage the FujiNet. IDC20 Pin 1 is marked on the FujiApple board with J1.

You can get adapters from the locations below:

FujiNet is powered directly from the Apple II bus and no external power is required. You can, however, optionally power the FujiNet from the MicroUSB port on the ESP32-DEVKITC board. The MicroUSB port is also used to upgrade firmware and provides debug output messages to a serial monitor on a computer.

Apple II System Specifics

Apple II+ / IIe

The first time you power on the Apple II FujiNet will have it's CONFIG disk mounted. Press CTRL-RESET, type PR#X (X=whichever slot your DIY SoftSP ROM card is in), then press ENTER. The CONFIG disk will boot and display a list of the detected SmartPort devices; press ENTER to continue into CONFIG. See Navigating Config below.

Apple IIc

Please help fill in this information

Apple IIc+

Please help fill in this information

Apple IIGS

  • On Apple IIGS you can set boot device as Port 5 (smartport) by entering into the Control Panel at boot (Ctrl-OA-ESC). Choose Disk and set startup disk to slot 5. Now your Apple IIGS won't miss the FujiNet and ask you to attach a drive.

Apple IIGS Keyboard tricks:

Keys                               function
-----------------------------------------------------------------
Ctrl-OA-Reset                      Reboot
Ctrl-Shift-OA-Reset                Reboot and re-load BRAM (ROM 03)
Ctrl-OA-OPT-Reset                  System test (OA-OPT to repeat)
Option while power-on              Menu to Reset standards
Ctrl-OPT-Reset                     Reboot and give menu
Ctrl-OA-ESC                        Go to control panel
Ctrl-OA-Shift-ESC                  More direct to control panel
Shift 5 times                      Enable sticky keys (ROM 03 or Sys 6)
Shift-OA-Clear                     Enable keyboard mouse (ROM 03 or Sys 6)
Ctrl-OA-Del                        Clear keybard type-ahead buffer
Hold OA, then Ctrl-Del             Auto fire Button 0
Shift-Period on keypad             Comma
Ctrl-OA-2 in GS/OS desktip app     Select "About.."
Control-6, then <key> in BASIC     Set cursor to <key>
Ctrl-OA-OPT-N  at sliding Apple    Credits
          (i.e "Check Startup" screen)

The config screen for Apple II

Navigating CONFIG

The first time you boot FujiNet CONFIG it will prompt you to connect to WiFi. You can select your access point and enter it's passphrase. This information is saved internally and if an SD card is present will be saved there also to fnconfig.ini

PLEASE NOTE: FujiNet is powered by the Espressif ESP32 chipset, which works on 2.4GHz WiFi networks ONLY. If you are using a "mixed" 2.4GHz/5GHz WiFi network (using both radio bands with the same SSID), you MAY have problems connecting your FujiNet device with other devices on the network.

CONFIG was designed to be intuitive and reminiscent of Apple2 programs like ProDos. On the main CONFIG screen you will see host slots on top and disk slots on bottom. You can jump between the host slots and disk slots with [TAB]. Selecting a host slot ([RETURN]) will begin the process of selecting and mounting a disk image from the host to a disk slot.

Host slots can be an IP address or hostname of a TNFS server (eg, apps.irata.online, fujinet.diller.org, fujinet.online). Any host slot can also be named SD which points to the onboard SD card socket. With a host slot selected, press [E] to edit it.

To boot from a SmartPort disk, select the desired host and subsequently a disk image file. It will prompt you to select a disk slot, choose the first slot. When returned to the main CONFIG screen, press ESC to reset the Apple II. For those systems that need it, press CTRL-RESET and PR#X (X=whichever slot your DIY SoftSP ROM card is in).

To boot from a Disk II disk, select the desired host and subsequently a disk image file. It will prompt you to select a disk slot, choose the first slot. When returned to the main CONFIG screen, press ESC to reset the Apple II. On Apple II+/IIe, the disk will automatically boot.

Web User Interface

Your #FujiNet makes available a simple web-based configuration interface when you visit your device's IP address while it's powered on.

To find its IP address, use the [C] "Show Config" option, available in the main screen of the CONFIG program. You can also find the #FujiNet in your router's list of connected devices, by its hostname (default: "FujiNet").

For example, if your #FujiNet's IP address on your local network is "192.168.0.123", you would visit http://192.168.0.123/ in a browser connected to that same network.

Note: not all components of the web ui work with Apple II at this point.

Updating Firmware

You can download the FujiNet-Flasher (for Windows, macOS, or Linux), from https://fujinet.online/download/. For more information, see FujiNet-Flasher

Finding and Loading Software

There are some Apple2 disk images available on various tnfs servers:

  • FUJINET.ONLINE
  • FUJINET.DILLER.ORG
  • apps.irata.online

The Host names can be entered in lower-case on the Apple II, however they will appear in UPPER CASE when the CONFIG app is re-loaded. This is normal.

Clone this wiki locally