{"id":6136,"date":"2021-02-12T12:49:02","date_gmt":"2021-02-12T12:49:02","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=6136"},"modified":"2021-02-12T13:14:29","modified_gmt":"2021-02-12T13:14:29","slug":"74hc595-shift-register","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/","title":{"rendered":"74HC595 Shift Register"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Introduction to the 74HC595 Shift Register<\/h4>\n\n\n\n<p>The 74HC595 Shift Register allows you to control field devices based on serial input data.  Although we typically use the 74HC595 Shift Register with a microcontroller, we will not do that in this post.   The purpose of this post is to simply understand the operation of the shift register.  Once you understand it&#8217;s operation, you can easily program a controller to make use of the shift register.    I&#8217;ve put together the images using <a href=\"http:\/\/tinkercad.com\">Tinkercad<\/a>.<\/p><div id=\"bryce-1712228224\" 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>Typically, you will use the shift register to extend the number of outputs on your system.  Just a few outputs on your microcontroller can control 8 outputs connected to this IC.  If you need more outputs, you can easily add more shift registers.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">74HC595 Shift Register Pinout<\/h4>\n\n\n\n<p>At this point, let&#8217;s take a look at the pinout of the 74HC595.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"403\" height=\"221\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-41.png\" alt=\"\" class=\"wp-image-6150 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-41.png 403w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-41-300x165.png 300w\" data-sizes=\"(max-width: 403px) 100vw, 403px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 403px; --smush-placeholder-aspect-ratio: 403\/221;\" \/><\/figure>\n\n\n\n<h5 class=\"wp-block-heading\">Pins 1-7 &amp; 15<\/h5>\n\n\n\n<p>Pin 15 is for output #0, and pins 1-8 are self-explanatory.  This is where you connect your 8 outputs.  Do not exceed 35mA on the output pins.  Likewise, do not exceed 70mA for the whole IC.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Pins 15 &amp; 16<\/h5>\n\n\n\n<p>Pin 15 is GND.   Pin 16 is your +5V (VCC).  Do not exceed 70mA on either of these pins.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Pins 11, 12, &amp; 14<\/h5>\n\n\n\n<p>DS (Pin 14) is your serial input.  This pin works in conjunction with your Shift Register Clock.   For example:  If pin 14 stays high, and pin 12 goes from false to true 8 times, you will load eight 1&#8217;s into the shift register.  When pin 11 goes high, you will then dump those eight 1&#8217;s onto the output pins, and all of the outputs will energize.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Pin 13<\/h5>\n\n\n\n<p>Be sure to hold pin 13 low to keep the outputs enabled if this is the desired state.  I will give you a warning that when the chip powers up, you might not know what outputs are set to energize.   In this case, be careful of unpredictable operation!<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Pin 9<\/h5>\n\n\n\n<p>For this example, we&#8217;ll hold the master reclear (pin 9) high.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Circuit for the 74HC595 Shift Register<\/h4>\n\n\n\n<p>Let&#8217;s take a look at the circuit I have set up.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"633\" height=\"362\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-42.png\" alt=\"\" class=\"wp-image-6156 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-42.png 633w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-42-300x172.png 300w\" data-sizes=\"(max-width: 633px) 100vw, 633px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 633px; --smush-placeholder-aspect-ratio: 633\/362;\" \/><\/figure>\n\n\n\n<p>Before we begin, let&#8217;s take a look at the 4 switches\/buttons above the breadboard.  Enable allows the outputs to energize.  This must be connected to GND for the outputs to energize.  For this example, we&#8217;ll leave the outputs energized.<\/p>\n\n\n\n<p>Our &#8220;Load&#8221; button brings a value into memory from the &#8220;Input&#8221; switch.  For example:  If the input switch is off, and I press the &#8220;Load&#8221; button 8 times, we load eight 0&#8217;s into memory.   Likewise, if the input switch stays on, and we press the &#8220;Load&#8221; button 8 times, we load eight 1&#8217;s into memory.  &#8220;Dump&#8221; then moves this data to the outputs.<\/p>\n\n\n\n<p>The &#8220;Dump&#8221; button moves the data (8 bits) from the internal memory onto the outputs.  The &#8220;DUMP&#8221; button updates the outputs.<\/p>\n\n\n\n<p>To put it another way, if the input switch is ON, I&#8217;ll press the load button 4 times.  Then I&#8217;ll shut the input switch OFF, and press the load button another 4 times.  At this point, we&#8217;ll have four 1&#8217;s and four 0&#8217;s loaded into the shift register.  When we press the &#8220;Dump&#8221; button, the shift register moves to the outputs.  At this point, 4 outputs will be on, and 4 outputs will be off.<\/p>\n\n\n\n<p>Let&#8217;s give this a try!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"880\" height=\"495\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png\" alt=\"\" class=\"wp-image-6158 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png 880w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43-300x169.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43-768x432.png 768w\" data-sizes=\"(max-width: 880px) 100vw, 880px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 880px; --smush-placeholder-aspect-ratio: 880\/495;\" \/><\/figure>\n\n\n\n<p>Let&#8217;s do one more example to help you understand the operation.  This time, I&#8217;ll press the LOAD button twice with the INPUT switch on.  Then, I&#8217;ll shut off the INPUT switch, and press the LOAD button 6 more times.   Then I&#8217;ll press DUMP to update the outputs.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"848\" height=\"454\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-44.png\" alt=\"\" class=\"wp-image-6159 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-44.png 848w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-44-300x161.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-44-768x411.png 768w\" data-sizes=\"(max-width: 848px) 100vw, 848px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 848px; --smush-placeholder-aspect-ratio: 848\/454;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Summary<\/h4>\n\n\n\n<p>In short, you simply use the register clock (pin 11) to load values into memory from the input pin (14).  Then you will energize pin 12 to update the outputs.<\/p>\n\n\n\n<p>Now that you understand the operation of the shift register itself, you can write your code in the microcontroller to control the outputs.  Usually, you will do this with an array of 8 bits, and a FOR loop that sets the register values to the desired state, then updates the outputs.<\/p>\n\n\n\n<p>For more information on the shift register and examples of coding, visit <a href=\"https:\/\/www.arduino.cc\/en\/Tutorial\/Foundations\/ShiftOut\">arduino&#8217;s forum.<\/a><\/p>\n\n\n\n<p>For other basic arduino information, visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/intermediate\/\">intermediate category page!<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-1670107497\" 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 the 74HC595 Shift Register The 74HC595 Shift Register allows you to control field devices based on serial input data. Although we typically use the 74HC595 Shift Register with a microcontroller, we will not do that in this post. The purpose of this post is to simply understand the operation of the shift register. <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":6158,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,9],"tags":[317,318],"class_list":{"0":"post-6136","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-arduino-other-microprocessors","8":"category-intermediate","9":"tag-74hc595","10":"tag-shift-register","11":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>74HC595 Shift Register Operation - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.\" \/>\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\/2021\/02\/12\/74hc595-shift-register\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"74HC595 Shift Register Operation - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/\" \/>\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=\"2021-02-12T12:49:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-12T13:14:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png\" \/>\n\t<meta property=\"og:image:width\" content=\"880\" \/>\n\t<meta property=\"og:image:height\" content=\"495\" \/>\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\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"74HC595 Shift Register\",\"datePublished\":\"2021-02-12T12:49:02+00:00\",\"dateModified\":\"2021-02-12T13:14:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/\"},\"wordCount\":699,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/image-43.png\",\"keywords\":[\"74HC595\",\"shift register\"],\"articleSection\":[\"Arduino and other microprocessors\",\"Intermediate\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/\",\"name\":\"74HC595 Shift Register Operation - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/image-43.png\",\"datePublished\":\"2021-02-12T12:49:02+00:00\",\"dateModified\":\"2021-02-12T13:14:29+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/image-43.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/image-43.png\",\"width\":880,\"height\":495,\"caption\":\"Shift Register\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/02\\\/12\\\/74hc595-shift-register\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"74HC595 Shift Register\"}]},{\"@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":"74HC595 Shift Register Operation - Bryce Automation","description":"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.","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\/2021\/02\/12\/74hc595-shift-register\/","og_locale":"en_US","og_type":"article","og_title":"74HC595 Shift Register Operation - Bryce Automation","og_description":"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.","og_url":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2021-02-12T12:49:02+00:00","article_modified_time":"2021-02-12T13:14:29+00:00","og_image":[{"width":880,"height":495,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.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\/2021\/02\/12\/74hc595-shift-register\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"74HC595 Shift Register","datePublished":"2021-02-12T12:49:02+00:00","dateModified":"2021-02-12T13:14:29+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/"},"wordCount":699,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png","keywords":["74HC595","shift register"],"articleSection":["Arduino and other microprocessors","Intermediate"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/","url":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/","name":"74HC595 Shift Register Operation - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png","datePublished":"2021-02-12T12:49:02+00:00","dateModified":"2021-02-12T13:14:29+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Basic operation, wiring, and uses for the 74HC595 Shift Register for use on the Arduino, ESP8266, or even PLC systems.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/02\/image-43.png","width":880,"height":495,"caption":"Shift Register"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/02\/12\/74hc595-shift-register\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"74HC595 Shift Register"}]},{"@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\/6136","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=6136"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/6136\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/6158"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=6136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=6136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=6136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}