{"id":1136,"date":"2021-04-01T14:41:18","date_gmt":"2021-04-01T14:41:18","guid":{"rendered":"https:\/\/smartsensordevices.com\/?p=1136"},"modified":"2021-05-05T13:25:50","modified_gmt":"2021-05-05T13:25:50","slug":"create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature","status":"publish","type":"post","link":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/","title":{"rendered":"Create a Bluetooth Low Energy repeater using multi-connection feature"},"content":{"rendered":"\n<p>Bluetooth low energy technology offers a suitable way of connecting smart devices.<br>However, despite the convenience, you can bear witness that the range offered can be a little limiting. Sometimes the connection tends to drop or lag when you move a little further away from the device. Fortunately, it\u2019s easy to overcome this range limitation with the Bluetooth repeater.<\/p>\n\n\n\n<p>This article will explain how to create a BLE Repeater using BLE USB dongle called BleuIO and python.<\/p>\n\n\n\n<p>The BleuIO is Bluetooth low energy solution that can be used to create new BLE 5.0 applications in the fastest and easiest way. Using this dongle\u2019s multi-connection feature, we will make a simple repeater where one dongle scans nearby devices data and sends it to the repeater. At the same time, the repeater passes the data to the receiver dongle. And that&#8217;s how a repeater will help us overcome the range limitation.<\/p>\n\n\n\n<p>For this project, sender dongle will scan for <a href=\"https:\/\/www.hibouair.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">air quality data from HibouAir<\/a> device and pass the advertised data along with timestamp to the repeater. The repeater dongle will be connected to a Raspberry pi which will forward data to the receiver dongle.<\/p>\n\n\n\n<p>We have already created a sample script in python, which will help us to do the task.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Requirements :<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.bleuio.com\/\" target=\"_blank\">3 pcs BleuIO Dongle.<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.hibouair.com\/\" target=\"_blank\">HibouAir\u00a0<\/a>or any BLE device<\/li><li>Python 2.7 or Python 3.4 and newer<\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/pypi.org\/project\/pyserial\/\" target=\"_blank\">pyserial 3.5<\/a><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Task:<\/h3>\n\n\n\n<p><strong>Step 1:&nbsp;<\/strong><\/p>\n\n\n\n<p>Let\u2019s start by cloning the repository from&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps:\/\/github.com\/smart-sensor-devices-ab\/bleuio_repeater_example\n<\/div><\/figure>\n\n\n\n<p>Once you cloned the script, you will find three different python script called<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>repeater_example_reciever_dongle.py<\/li><li>repeater_example_repeter_dongle.py<\/li><li>repeater_example_sender_dongle.py<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/03\/image.png\" alt=\"\" class=\"wp-image-1276\"\/><\/figure>\n\n\n\n<p>We need to update the ports on those scripts manually.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong><br>Connect two dongles on your PC. You can do the process on three different PC or Raspberry Pi.<br>For this project, I have connected both the sender and reciever dongles to one PC.<br>After connecting the dongles, open device manager (windows) to find ports of each dongle.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/04\/image.png\" alt=\"\" class=\"wp-image-1285\"\/><\/figure>\n\n\n\n<p>On my PC, I have two dongles connected on port 5 and 6.<br>Let\u2019s make COM 5 as the sender, COM 6 as a receiver.<br>Now open the scripts and set the ports number accordingly.<\/p>\n\n\n\n<p><br>We also need to know repeater dongles ID. To do that, we can simply advertise the dongle on Raspberry pi using&nbsp;<strong>AT+ADVSTART<\/strong>&nbsp;command .Then do a gapscan using&nbsp;<strong>AT+GAPSCAN<\/strong>&nbsp;from sender dongle and look for a dongle called&nbsp;<strong>BleuIO<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/03\/image-2-1024x625.png\" alt=\"\" class=\"wp-image-1278\"\/><\/figure>\n\n\n\n<p><br>Once we have repeater dongles id, we can put it on our scripts.<\/p>\n\n\n\n<p><strong>Step 3 :<\/strong><\/p>\n\n\n\n<p>Now lets run the script.&nbsp;<\/p>\n\n\n\n<p>First move to the script directory on Raspberry pi and using command prompt type&nbsp;<strong>sudo python3 repeater_example_repeter_dongle.py<\/strong>&nbsp;to run repeater script.<\/p>\n\n\n\n<p>Similarly, run receiver and sender scripts accordingly on PC.<\/p>\n\n\n\n<p>As the name suggests, the repeater will repeat its content. On the terminal, we will see the message sent to the repeater from the sender, and the repeater forwards the data to the receiver dongle.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/04\/repeaterexample-1024x549.png\" alt=\"\" class=\"wp-image-1286\"\/><\/figure>\n\n\n\n<p>Follow this video for a better understanding.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Create a Bluetooth repeater using BleuIO&#039;s multi-connection feature\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/TBIprzx2Cl8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Bluetooth low energy technology offers a suitable way of connecting smart devices.However, despite the convenience, you can bear witness that the range offered can be a little limiting. Sometimes the connection tends to drop or lag when you move a little further away from the device. Fortunately, it\u2019s easy to overcome this range limitation with [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1142,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,21],"tags":[],"class_list":["post-1136","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bleuio","category-bleuio-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB<\/title>\n<meta name=\"description\" content=\"Create simple Bluetooth low energy repeater using BleuIO&#039;s multi connection feature. Scan and send data to the repeater and forward it to the receiver.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB\" \/>\n<meta property=\"og:description\" content=\"Create simple Bluetooth low energy repeater using BleuIO&#039;s multi connection feature. Scan and send data to the repeater and forward it to the receiver.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\" \/>\n<meta property=\"og:site_name\" content=\"SMART SENSOR DEVICES AB\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-01T14:41:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-05T13:25:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"986\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/gif\" \/>\n<meta name=\"author\" content=\"siteManager\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ssd_techs\" \/>\n<meta name=\"twitter:site\" content=\"@ssd_techs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"siteManager\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\"},\"author\":{\"name\":\"siteManager\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\"},\"headline\":\"Create a Bluetooth Low Energy repeater using multi-connection feature\",\"datePublished\":\"2021-04-01T14:41:18+00:00\",\"dateModified\":\"2021-05-05T13:25:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\"},\"wordCount\":525,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif\",\"articleSection\":[\"BleuIO\",\"BleuIO tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\",\"name\":\"Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif\",\"datePublished\":\"2021-04-01T14:41:18+00:00\",\"dateModified\":\"2021-05-05T13:25:50+00:00\",\"description\":\"Create simple Bluetooth low energy repeater using BleuIO's multi connection feature. Scan and send data to the repeater and forward it to the receiver.\",\"breadcrumb\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif\",\"width\":986,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smartsensordevices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create a Bluetooth Low Energy repeater using multi-connection feature\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/\",\"name\":\"SMART SENSOR DEVICES AB\",\"description\":\"IOT solutions for the future\",\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/smartsensordevices.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\",\"name\":\"SMART SENSOR DEVICES AB\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/03\/cropped-SSD-color.png\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/03\/cropped-SSD-color.png\",\"width\":756,\"height\":230,\"caption\":\"SMART SENSOR DEVICES AB\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ssd_techs\",\"https:\/\/www.linkedin.com\/company\/smart-sensor-devices-ab\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\",\"name\":\"siteManager\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cca20a2883c689ad2ed55eff75dd546d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cca20a2883c689ad2ed55eff75dd546d?s=96&d=mm&r=g\",\"caption\":\"siteManager\"},\"url\":\"https:\/\/smartsensordevices.com\/blog\/author\/ssdadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB","description":"Create simple Bluetooth low energy repeater using BleuIO's multi connection feature. Scan and send data to the repeater and forward it to the receiver.","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:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/","og_locale":"en_US","og_type":"article","og_title":"Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB","og_description":"Create simple Bluetooth low energy repeater using BleuIO's multi connection feature. Scan and send data to the repeater and forward it to the receiver.","og_url":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/","og_site_name":"SMART SENSOR DEVICES AB","article_published_time":"2021-04-01T14:41:18+00:00","article_modified_time":"2021-05-05T13:25:50+00:00","og_image":[{"width":986,"height":512,"url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif","type":"image\/gif"}],"author":"siteManager","twitter_card":"summary_large_image","twitter_creator":"@ssd_techs","twitter_site":"@ssd_techs","twitter_misc":{"Written by":"siteManager","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#article","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/"},"author":{"name":"siteManager","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1"},"headline":"Create a Bluetooth Low Energy repeater using multi-connection feature","datePublished":"2021-04-01T14:41:18+00:00","dateModified":"2021-05-05T13:25:50+00:00","mainEntityOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/"},"wordCount":525,"commentCount":0,"publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif","articleSection":["BleuIO","BleuIO tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/","url":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/","name":"Create a Bluetooth Low Energy repeater using multi-connection feature - SMART SENSOR DEVICES AB","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif","datePublished":"2021-04-01T14:41:18+00:00","dateModified":"2021-05-05T13:25:50+00:00","description":"Create simple Bluetooth low energy repeater using BleuIO's multi connection feature. Scan and send data to the repeater and forward it to the receiver.","breadcrumb":{"@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#primaryimage","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/04\/bleuio-repeater.gif","width":986,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/smartsensordevices.com\/blog\/create-a-bluetooth-low-energy-repeater-using-bleuios-multi-connection-feature\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartsensordevices.com\/"},{"@type":"ListItem","position":2,"name":"Create a Bluetooth Low Energy repeater using multi-connection feature"}]},{"@type":"WebSite","@id":"https:\/\/smartsensordevices.com\/blog\/#website","url":"https:\/\/smartsensordevices.com\/blog\/","name":"SMART SENSOR DEVICES AB","description":"IOT solutions for the future","publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/smartsensordevices.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/smartsensordevices.com\/blog\/#organization","name":"SMART SENSOR DEVICES AB","url":"https:\/\/smartsensordevices.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/03\/cropped-SSD-color.png","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/03\/cropped-SSD-color.png","width":756,"height":230,"caption":"SMART SENSOR DEVICES AB"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ssd_techs","https:\/\/www.linkedin.com\/company\/smart-sensor-devices-ab\/"]},{"@type":"Person","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1","name":"siteManager","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cca20a2883c689ad2ed55eff75dd546d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cca20a2883c689ad2ed55eff75dd546d?s=96&d=mm&r=g","caption":"siteManager"},"url":"https:\/\/smartsensordevices.com\/blog\/author\/ssdadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1136"}],"collection":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/comments?post=1136"}],"version-history":[{"count":14,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1136\/revisions"}],"predecessor-version":[{"id":1158,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1136\/revisions\/1158"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media\/1142"}],"wp:attachment":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media?parent=1136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/categories?post=1136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/tags?post=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}