{"id":1341,"date":"2017-11-03T01:06:30","date_gmt":"2017-11-03T01:06:30","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=1341"},"modified":"2017-11-03T01:06:30","modified_gmt":"2017-11-03T01:06:30","slug":"pir-motion-sensor","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/","title":{"rendered":"PIR Motion Sensor"},"content":{"rendered":"<h2>Introduction to the PIR motion sensor<\/h2>\n<p>We will use PIR Motion Sensor (Passive Infrared) to detect movement.\u00a0 \u00a0 We can use the PIR sensor for security\u00a0 If the sensor detects movement, we can sound an alarm.\u00a0 \u00a0Another use for the PIR sensor is to automatically energize a light when detecting movement.\u00a0 If you wake up in the middle of the night, the sensor can detect movement, and automatically energize a light for you.\u00a0 Likewise, when the sensor is mounted to a robot, you can have the robot execute a subroutine when motion is detected.<\/p><div id=\"bryce-2487624816\" 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<p><img decoding=\"async\" class=\"aligncenter wp-image-1342 size-medium lazyload\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869-300x238.jpg\" alt=\"PIR Front\" width=\"300\" height=\"238\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869-300x238.jpg 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869-768x609.jpg 768w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869-1024x812.jpg 1024w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg 1000w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/238;\" \/><\/p>\n<p>We will take a look at the controls and wiring on the back of the module:<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-1343 size-medium lazyload\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRBack-e1509666795223-300x227.jpg\" alt=\"PIR Back\" width=\"300\" height=\"227\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRBack-e1509666795223-300x227.jpg 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRBack-e1509666795223-768x582.jpg 768w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRBack-e1509666795223-1024x776.jpg 1024w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRBack-e1509666795223.jpg 1000w\" data-sizes=\"(max-width: 300px) 100vw, 300px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 300px; --smush-placeholder-aspect-ratio: 300\/227;\" \/><\/p>\n<p>To wire the module, connect VCC to +5v.\u00a0 GND will connect to ground.\u00a0 \u00a0In this example, connect the output to Pin 2.\u00a0 \u00a0We use the potentiometers to set the time delay, and sensitivity.\u00a0 Typically, the sensor will be able to detect movement up to 20 feet away.<\/p>\n<p>The connected circuit will look similar to this.\u00a0 \u00a0Pin #13 is connected to the LED indicator.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter wp-image-1353 size-large lazyload\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRCircuit2-e1509669975865-750x1024.jpg\" alt=\"PIR Circuit\" width=\"750\" height=\"1024\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRCircuit2-e1509669975865-750x1024.jpg 750w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRCircuit2-e1509669975865-220x300.jpg 220w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRCircuit2-e1509669975865-768x1048.jpg 768w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRCircuit2-e1509669975865.jpg 733w\" data-sizes=\"(max-width: 750px) 100vw, 750px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 750px; --smush-placeholder-aspect-ratio: 750\/1024;\" \/><\/p>\n<p>Furthermore, we need some code to upload to the arduino processor to verify that our circuit is working.\u00a0 \u00a0 I&#8217;ve modified some code from the Arduino Playground that we can use to test the circuit.\u00a0 \u00a0Up to the present time, the source code for this project is <a href=\"https:\/\/playground.arduino.cc\/Code\/PIRsense\">here<\/a>.\u00a0 The only change I made was to the pin our output is connected to.\u00a0 \u00a0In this example,\u00a0 the output of the PIR sensor is connected to Pin #2.<\/p>\n<h2>Upload and test the code<\/h2>\n<p>First of all, be sure you select the correct communication port in your arduino IDE, and upload the sketch.\u00a0 Next, wait 30 seconds while the sensor calibrates.\u00a0 Finally, you are ready to use your sensor.\u00a0 \u00a0You will notice when movement occurs, the LED indicator will energize.<\/p>\n<p><img decoding=\"async\" class=\"aligncenter size-full wp-image-1351 lazyload\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/SensorDetect.png\" alt=\"Sensor Detect\" width=\"464\" height=\"183\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/SensorDetect.png 464w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/SensorDetect-300x118.png 300w\" data-sizes=\"(max-width: 464px) 100vw, 464px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 464px; --smush-placeholder-aspect-ratio: 464\/183;\" \/><\/p>\n<p>At this point, if no motion is detected during the pause setting, the LED indicator will shut off.<\/p>\n<p>If you are having trouble with the sensor, try to adjust the sensitivity and time delay potentiometers which are located on the PIR sensor itself.\u00a0 Not to mention, you must check the connections themselves.<\/p>\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-3675996244\" 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 PIR motion sensor We will use PIR Motion Sensor (Passive Infrared) to detect movement.\u00a0 \u00a0 We can use the PIR sensor for security\u00a0 If the sensor detects movement, we can sound an alarm.\u00a0 \u00a0Another use for the PIR sensor is to automatically energize a light when detecting movement.\u00a0 If you wake up <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":1342,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5,8],"tags":[85,84],"class_list":{"0":"post-1341","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-arduino-other-microprocessors","8":"category-beginner","9":"tag-motion-detector","10":"tag-pir-sensor","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>Connecting and uploading the code for the PIR motion sensor.<\/title>\n<meta name=\"description\" content=\"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.\" \/>\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\/2017\/11\/03\/pir-motion-sensor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connecting and uploading the code for the PIR motion sensor.\" \/>\n<meta property=\"og:description\" content=\"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/\" \/>\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=\"2017-11-03T01:06:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"793\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"PIR Motion Sensor\",\"datePublished\":\"2017-11-03T01:06:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/\"},\"wordCount\":352,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/PIRFront-e1509666681869.jpg\",\"keywords\":[\"Motion Detector\",\"PIR Sensor\"],\"articleSection\":[\"Arduino and other microprocessors\",\"Beginner\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/\",\"name\":\"Connecting and uploading the code for the PIR motion sensor.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/PIRFront-e1509666681869.jpg\",\"datePublished\":\"2017-11-03T01:06:30+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/PIRFront-e1509666681869.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/PIRFront-e1509666681869.jpg\",\"width\":1000,\"height\":793,\"caption\":\"PIR Front\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2017\\\/11\\\/03\\\/pir-motion-sensor\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PIR Motion Sensor\"}]},{\"@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":"Connecting and uploading the code for the PIR motion sensor.","description":"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.","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\/2017\/11\/03\/pir-motion-sensor\/","og_locale":"en_US","og_type":"article","og_title":"Connecting and uploading the code for the PIR motion sensor.","og_description":"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.","og_url":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2017-11-03T01:06:30+00:00","og_image":[{"width":1000,"height":793,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg","type":"image\/jpeg"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"PIR Motion Sensor","datePublished":"2017-11-03T01:06:30+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/"},"wordCount":352,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg","keywords":["Motion Detector","PIR Sensor"],"articleSection":["Arduino and other microprocessors","Beginner"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/","url":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/","name":"Connecting and uploading the code for the PIR motion sensor.","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg","datePublished":"2017-11-03T01:06:30+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Passive Infrared Motion Sensor In this post, we will connect the PIR sensor to the Arduino Uno, and upload the code to test the operation.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2017\/11\/PIRFront-e1509666681869.jpg","width":1000,"height":793,"caption":"PIR Front"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2017\/11\/03\/pir-motion-sensor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"PIR Motion Sensor"}]},{"@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\/1341","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=1341"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/1341\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/1342"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=1341"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=1341"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=1341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}