element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Ben Heck Featured Content
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • Ben Heck Featured Content
  • More
  • Cancel
Ben Heck Featured Content
Documents Hand-Wired Z80 Basic Computer -- Episode 341
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Ben Heck Featured Content to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 10 May 2018 6:59 PM Date Created
  • Last Updated Last Updated: 4 May 2018 7:24 AM
  • Views 2329 views
  • Likes 11 likes
  • Comments 12 comments
Related
Recommended

Hand-Wired Z80 Basic Computer -- Episode 341

image

element14's The Ben Heck Show

Join the Ben Heck team every week for amazing hacks! Watch them build and mod community-inspired projects using electronics!

Back to The Ben Heck Show homepage image

The Learning Circuit
sudo Sergeant
See All Episodes

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

Seeing as everyone loves to a bit of intricate soldering, it's time for one last super solder episode! Ben is feeling nostalgic looking at his collection of CPUs so decides to use the z80 to create a basic Microsoft computer...giving him the perfect excuse to do lots of lovely soldering!

 

Disclaimer

  • retro computers
  • hack
  • episode 341: hand-wired z80 basic computer
  • ben heck
  • z80
  • computers
  • cpu
  • soldering
  • heck
  • ben
  • tbhs_ep
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • COMPACT
    COMPACT over 7 years ago +4
    Here's a picture of one of my ancient hand assembled Z80's. Two serials ports on the left, two parallel user ports in the centre and the 10BaseT port on the right. It boasts Ethernet Internet connectivity…
  • mackan
    mackan over 7 years ago +3
    I would REALLY like to build a 6502 based computer but with a cool, old school front panel / console. You see, I am blind, and I would love to have a way to program my computer with switches and maybe…
  • dheald
    dheald over 7 years ago +2
    I'd build a 65C816 based machine and run an updated version of Commodore basic.
Parents
  • mackan
    mackan over 7 years ago

    I would REALLY like to build a 6502 based computer but with a cool, old school front panel / console.

     

    You see, I am blind, and I would love to have a way to program my computer with switches and maybe use vibrators instead of Blinkenlights. But wouldn't it be cool to be able to actually toggle in machine code directly into a system, like on the old IMSAI or Altair (or, even, PDP-11, although that was 16 bit...)

     

    I realise that the 6502 can't adress more than 64K of memory (since it is 8-bit), but I would also dream of putting more memory in it, but being able to toggle between banks, so that one potentially could write a modular OS for it, such as UNIX. On an 8-bit computer.

     

    Yeah... One can dream, right?

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • COMPACT
    COMPACT over 7 years ago in reply to mackan

    I've built many 6502 family based systems. Do you need any help?

    To make things easier I suggest building a system using the R6511Q derivative.

    All you need to do is connect an EPROM, oscillator, some caps and resistors and you have an instant system.

    Optionally you can connect extra RAM.

     

    The R6511Q has inbuilt RAM - all 192 bytes!, Timers, parallel and serial I/O ports and 10 (TEN) Interrupts!

     

    If you really want to look at an 8 bit computer with banked memory - have a look at the later Z80 based microbees.  They have up to 1Mbytes of RAM (but usually 128-256).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • COMPACT
    COMPACT over 7 years ago in reply to mackan

    I've built many 6502 family based systems. Do you need any help?

    To make things easier I suggest building a system using the R6511Q derivative.

    All you need to do is connect an EPROM, oscillator, some caps and resistors and you have an instant system.

    Optionally you can connect extra RAM.

     

    The R6511Q has inbuilt RAM - all 192 bytes!, Timers, parallel and serial I/O ports and 10 (TEN) Interrupts!

     

    If you really want to look at an 8 bit computer with banked memory - have a look at the later Z80 based microbees.  They have up to 1Mbytes of RAM (but usually 128-256).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube