{"id":1247,"date":"2021-09-01T14:48:16","date_gmt":"2021-09-01T14:48:16","guid":{"rendered":"https:\/\/smartsensordevices.com\/?p=1247"},"modified":"2021-09-01T15:40:05","modified_gmt":"2021-09-01T15:40:05","slug":"location-analysis-using-bluetooth-low-energy","status":"publish","type":"post","link":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/","title":{"rendered":"Location analysis using Bluetooth Low Energy"},"content":{"rendered":"\n<p>Distance to a Bluetooth device can be measured using RSSI value. The following script will help you locate nearby unique BLE devices within a selected range.<\/p>\n\n\n\n<p>This script scans for nearby unique Bluetooth devices within the given range using a well-known RSSI to distance formula.&nbsp;<\/p>\n\n\n\n<p><strong>Requirments<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You need to have a BLE USB dongle BleuIO&nbsp;<a target=\"_blank\" href=\"https:\/\/www.bleuio.com\/\" rel=\"noreferrer noopener\">https:\/\/www.bleuio.com\/<\/a><\/li><li>To run the script, you need a web application bundler. You can use parceljs.&nbsp;<a target=\"_blank\" href=\"https:\/\/parceljs.org\/getting_started.html\" rel=\"noreferrer noopener\">https:\/\/parceljs.org\/getting_started.html<\/a><\/li><\/ul>\n\n\n\n<p><strong>Instructions<\/strong><\/p>\n\n\n\n<p>git clone https:\/\/github.com\/smart-sensor-devices-ab\/device_within_range.git<\/p>\n\n\n\n<p>Go inside the folder type in terminal<\/p>\n\n\n\n<p>parcel index.html<\/p>\n\n\n\n<p>The script will scan for five seconds for nearby devices within range. You can update the value based on your requirements.<\/p>\n\n\n\n<p>You can also run this script from online at<\/p>\n\n\n\n<p><a href=\"https:\/\/smart-sensor-devices-ab.github.io\/device_within_range\/dist\/index.html\">https:\/\/smart-sensor-devices-ab.github.io\/device_within_range\/dist\/index.html<\/a><\/p>\n\n\n\n<p>**<em>Make sure your BleuIO dongle is connected<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1020\" height=\"709\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/09\/image.png\" alt=\"\" class=\"wp-image-1248\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image.png 1020w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-300x209.png 300w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-768x534.png 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"660\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/09\/image-1-1024x660.png\" alt=\"\" class=\"wp-image-1250\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-1-1024x660.png 1024w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-1-300x193.png 300w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-1-768x495.png 768w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/image-1.png 1369w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Read more about how to calculate the distance<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-link is-provider-iot-and-electronics\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\" data-secret=\"SOCaZXAkJD\"><a href=\"https:\/\/iotandelectronics.wordpress.com\/2016\/10\/07\/how-to-calculate-distance-from-the-rssi-value-of-the-ble-beacon\/\">How to Calculate Distance from the RSSI value of the BLE&nbsp;Beacon<\/a><\/blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;How to Calculate Distance from the RSSI value of the BLE&nbsp;Beacon&#8221; &#8212; IOT and Electronics\" src=\"https:\/\/iotandelectronics.wordpress.com\/2016\/10\/07\/how-to-calculate-distance-from-the-rssi-value-of-the-ble-beacon\/embed\/#?secret=BpgUBMYyot#?secret=SOCaZXAkJD\" data-secret=\"SOCaZXAkJD\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Distance to a Bluetooth device can be measured using RSSI value. The following script will help you locate nearby unique BLE devices within a selected range. This script scans for nearby unique Bluetooth devices within the given range using a well-known RSSI to distance formula.&nbsp; Requirments You need to have a BLE USB dongle BleuIO&nbsp;https:\/\/www.bleuio.com\/ [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1251,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,21],"tags":[],"class_list":["post-1247","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>Location analysis using Bluetooth Low Energy - 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\/location-analysis-using-bluetooth-low-energy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location analysis using Bluetooth Low Energy - SMART SENSOR DEVICES AB\" \/>\n<meta property=\"og:description\" content=\"Distance to a Bluetooth device can be measured using RSSI value. The following script will help you locate nearby unique BLE devices within a selected range. This script scans for nearby unique Bluetooth devices within the given range using a well-known RSSI to distance formula.&nbsp; Requirments You need to have a BLE USB dongle BleuIO&nbsp;https:\/\/www.bleuio.com\/ [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\" \/>\n<meta property=\"og:site_name\" content=\"SMART SENSOR DEVICES AB\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-01T14:48:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-01T15:40:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"425\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\"},\"author\":{\"name\":\"siteManager\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\"},\"headline\":\"Location analysis using Bluetooth Low Energy\",\"datePublished\":\"2021-09-01T14:48:16+00:00\",\"dateModified\":\"2021-09-01T15:40:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\"},\"wordCount\":169,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png\",\"articleSection\":[\"BleuIO\",\"BleuIO tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\",\"name\":\"Location analysis using Bluetooth Low Energy - SMART SENSOR DEVICES AB\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png\",\"datePublished\":\"2021-09-01T14:48:16+00:00\",\"dateModified\":\"2021-09-01T15:40:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png\",\"width\":700,\"height\":425},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smartsensordevices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location analysis using Bluetooth Low Energy\"}]},{\"@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":"Location analysis using Bluetooth Low Energy - 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\/location-analysis-using-bluetooth-low-energy\/","og_locale":"en_US","og_type":"article","og_title":"Location analysis using Bluetooth Low Energy - SMART SENSOR DEVICES AB","og_description":"Distance to a Bluetooth device can be measured using RSSI value. The following script will help you locate nearby unique BLE devices within a selected range. This script scans for nearby unique Bluetooth devices within the given range using a well-known RSSI to distance formula.&nbsp; Requirments You need to have a BLE USB dongle BleuIO&nbsp;https:\/\/www.bleuio.com\/ [&hellip;]","og_url":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/","og_site_name":"SMART SENSOR DEVICES AB","article_published_time":"2021-09-01T14:48:16+00:00","article_modified_time":"2021-09-01T15:40:05+00:00","og_image":[{"width":700,"height":425,"url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png","type":"image\/png"}],"author":"siteManager","twitter_card":"summary_large_image","twitter_creator":"@ssd_techs","twitter_site":"@ssd_techs","twitter_misc":{"Written by":"siteManager","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#article","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/"},"author":{"name":"siteManager","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1"},"headline":"Location analysis using Bluetooth Low Energy","datePublished":"2021-09-01T14:48:16+00:00","dateModified":"2021-09-01T15:40:05+00:00","mainEntityOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/"},"wordCount":169,"commentCount":0,"publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png","articleSection":["BleuIO","BleuIO tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/","url":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/","name":"Location analysis using Bluetooth Low Energy - SMART SENSOR DEVICES AB","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png","datePublished":"2021-09-01T14:48:16+00:00","dateModified":"2021-09-01T15:40:05+00:00","breadcrumb":{"@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#primaryimage","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/09\/device.png","width":700,"height":425},{"@type":"BreadcrumbList","@id":"https:\/\/smartsensordevices.com\/blog\/location-analysis-using-bluetooth-low-energy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartsensordevices.com\/"},{"@type":"ListItem","position":2,"name":"Location analysis using Bluetooth Low Energy"}]},{"@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\/1247"}],"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=1247"}],"version-history":[{"count":3,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1247\/revisions"}],"predecessor-version":[{"id":1254,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1247\/revisions\/1254"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media\/1251"}],"wp:attachment":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media?parent=1247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/categories?post=1247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/tags?post=1247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}