Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Coleco ADAM Quickstart Guide

Welcome to the FujiNet quickstart guide for the Coleco ADAM. This guide covers hardware setup, WiFi configuration, and getting started with disk images. For a broader overview of all supported platforms, see the Platform Overview.


Getting to Know Your FujiNet

The ADAM FujiNet connects to your Coleco ADAM via the ADAMNet bus using standard RJ12 cables.

Physical Layout

LocationFeatureDetails
Left sidePower switchPull forward = On, push back = Off
Right sideMicro-SD card slotPush/push socket for local storage
Top3 status LEDsWiFi, Bluetooth, and ADAMNet activity
Top3 buttonsLeft, Middle, and Right (see Buttons below)
Back2 RJ12 jacksADAMNet IN and OUT (labeled on top)
BackMicro USB portFirmware updates and serial debug output

Micro-SD Card

The SD card must be formatted FAT32. The exFAT format is not supported.

LED Indicators

LED (left to right)ColorMeaning
LeftWhiteWiFi connected
MiddleBlueBluetooth connected (currently inactive in firmware)
RightYellowADAMNet activity

Buttons

All three buttons support short press, long press, and double-tap. Current assignments:

ButtonActionFunction
RightShort pressFujiNet reset

Note: Additional button functions for Left and Middle buttons are still to be determined. Check the FujiNet Discord for the latest updates.


Available Hardware

Several ADAM FujiNet devices are available from community makers. Check the FujiNet Discord for the most current list of producers and availability.


Connecting Your FujiNet

FujiNet is powered directly from the ADAMNet bus – no external power is required.

flowchart LR
    ADAM[Coleco ADAM\nADAMNet port] -->|RJ12 crossover cable| IN[FujiNet\nIN port]
    OUT[FujiNet\nOUT port] -->|RJ12 cable\noptional| DEV[Other ADAMNet Device\ne.g., keyboard, disk drive]

Connection Steps

  1. Connect an ADAMNet cable (RJ12 6P6C crossover) from the FujiNet IN port to an ADAMNet port on your Coleco ADAM.
  2. Optionally connect another ADAMNet device (keyboard, disk drive, etc.) to the OUT port on FujiNet with another ADAMNet cable.
  3. Turn on the FujiNet power switch (pull forward).

Power Options

Power SourceBehavior
ADAMNet bus (default)FujiNet powers on/off with the ADAM; power switch controls state
External Micro USBPower switch is bypassed; FujiNet stays powered as long as USB is connected

The Micro USB port also provides:

  • A connection for firmware updates
  • Serial debug output to a computer’s serial monitor

First Boot

When you turn on the ADAM with FujiNet connected, the system will first attempt to boot SmartWriter (or another disk/drive if available). This happens because FujiNet is not fast enough to be fully ready before the ADAM completes its initial boot sequence.

Workarounds for Boot Timing

MethodSteps
Hold resetHold the ADAM reset button for a few seconds while turning it on, giving FujiNet time to start up, then release reset
External USB powerPower FujiNet from the Micro USB port so it is already running when the ADAM powers on

WiFi Configuration

On first boot (or when the saved WiFi access point is unavailable), FujiNet will prompt you to set up a wireless connection:

  1. The CONFIG program loads automatically from FujiNet.
  2. Select your WiFi access point from the list.
  3. Enter the access point passphrase.
  4. FujiNet connects and presents the main CONFIG screen.

Important: FujiNet uses the Espressif ESP32 chipset, which operates on 2.4 GHz WiFi only. If you use a dual-band (2.4/5 GHz) router with a shared SSID, you may experience connectivity issues. Consider setting up a dedicated 2.4 GHz SSID if problems arise.


CONFIG is designed to be intuitive and reminiscent of ADAM programs like SmartWriter.

Main Screen Layout

The main screen displays:

  • Host slots (top) – sources for disk images
  • Disk slots (bottom) – virtual drives available to the ADAM

Press Tab to jump between host slots and disk slots.

Host Slots

Host slots define where your disk images are stored. Each slot can contain:

EntryDescription
Hostname or IP (e.g., adam-apps.irata.online)TNFS server address
SDThe onboard Micro-SD card
(blank)Empty slot

With a host slot selected:

  • Press Return to browse and select disk images from that host
  • Press V to edit the host slot entry

Mounting and Booting

  1. Select a host slot and press Return to browse available disk images.
  2. Choose a disk image and select which drive slot to mount it in.
  3. Choose read-only or read/write access.
  4. Return to the main CONFIG screen and reboot to use your mounted disks.

Web User Interface

FujiNet provides a built-in web-based configuration interface accessible from any browser on the same network.

Finding Your FujiNet’s IP Address

MethodHow
CONFIG screenPress IV (Show Config) from the main CONFIG screen
Router adminLook for the hostname “FujiNet” in your router’s connected devices list
Default hostnameNavigate to http://fujinet.local

Once you have the IP address, visit http://<IP_ADDRESS>/ in your browser (for example, http://192.168.0.123/).


Updating Firmware

Download the FujiNet-Flasher application (available for Windows, macOS, and Linux) from fujinet.online/download.

Connect FujiNet to your computer via the Micro USB port on the back and follow the flasher’s instructions.

For more information, see the FujiNet-Flasher documentation.


Further Reading