{"id":949,"date":"2020-10-27T14:33:23","date_gmt":"2020-10-27T14:33:23","guid":{"rendered":"https:\/\/smartsensordevices.com\/?p=949"},"modified":"2021-05-05T13:45:54","modified_gmt":"2021-05-05T13:45:54","slug":"sending-and-receiving-data-between-two-bleutooth-dongle","status":"publish","type":"post","link":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/","title":{"rendered":"Sending and receiving data between two Bluetooth dongle"},"content":{"rendered":"\n<p>In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script that sends data back and forth between dongles.<\/p>\n\n\n\n<p><strong>In short :<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>One dongle will take on the Central role and the other will take on the Peripheral role.<\/li><li>Then they will connect to each other.<\/li><li>The Central dongle will then start off sending a message; &#8220;Echo&#8221;.<\/li><li>The Peripheral dongle will then receive the message and send it back to the Central dongle which in turn will receive it and send it back and so forth until the script is stopped.<\/li><\/ol>\n\n\n\n<p><strong>Device Required:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Laptop<\/li><li>2 <a rel=\"noreferrer noopener\" href=\"https:\/\/www.bleuio.com\/\" target=\"_blank\">BleuIO<\/a> &#8211; BLE Dongle<\/li><\/ul>\n\n\n\n<p><strong>Software Tools Required :&nbsp;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/ttssh2.osdn.jp\/index.html.en\" target=\"_blank\" rel=\"noreferrer noopener\">Tera Term<\/a><\/li><li><a href=\"https:\/\/www.python.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Python<\/a><\/li><\/ul>\n\n\n\n<p>Step 1 : Install <a href=\"https:\/\/www.python.org\/downloads\/\">Python<\/a> on both laptop and connect a USB Dongle on each of them.<\/p>\n\n\n\n<p>Step 2 : For a quick setup, copy the following script and save it on your local directory as sps_example.py . You can also get the source code from our&nbsp;<a href=\"https:\/\/github.com\/smart-sensor-devices-ab\/ssd005_example_scripts\/tree\/develop\/sps_example\" target=\"_blank\" rel=\"noreferrer noopener\">GITHUB PAGE<\/a>.<\/p>\n\n\n\n<p>Step 3: Change the COM-port in the script on both computers to match the ones your dongles is actually connected to. For the one that will be set up as the Central dongle you will also need to change the target_dongle_mac_address variable to the MAC address of your Peripheral dongle. You can get the MAC address by scanning for the other dongle while it&#8217;s advertising. To learn more about how to scan check out our <a href=\"https:\/\/smart-sensor-devices-ab.github.io\/ssd005-manual\/docs\/scanscript\">scanning tutorial<\/a>.<\/p>\n\n\n\n<p>Step 4: Open up the command prompt, on both computers, in the directory where the script is located. Start the script by typing python sps_example.py and press Enter.<\/p>\n\n\n\n<p>Step 5: You should now be prompted to enter 1 or 2 depending on what role the dongle should have. Set one as Peripheral and the other as Central. It is advisable to setup the Peripheral first as the Central will need someone to connect to.<\/p>\n\n\n\n<p>You should now see in the terminal how the dongles send and recieve data to and from each other.<\/p>\n\n\n\n<p>The script will run until you stop it.<\/p>\n\n\n\n<p>And that is an example of how we can send data between two dongles. If you want to stop the script, you can simply press control C.<\/p>\n\n\n\n<p>Full source also available on&nbsp;<a href=\"https:\/\/github.com\/smart-sensor-devices-ab\/ssd005_example_scripts\/tree\/master\/sps_example\"><strong>GitHub<\/strong><\/a>.<\/p>\n\n\n\n<p>Project Video<\/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=\"Sending and receiving data between two Bleutooth dongle\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/9jebjGuPeec?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>In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script that sends data back and forth between dongles. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":953,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,21],"tags":[],"class_list":["post-949","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>Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB<\/title>\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\/sending-and-receiving-data-between-two-bleutooth-dongle\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB\" \/>\n<meta property=\"og:description\" content=\"In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script that sends data back and forth between dongles. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\" \/>\n<meta property=\"og:site_name\" content=\"SMART SENSOR DEVICES AB\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-27T14:33:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-05T13:45:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"642\" \/>\n\t<meta property=\"og:image:height\" content=\"395\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\"},\"author\":{\"name\":\"siteManager\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\"},\"headline\":\"Sending and receiving data between two Bluetooth dongle\",\"datePublished\":\"2020-10-27T14:33:23+00:00\",\"dateModified\":\"2021-05-05T13:45:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\"},\"wordCount\":414,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif\",\"articleSection\":[\"BleuIO\",\"BleuIO tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\",\"name\":\"Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif\",\"datePublished\":\"2020-10-27T14:33:23+00:00\",\"dateModified\":\"2021-05-05T13:45:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif\",\"width\":642,\"height\":395},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smartsensordevices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sending and receiving data between two Bluetooth dongle\"}]},{\"@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":"Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB","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\/sending-and-receiving-data-between-two-bleutooth-dongle\/","og_locale":"en_US","og_type":"article","og_title":"Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB","og_description":"In this project, we will demonstrate how two Bluetooth dongles can be paired together and share data between them. To pair two Bluetooth dongle, one of them needs to be configured as Central and other needs to be configured as Peripheral. We already wrote a Python script that sends data back and forth between dongles. [&hellip;]","og_url":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/","og_site_name":"SMART SENSOR DEVICES AB","article_published_time":"2020-10-27T14:33:23+00:00","article_modified_time":"2021-05-05T13:45:54+00:00","og_image":[{"width":642,"height":395,"url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#article","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/"},"author":{"name":"siteManager","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1"},"headline":"Sending and receiving data between two Bluetooth dongle","datePublished":"2020-10-27T14:33:23+00:00","dateModified":"2021-05-05T13:45:54+00:00","mainEntityOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/"},"wordCount":414,"commentCount":0,"publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif","articleSection":["BleuIO","BleuIO tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/","url":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/","name":"Sending and receiving data between two Bluetooth dongle - SMART SENSOR DEVICES AB","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif","datePublished":"2020-10-27T14:33:23+00:00","dateModified":"2021-05-05T13:45:54+00:00","breadcrumb":{"@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#primaryimage","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2020\/10\/sps-datatransfer-1.gif","width":642,"height":395},{"@type":"BreadcrumbList","@id":"https:\/\/smartsensordevices.com\/blog\/sending-and-receiving-data-between-two-bleutooth-dongle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartsensordevices.com\/"},{"@type":"ListItem","position":2,"name":"Sending and receiving data between two Bluetooth dongle"}]},{"@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\/949"}],"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=949"}],"version-history":[{"count":4,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/949\/revisions"}],"predecessor-version":[{"id":964,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/949\/revisions\/964"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media\/953"}],"wp:attachment":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media?parent=949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/categories?post=949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/tags?post=949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}