plipbox

What is it?

plipbox is an Arduino-based device that allows to connect low-end classic Amigas via Ethernet to your local network. It bridges IP traffic received via PLIP on the parallel port of the Amiga to the Ethernet port attached to the Arduino.

Introduction

With the plip2slip project I already presented a device that uses a cheap AVR 8 bit microcontroller (as found on the popular Arduino boards) to bridge network traffic from the Amiga’s parallel port (with the MagPLIP protocoll) to another machine via a fast serial link.

plipbox extends the plip2slip project and replaces the serial link for IP traffic with an on-board Ethernet port. This allows you to connect your Amiga directly to your local network without any other machine assisting.

With the on-board Ethernet port the plipbox HW is more complex than the plip2slip HW, but I tried to use common and easy available HW modules to simplify the recreation of this device. This allows even novice users to build their own plipbox. (See the hardware document for details).

Software Releases

The current release is:

  • v0.6 17.01.2015 plipbox-0.6.zip
    • size: 367134
    • md5: 1251968a08b9b66db46fdfbf8baefa11
    • sha1: ab4483a405839e5123e580da7ededfd07c68ac24
    • changes:
      • new fast burst protocol for raw parallel transfers of up to 235 KiB/s
      • see benchmark.md for detailed performance values
      • cleaned up firmware and driver code
      • rewrote firmware to handle a full ethernet frame in SRAM
      • reduced parameters in firmware -> simplified usage
      • added new test modes to allow detailed benchmarking of all system components
  • v0.5 30.11.2014plipbox-0.5.zip
    • size: 322835
    • md5: fcdb43b225a9c544e5c5928b8f4279c0
    • sha1: 276d2e963bebca37b55796de80bcd7f9c09d5641
    • changes:
      • plipbox device now automatically receives its MAC address from driver
      • you can change your MAC address with SANA-II command in software (if your TCP/IP stack supports it, e.g. Miami DX or Roadshow)
      • plipbox device maps online/offline state to Ethernet module and disables it if devie is offline
      • parallel line protocol completely rewritten to use a client server model
      • added optional Ethernet full duplex support
      • added optional Ethernet flow control
      • improved device statistics
      • added error log
  • v0.4 1.6.2013plipbox-0.4.zip
    • size: 214433
    • md5: 67e143d0f9acc750d201df7662c57d92
    • sha1: ee5a84038547f5e45091cddf5c97f1012fc6b512
    • changes:
      • added hardware description for plipbox nano hardware
      • added schematic and board design for plipbox nano base board
      • added new firmware -nano for new plipbox nano pinout
      • Amiga driver unchanged and stays at 0.3
  • v0.3 25.5.2013plipbox-0.3.zip
    • size: 199269
    • md5: f64e0d8053ea93634495dfd178b21914
    • sha1: 6f6dd491556c87b76855193ba36cff23477119cd
    • changes:
      • firmware and Amiga driver update. no hardware change.
      • major redesign: removed NAT device and introducded MAC bridge, i.e.  plipbox behaves like an Amiga Ethernet adapter and bridges all packets  from there without alteration
      • dropped lots of network code found in plipbox that is not needed for the  MAC bridge
      • rewrote and renamed Amiga SANA-II plipbox.device to be an Ethernet driver
      • added a Python-based software emulation for the plipbox that operates with a patched FS-UAE Amiga emulator
      • new approach makes the device zero-conf. Just attach and it works.
  • v0.2 2.9.2012plipbox-0.2.zip
    • size: 158248
    • md5: 3d5b998f80ce5b48e2c151f756712467
    • sha1: ed06ce9bdf52911b1d0eeeafd6fef89072423233
    • changes:
      • added support for AVR-NET-IO board
  • v0.1 22.7.2012plipbox-0.1.zip
    • size: 140029
    • md5: f16007cb4e09f6adb2a2566b22fb6c84
    • sha1: 1db80031969395371647e6e974f0dd738e49c79e
    • changes:
      • first public release
      • initial feature set: DHCP, ARP and full TCP/UDP bridging

The software of the plipbox project is open-source and hosted on GitHub: plibbox@gitbub. Clone this repository if you want to build the firmware yourself or if you want to play around with it.

Documentation

