{"id":10883,"date":"2022-03-19T19:12:39","date_gmt":"2022-03-19T19:12:39","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=10883"},"modified":"2023-06-01T07:28:27","modified_gmt":"2023-06-01T07:28:27","slug":"building-the-kenbak-1-computer","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/","title":{"rendered":"Building the Kenbak-1 Computer"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction to Building the Kenbak-1 Computer<\/h3>\n\n\n\n<p>In this section, we&#8217;ll be Building the Kenbak-1 Computer.  This is not an original computer.  In this case, we&#8217;ll build this computer using the Atmega328.  This is the processor you will find in an Arduino Uno.   The original Kenbak-1 computer did not have a processor.  In other words, it was all transistor logic.  This machine was designed by John V. Blankenbaker, and only about 50 of them were produced.  At this time, I believe only about 17 of them are in existence.<\/p><div id=\"bryce-1067212898\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>Mark Wilson put together some code to emulate the Kenbak-1.  <a href=\"https:\/\/github.com\/funnypolynomial\/Kenbakuino\">You will find the code on Github.<\/a>  Additionally, you can purchase a kit from Chris Davis at <a href=\"https:\/\/adwaterandstir.com\/kenbak\/\">AdwaterAndStir<\/a>.  The kit is much closer to the appearance of the original than the one I put together in this project.  In this case, I was more concerned about the operation rather than the appearance.  <\/p>\n\n\n\n<p>If you wish to try the Kenbak-1 on an emulator, Cory Whitesell has put together an emulator that you can run right on your PC!  Check out this emulator using<a href=\"https:\/\/l.facebook.com\/l.php?u=https%3A%2F%2Fvps.wagonfort.ca%2FCCCC%2Fresources%2FCC%2520Kenbak-1%2520Sim.exe%3Ffbclid%3DIwAR0grBAGF1sjHszKPus9bi31A8thzk-I0Vn07cItDO2xO8Tx-OzjkIZ8Sws&amp;h=AT2CoCbycSHzImCfNtHep4NBWCk9aPiUWvtYyIucTZiTpaxIYYAig51bFPzxfIvAmTqWmpJJHe0Z9r-dOpOheLOfFesPJnqL6LgzL-cKeyEUwE3j1l8_gnESNQ&amp;__tn__=-UK-R&amp;c[0]=AT1gJ8DPSyYO0MqAvGUQGRHHSCUhIrwvGnD0YW6t6lIwY0FjxpWZS4pQcCEk9PO6kYR9q0A_gUYOpXTLLk47HR3wLk1TNh9baOGeEffGg5S5b9RSQffZ2bRpBThpAjCQza40rmTmCMt8iCd5kreb7o-zeAQ1l67l4QAnY-rrCmc9pq3P0ySNoSdWuibzCFNMixfyR_GULHl0lSiCKQ\"> this link.<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What You Will Need for Building the Kenbak-1 Computer<\/h3>\n\n\n\n<p>Before we begin, we&#8217;ll have to gather some parts.  Obviously, we&#8217;ll need 15 buttons and 15 Led&#8217;s.  Additionally, we&#8217;ll need an Atmega328, two 74HC165 (Input Shift Registers), and a 74HC595 Output Shift Register.  Obviously, you will need a prototype board, some wire, and a case.  I&#8217;m using fifteen 10K pull down resistors, and fifteen 470 Ohm resistors for the LED&#8217;s.  The schematics are in the sketch you download from Github.  Simply look in the file &#8220;Pins.h&#8221;.  <\/p>\n\n\n\n<p>For keeping time, you will also need a clock module, such as the ZS-042 (DS3231).  Be sure to change clock.h to reflect the type of module that you are using.<\/p>\n\n\n\n<p>Keep in mind that you will need some other components for the processor to work.  This includes a 16Mhz Crystal, two 22pF capacitors, and a couple 10uF capacitors.  <\/p>\n\n\n\n<p>For programming, you will need a 5 pin header, a push button for the reset circuit, and a programming device.  Use an additional 10K resistor to pull up your reset pin.  Another option is to place the Atmega328 into an Uno board to program it.  After that, you can transfer it over to your Kenbak.<\/p>\n\n\n\n<p>Obviously, you will need some wire to connect everything together.  I always use Cat 5 solid Ethernet cable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Set Up your Board<\/h3>\n\n\n\n<p>Next, I&#8217;ve added the t<a href=\"https:\/\/www.rs-online.com\/designspark\/basics-of-74hc165\">wo 165&#8217;s<\/a>.  Keep in mind there are two of these.  I also added the <a href=\"https:\/\/learn.adafruit.com\/74hc595\/pinouts\">595<\/a> output register, and the Atmega328.  I like to use <a href=\"https:\/\/www.hobbytronics.co.uk\/arduino-atmega328-pinout\">this image <\/a>for the pinout.  It&#8217;s very easy to read.  Keep in mind that you will need to add a crystal oscillator and 22pf capacitors for the Atmega328 to work.  Additionally, be sure to add a 10uF capacitor between power and ground on the processor.  It might work if you leave off the capacitor.  However, from my experience, you will probably experience problems over the next few years.   When the processor cycles, it causes a current draw.  In turn, this will cause the voltage to drop.  Obviously, this results in a &#8220;ripple&#8221; effect without this capacitor.<\/p>\n\n\n\n<p>Remember to also leave room for the programming header and reset button if you wish to use them.  I am connecting the DTR pin from the TTL programmer to RESET on the Atmega328 through another 10uF capacitor.  Be sure to pull up the reset pin with a 10k resistor.  When you press the button, the RES pin should connect directly to common.<\/p>\n\n\n\n<p>So far, this is the bottom of my board.  Before soldering the sockets, you might want to put some tape over them on the top side.  I used cheap sockets, so some of my pins tried to push out of it&#8217;s plastic casing on the other side.  Also, be careful not to bridge connections.   I&#8217;ve found the easiest way to break an accidental bridge is with a vacuum pump.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"255\" height=\"361\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-147.png\" alt=\"\" class=\"wp-image-10887 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-147.png 255w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-147-212x300.png 212w\" data-sizes=\"(max-width: 255px) 100vw, 255px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 255px; --smush-placeholder-aspect-ratio: 255\/361;\" \/><\/figure>\n\n\n\n<p>And here is the top side of it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"474\" height=\"339\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-148.png\" alt=\"\" class=\"wp-image-10888 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-148.png 474w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-148-300x215.png 300w\" data-sizes=\"(max-width: 474px) 100vw, 474px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 474px; --smush-placeholder-aspect-ratio: 474\/339;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Front Panel Switches and LED&#8217;s<\/h3>\n\n\n\n<p>At this point, we&#8217;ll put together the front panel push buttons.  Additionally, we&#8217;ll add the LED&#8217;s.   Each LED has a 470 Ohm resistor in series with the long lead.  At the same time, we&#8217;ll add the resistors for the buttons.  I&#8217;m using a 10K pull down resistor on each push button.<\/p>\n\n\n\n<p>I&#8217;ve also added a power switch and a lock\/unlock switch for future use.  I simply printed the cover on a 3D printer.  Notice this is not the exact layout of the Kenbak-1.  I needed this to be compact.  Since I didn&#8217;t want to take up room on my PCB, I just used hot glue to support the resistors to limit movement.  If they wiggle back and forth too much, you will break the conductors.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-149.png\" alt=\"\" class=\"wp-image-10889 lazyload\" width=\"442\" height=\"276\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-149.png 707w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-149-300x187.png 300w\" data-sizes=\"(max-width: 442px) 100vw, 442px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 442px; --smush-placeholder-aspect-ratio: 442\/276;\" \/><\/figure>\n\n\n\n<p>This is the front of the Panel.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-150.png\" alt=\"\" class=\"wp-image-10890 lazyload\" width=\"441\" height=\"236\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-150.png 424w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-150-300x161.png 300w\" data-sizes=\"(max-width: 441px) 100vw, 441px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 441px; --smush-placeholder-aspect-ratio: 441\/236;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Make your Connections for Building the Kenbak-1 Computer<\/h3>\n\n\n\n<p>At this point, you are ready to connect almost everything together.  Simply use Pins.h for the wiring diagram.  This is in the Kenbakuino download.  You don&#8217;t want the wires to be so short that they won&#8217;t reach.  On the other hand, you don&#8217;t want them to be so long that you cannot fit them in the box.  If you get the order of the lights or switches incorrect, you can change the program before you download.  In this case, I got the order of the LED&#8217;s backwards somehow.  I just went into &#8220;LEDS.CPP&#8221; and changed LSBFirst to MSBFirst in the shift logic  Later on, I&#8217;ll figure out how I got this wrong.  The mapping for the buttons is in the &#8220;PINS.CPP&#8221; file<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Connect the Clock Module<\/h3>\n\n\n\n<p>In this case, I used a ZS-042 module.  This has the DS3231 chip.  I did not have a rechargeable battery to use on this module.  Because I only had a standard CR2032 battery, I had to disable the charging circuit.  To disable the charging circuit, I simply removed the diode in the upper right hand corner.  You will see in this image that I already have it removed.  This is just above the &#8220;SCL&#8221; Label.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-151.png\" alt=\"\" class=\"wp-image-10895 lazyload\" width=\"506\" height=\"247\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-151.png 506w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-151-300x146.png 300w\" data-sizes=\"(max-width: 506px) 100vw, 506px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 506px; --smush-placeholder-aspect-ratio: 506\/247;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Test Your Work  after Building the Kenbak-1 Computer<\/h3>\n\n\n\n<p>Now comes the real test.  Be sure you don&#8217;t have any clippings in your circuitry.  Also check to ensure you don&#8217;t have any short circuits.  Power up the Kenbak-1.  You should see a test pattern of lights.  Hold Stop, and hit Switch 0.  Hit RUN, and you should see a binary counter running.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-152.png\" alt=\"\" class=\"wp-image-10897 lazyload\" width=\"428\" height=\"260\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-152.png 676w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-152-300x182.png 300w\" data-sizes=\"(max-width: 428px) 100vw, 428px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 428px; --smush-placeholder-aspect-ratio: 428\/260;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Other Programs<\/h3>\n\n\n\n<p>In addition to the built in programs, you can send code to the Kenbak.  That way, you don&#8217;t have to enter the code manually from the front panel.    To send a project to the Kenbak at 4800 baud, for example, stop the Kenbak.  Hold down switch 0, then press SET.  After that, you can send a project&#8217;s code through a terminal emulator.  You can do this from the Arduino&#8217;s serial monitor as well.  You will find some projects that other users write in a <a href=\"https:\/\/groups.google.com\/g\/ukenbak-1\">uKenbak Forum.<\/a><\/p>\n\n\n\n<p>Likewise, the Kenbak can write it&#8217;s program to your terminal.  Simply stop the Kenbak.  Hold switch 0 (for 4800 baud), then press &#8220;Display&#8221;.<\/p>\n\n\n\n<p>Holding other switches (1, 2, or 3) will set the Kenbak to different baud rates.  For reliability, though, I just use 4800 baud.   With the limited memory of the Kenbak, you won&#8217;t be waiting long for a program transfer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Programs<\/h3>\n\n\n\n<p>The following programs are built in to the code:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>0 &#8211; Binary Counter<\/li>\n\n\n\n<li>1 &#8211; Cylon (like Knight Rider)<\/li>\n\n\n\n<li>2 &#8211; Clock (Count the Bits)<\/li>\n\n\n\n<li>3 &#8211; Clock (In BCD Format)<\/li>\n\n\n\n<li>4 &#8211; Clock (In Binary Format)<\/li>\n\n\n\n<li>5 &#8211; Blinking Lights<\/li>\n\n\n\n<li>6 &#8211; Find Primary Numbers<\/li>\n\n\n\n<li>7- Set the Clock<\/li>\n<\/ul>\n\n\n\n<p>Execute the built in programs:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To run a built in program press STOP + the bit number of a built-in program that you wish to run.  Press Start.<\/li>\n\n\n\n<li>To run a program at power-up, unplug your unit.  Press STOP + bit number of the program.  While holding down these buttons, apply power.<\/li>\n\n\n\n<li>If you wish to change the speed of the processor, press stop.  Then press a bit number + stop again.  The higher the bit number, the slower the processor runs.<\/li>\n\n\n\n<li>To set the clock, press Stop + Bit 7.  Press Clear then Set.  Enter the hours in BCD Format.  Press STORE.  At this point, enter the minutes in BCD Format.  Press STORE again.  After that, press RUN.  Your clock should now be set.  Press STOP and bit 3 at the same time to run the BCD Clock Program.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Summary<\/h3>\n\n\n\n<p>To Summarize, this is a fairly easy build.  Simply mount your components onto the PC Board.  Follow PINS.H for the schematic.  There are several built in programs.  To run these programs, just hit stop, then a data button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Update &#8212; March 26, 2022<\/h3>\n\n\n\n<p>I found the project that Michael Gardi put together <a href=\"https:\/\/www.hackster.io\/Megardi\/2-5-scale-kenbak-1-personal-computer-reproduction-b1ad5b#toc-print-the-parts-1\">here<\/a>.  He&#8217;s got a nice case in .STL format that you can download and print out.  The only problem I had with this case was the side rails, so I had to improvise.  This was just due to the low resolution of my printer.  It might also be my print settings.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-153.png\" alt=\"\" class=\"wp-image-11097 lazyload\" width=\"434\" height=\"238\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-153.png 774w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-153-300x164.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-153-768x421.png 768w\" data-sizes=\"(max-width: 434px) 100vw, 434px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 434px; --smush-placeholder-aspect-ratio: 434\/238;\" \/><\/figure>\n\n\n\n<p>As you can see, I did keep the Atmega328.  The project at the above link actually uses a Raspberry Pi.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-154.png\" alt=\"\" class=\"wp-image-11098 lazyload\" width=\"436\" height=\"281\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-154.png 731w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-154-300x194.png 300w\" data-sizes=\"(max-width: 436px) 100vw, 436px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 436px; --smush-placeholder-aspect-ratio: 436\/281;\" \/><\/figure>\n\n\n\n<p>The appearance is much closer to the original than the first unit I put together.  It&#8217;s just 2\/5 scale.   Also, I did not have a good way to add a faceplate, so I just used labels.  Some of them need to be straightened a bit.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-155.png\" alt=\"\" class=\"wp-image-11099 lazyload\" width=\"438\" height=\"156\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-155.png 741w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-155-300x107.png 300w\" data-sizes=\"(max-width: 438px) 100vw, 438px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 438px; --smush-placeholder-aspect-ratio: 438\/156;\" \/><\/figure>\n\n\n\n<p>For other similar projects, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/intermediate\/\">Arduino Intermediate Page!<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-2652273396\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to Building the Kenbak-1 Computer In this section, we&#8217;ll be Building the Kenbak-1 Computer. This is not an original computer. In this case, we&#8217;ll build this computer using the Atmega328. This is the processor you will find in an Arduino Uno. The original Kenbak-1 computer did not have a processor. In other words, it <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":13577,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,762,727],"tags":[369,623],"class_list":{"0":"post-10883","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-intermediate","8":"category-kenbak-1","9":"category-vintage-computers","10":"tag-arduino-uno","11":"tag-kenbak","12":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Building the Kenbak-1 Computer - Bryce Automation<\/title>\n<meta name=\"description\" content=\"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building the Kenbak-1 Computer - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-19T19:12:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-01T07:28:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png\" \/>\n\t<meta property=\"og:image:width\" content=\"763\" \/>\n\t<meta property=\"og:image:height\" content=\"196\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Building the Kenbak-1 Computer\",\"datePublished\":\"2022-03-19T19:12:39+00:00\",\"dateModified\":\"2023-06-01T07:28:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/\"},\"wordCount\":1605,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/KenbakSmall.png\",\"keywords\":[\"arduino uno\",\"Kenbak\"],\"articleSection\":[\"Intermediate\",\"Kenbak-1\",\"Vintage Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/\",\"name\":\"Building the Kenbak-1 Computer - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/KenbakSmall.png\",\"datePublished\":\"2022-03-19T19:12:39+00:00\",\"dateModified\":\"2023-06-01T07:28:27+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/KenbakSmall.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/KenbakSmall.png\",\"width\":763,\"height\":196,\"caption\":\"Kenbak-1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/19\\\/building-the-kenbak-1-computer\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building the Kenbak-1 Computer\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building the Kenbak-1 Computer - Bryce Automation","description":"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/","og_locale":"en_US","og_type":"article","og_title":"Building the Kenbak-1 Computer - Bryce Automation","og_description":"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.","og_url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2022-03-19T19:12:39+00:00","article_modified_time":"2023-06-01T07:28:27+00:00","og_image":[{"width":763,"height":196,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Building the Kenbak-1 Computer","datePublished":"2022-03-19T19:12:39+00:00","dateModified":"2023-06-01T07:28:27+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/"},"wordCount":1605,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png","keywords":["arduino uno","Kenbak"],"articleSection":["Intermediate","Kenbak-1","Vintage Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/","url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/","name":"Building the Kenbak-1 Computer - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png","datePublished":"2022-03-19T19:12:39+00:00","dateModified":"2023-06-01T07:28:27+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"A walk through of my project on Building the Kenbak-1 Computer, and where to find information and resources for your project.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/09\/KenbakSmall.png","width":763,"height":196,"caption":"Kenbak-1"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/19\/building-the-kenbak-1-computer\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Building the Kenbak-1 Computer"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=10883"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10883\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/13577"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=10883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=10883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=10883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}