Designing a full PCB project with KiCad for 8-bit computer

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • Building an 8-bit 2364 ROM to 28C64 EPROM adapter for Commodore 64 and VIC-20. Full KiCad PCB design tutorial.
    Links
    github.com/trevor-makes/kicad...
    www.kicad.org/
    ist.uwaterloo.ca/~schepers/so...
    Chapters
    00:00 - Intro
    01:33 - Symbol editor
    06:00 - Schematic editor
    11:29 - Fixing a mistake in the symbol editor
    13:34 - Footprint editor
    18:05 - PCB editor
    19:26 - Fixing a mistake in the footprint editor
    21:28 - PCB editor continued
    26:19 - Plotting and viewing gerbers
  • Наука та технологія

КОМЕНТАРІ • 5

  • @TrevorMakes
    @TrevorMakes  28 днів тому

    Project files can be found at github.com/trevor-makes/kicad-2364-rom-adapter

  • @Delta_G
    @Delta_G Місяць тому

    Nice. I just learned a bunch of new tricks in KiCad.

  • @jamesross3939
    @jamesross3939 28 днів тому

    Nice! Wow! You are well versed in KiCAD. I'm still learning, got a ways to go for sure! I plan on watching this several times and possibly going through all the steps you take, pausing and rewinding and building one of these simple adaptors. Liked and subscribed.

  • @WagonLoads
    @WagonLoads 29 днів тому +1

    I have a problem I wonder if you can help me solve?
    I have a TDL Xitan S100 bus Z80 computer with NO OS system..
    When I turn it on, all I get is a screen full of simi-random characters...
    I was wondering what would be the best way to test if the hardware is functional?
    One thought was to possibly make an interface to use a C64 running hesmon
    to scan/read every address on the bus, and see if I could poke some life back into
    S100 bus....
    Eventually I want to add every bell and whistle modern computers have:
    USB, WiFi, Ethernet, i2c, M.2, SIMM, uSD, (2.5 inch HD or M.2 SSD)
    Currently the S100 bus has 2 (8 bit data busses).. (8 input) and (8 output)..
    I have no clue why they did this.
    I made a KiCad symbol/footprint for the S100 edge connector with a full size blank board
    to put anything on... (The sky is the limit)
    The pinout matches the TDL Xitan bus...

    • @TrevorMakes
      @TrevorMakes  29 днів тому

      In an earlier video I made an Arduino project that interfaces with a simple Z80 computer bus and gives you a HESMON-like monitor over the serial port. See ua-cam.com/video/A0VpPRWrqHc/v-deo.html
      I'd recommend figuring out how to adapt that project to the S100 bus signals: in particular how the Arduino takes control of the bus using BUSRQ, how the Arduino synchronizes with the S100 PHI clock, and maybe extending the monitor commands to include reading/writing I/O ports. Build that into a circuit board for an S100 card and then proceed to poke around on the address bus; dump memory where the ROMs should be and verify they're not corrupted, and see if you can talk directly to any of the other S100 cards given any documentation you can find.
      You might also look into building an adapter board from your S100 bus to an RC2014 module as you might be able to find some existing modules to do some of the stuff you want or at least give you a starting point for designing your own S100 cards.