Quick Start Guide

  • Build the hardware (see Hardware page)
  • Flash the firmware
    • Connect the device to your Mac/PC via USB only
      (no Amiga or Ethernet connection yet!)
    • Flash the supplied firmware file with avrdude (see Firmware page)
  • Access plipbox command shell via serial terminal
    • Setup your terminal program on your Mac/PC to connect to the plipbox firmware
    • See Firmware page section 2 for details
  • Test Ethernet Connectivity
    • In the command shell press 3 to enter PIO Test Mode
    • Connect your plipbox to the Ethernet (keep PC terminal connected)
    • On your PC install Python 2.7 and run the pio_test program (python directory in this release):
      python2.7 pio_test
    • See Firmware page section 3 for details
  • Test Amiga Parallel Connectivity
    • In the command shell press 4 to enter PB Test Mode
    • On your Amiga run the dev_test program (amiga/bin directory in this release)
      dev_test -d plipbox.device
    • Now press p in the command shell to transfer packets
    • Press a to toggle auto mode and s to see current transfer statistics
    • See Firmware page section 3 for details
  • Operation
    • Setup networking on your Amiga (see Amiga Setup page)
    • Connect device to Amiga (keep Ethernet and Mac/PC link)
    • Enable plipbox.device on your Amiga
    • Ping directly from your Amiga (call ping command in CLI):
      • ping a host on your local ethernet (use numeric IP first then name)
      • ping a remote host
      • ftp/telnet/do whatever to test the network
    • Ok, plipbox seems to work!

Have fun!

35 thoughts on “plipbox

  1. Hallo

    Ich interesiere mich dafür

    Ab wann kann man mit einem verkauf
    rechnen und wieviel soll das
    dann kosten.

    Gruß Dark

  2. No I don’t sell plipboxes. This is a DIY project so if you want one you’ll have to build one yourself. However, its all open source hardware. So if anyone wants to build plipboxes for sale its ok to do so (assumed the license is fullfilled and the project is correctly referenced).

  3. Pingback: (Inter)Networking an A2000 - English Amiga Board

  4. Pingback: plipbox 0.5 released « Lallafa's Blog

  5. Pingback: Plipbox: Conecta tu AMIGA a la red desde el puerto paralelo |

  6. Pingback: Arduino e amiga: Progetto plipbox

  7. Pingback: Plipbox | Commodore Is Awesome

  8. Pingback: Resumen de los últimos días |

  9. Pingback: A cheap and easy way to get wireless connectivity on your Amiga | Mambo's Amiga Blog

  10. Pingback: plipbox 0.6 release « Lallafa's Blog

  11. Pingback: More User-created hardware projects | Mambo's Amiga Blog

  12. Pingback: Amiga Parallel Port: How fast can you go? « Lallafa's Blog

  13. Thank you!

    I flash plipbox 0.6 without any problems, but when I run Tera Term to check all I get is random letters and numbers. Any idea what´s wrong?

  14. Pingback: The Retro Hour – Episode 5 (Tim Wright Lemmings/Wipeout Music) | The Retro Hour

  15. Can you please post a photo of the Strobe wire correctly connected on the AVR-NET-IO board?

    Also do I have to use the 5V power or can I just use the Amiga parallel power?

    • Hi, I just updated the plipbox hardware page and added a photo with the wiring of the strobe line. External power is mandatory as the parallel port (on non A1000) can only provide around 10mA while the circuit needs around 300mA!

  16. With the cheap and easy ESP8266 – its possible to replace the Nano + enc28 ? Not sure if the ESP8266 has enough pins to connect the parallel port !?

  17. Pingback: Playing YouTube videos on Amiga 500 with new Netsurf 3.6 and plipbox (and Vampire 2) | Mambo's Amiga Blog

  18. Pingback: Multi Evolution 500 and Amiga A501 expansion cards on an Amiga 500 | ToughDev

  19. Pingback: Retrodatorer - allt var bättre förr

  20. Pingback: Deluxe Plipbox available (A560) | Mambo's Amiga Blog

  21. Pingback: amiga and icaros links – the wet machine

  22. Pingback: Retro Thang » Blog Archive » Adventures In Amiga Land

  23. Pingback: Retro Thang » Blog Archive » PlipBox and MiamiDx

  24. Pingback: Plipbox Amigához - ReTRoTiMe

  25. Pingback: Adding an SD Card Slot and HDMI port to an Amiga 500 - Lyonsden Blog

  26. Pingback: Mais ethernet pro seu Amiga. | Retrocomputaria

  27. Pingback: Amiga Plipbox – 16-Bit Revolution

  28. Pingback: plipbox Amiga-ra - ReTRoTiMe

  29. Pingback: Plipbox Ethernet Adapter for the Amiga – Amiga 1200 Online again! – Loopixo

  30. Pingback: 3D Modeling & Printing – Nicolas Baumgardt

  31. Pingback: The Infinity Modules Player - Never Turn Off Your Amiga Again - Byte Cellar

Leave a Reply to ematechCancel reply