Posts

Wifi for the C64 (Turbo56K Modem)

Bild
Connecting a Commodore 64 to the internet might sound like science fiction, but with today’s microcontrollers, it’s surprisingly simple.  Using a NodeMCU v3 ESP8266 and the open-source pastbytes modified  Zimodem firmware you can give your C64 full WiFi capability — letting you connect to BBSes , transfer files, and even chat online, all without a physical modem or phone line. NodeMCU v3 ESP8266 Flash the Firmware to the ESP8266 You need the esptool to write the Firmware (Zimodem) to the Microcontroller: Install in Python :  pip install esptool Command to flash the firmware:   python -m esptool -p COM_PORT write_flash 0x00000 .\zimodem\firmware.bin  Erase the ESP8266 NodeMCU Flash Hold the ESP8266 BOOT/FLASH button python -m esptool -p COM_PORT --chip esp8266 erase_flash When the “Erasing” process begins, you can release the “BOOT/FLASH” button  Build the Turbo56K Modem Userport Turbo56K Wifi Modem We just need to connect 5 signals: TX , RX , GND , RT...

Altair 8800c Build

Bild
Intro CPU: Intel 8080 CPU Clock Speed: 2 MHz Memory: 256 bytes (expandable up to 64 KB) Bus: S-100 bus Input/Output: Front panel switches LED indicators for output Optional serial and parallel ports Storage: Optional paper tape reader Cassette tape interface (add-on) Altair FDC+ floppy disk controller (add-on) Expansion Slots: 9 S-100 bus slots (depends on the used Backplane) Power Supply: 8V DC and +/-16V DC outputs 1x Mean Well HRP-75-7.5 (8V) 1x Mean Well RS-15-15 (+/-16V) Operating System: None initially; later supported various OS including CP/M In the realm of personal computing, few machines hold as iconic a status as the Altair 8800 . Launched in January 1975 by Micro Instrumentation and Telemetry Systems ( MITS ), the Altair 8800 is often heralded as the spark that ignited the personal computer revolution. This groundbreaking device, with its striking array of switches and blinking LED lights, offered computer enthusiasts an unprecedented level of control and custo...

Walkom NP-903

Bild
This unbranded i386SX laptop from 1991 is a clone of the more common MicroStar (MSI) NoteStar NP-903.  Technical specifications: CPU: Intel i386SX 16MHz RAM:  2MB Graphic: Chips & Technologies 82C456 VGA Controller Chipset: Headland Technology, Inc. HT21 IDE / Floppy controller: Acer M5105 Floppy:  Citizen U0DA-19A Mainboard Power Supply Test Reviews PC Magazine, August 1991 (Modern Computer, Walkom NP-903) PC Magazine, January 1992 (MicroStar Computers, NoteStar NP-903) Remark: According to Wikipedia Modern Computer is another Product line of MicroStar. Upgrades RTC clock Dallas DS1287:  modern replacement:  nwX287 by Necroware (changeable battery)  Math Co-Processor: Cyrix FasMath 83S87 (fastest of the 387SX compatible coprocessors) RAM Upgrade from 2MB to 4MB Harddisk CF Compact Flash 2.5" 44Pin, 2mm, IDE Converter    Repairs Floppy drive If the floppy drive makes loud noises when the disk is accessed and nothing can be ...

Amiga OS 3.2.1 Installation in WinUAE

Bild
 Prepare CF Disk Clean Connect the CF card to the PC. Click on the Windows icon (bottom left of the desktop) and then write "cmd" and run it as Administrator In the Command Prompt window that opens up type “diskpart” and press return. You will see that the usual C:\ prompt has now changed to DISKPART>. Now type “list disk”. You will be presented with a list of all the drives on your system. Locate the CF drive in the list. Type “select disk #” and replace the # with the drive number for your CF drive. Now type “clean”. All formatting info will be wiped from that drive. Close the Command Prompt window at this point. Partition Go to your install of WinUAE and right click the icon and select Run as Administrator. Go to the Floppy drives section and add your Workbench Install ADF image to DF0. Go to the CD & Hard Drives section and click on "Add Hard Drive". Make sure the CF card is connected to your reader and select the Hard Drive drop down menu and select your...