{"id":1348,"date":"2021-11-12T13:02:19","date_gmt":"2021-11-12T13:02:19","guid":{"rendered":"https:\/\/smartsensordevices.com\/?p=1348"},"modified":"2021-11-12T13:35:37","modified_gmt":"2021-11-12T13:35:37","slug":"access-ble-data-remotely","status":"publish","type":"post","link":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/","title":{"rendered":"Access BLE data remotely"},"content":{"rendered":"\n<p>Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely.&nbsp;&nbsp;<\/p>\n\n\n\n<p>We have already created a script that communicates through BleuIO dongle remotely and gives us the response. You can access the script at&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/smart-sensor-devices-ab\/bledata_remote_access.git\">https:\/\/github.com\/smart-sensor-devices-ab\/bledata_remote_access.git<\/a><\/p>\n\n\n\n<p>You are free to clone the script and make changes as you wish.&nbsp;<\/p>\n\n\n\n<p>In this script, JavaScript is used to connect to the dongle using google chrome\u2019s serial port. There is a simple PHP script that helps pass data through the cloud.<\/p>\n\n\n\n<p><strong>Step 1: Uploading<\/strong><\/p>\n\n\n\n<p>Upload the API folder in any server that supports PHP. This script reads and writes data to a JSON file upon request.<\/p>\n\n\n\n<p>We have uploaded the file at http:\/\/smartsensor.io\/api\/api.php<\/p>\n\n\n\n<p>You can use this URL if you don\u2019t have a server to upload.<\/p>\n\n\n\n<p><strong>Step 2: Home computer setup<\/strong><\/p>\n\n\n\n<p>Open the&nbsp;<strong>index.js<\/strong>&nbsp;file found in the root folder and update the URL of the API file on both occasions.&nbsp;<\/p>\n\n\n\n<p>You can leave the url as it is if you want to use file from our server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"724\" height=\"562\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/11\/image-5.png\" alt=\"\" class=\"wp-image-1351\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-5.png 724w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-5-300x233.png 300w\" sizes=\"(max-width: 724px) 100vw, 724px\" \/><\/figure>\n\n\n\n<p>Now connect a BleuIO dongle to your home computer and open the&nbsp;<strong>index.html<\/strong>&nbsp;file from the root folder.<\/p>\n\n\n\n<p>Click&nbsp;<strong>connect&nbsp;<\/strong>and select the COM port where the dongle is connected.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"715\" height=\"498\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/11\/image-1.png\" alt=\"\" class=\"wp-image-1352\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-1.png 715w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-1-300x209.png 300w\" sizes=\"(max-width: 715px) 100vw, 715px\" \/><\/figure>\n\n\n\n<p><strong>Step 3: Office \/ Workplace \/ remote computer setup<\/strong><\/p>\n\n\n\n<p>Open the&nbsp;<strong>index.html<\/strong>&nbsp;file found in the user folder and update the URL of the API file on both occasions.<\/p>\n\n\n\n<p>You can leave the url as it is if you want to use file from our server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"594\" height=\"624\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/11\/image-4.png\" alt=\"\" class=\"wp-image-1353\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-4.png 594w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-4-286x300.png 286w\" sizes=\"(max-width: 594px) 100vw, 594px\" \/><\/figure>\n\n\n\n<p>Now open this file in a browser and start writing AT commands.<\/p>\n\n\n\n<p>Currently, You can access the following AT commands&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>ATI (<em>&nbsp;Returns firmware version, hardware type and unique organization identifier, device connection status<\/em>&nbsp;)<\/li><li>AT+CENTRAL (<em>Sets the device Bluetooth role to central role.<\/em>)<\/li><li>AT+PERIPHERAL (<em>Sets the device Bluetooth role to the peripheral.<\/em>)<\/li><li>AT+DUAL (<em>Sets the device Bluetooth role to dual role. Which means it has both Central and Peripheral role capabilities.<\/em>)<\/li><li>AT+ADVSTART (<em>Starts advertising<\/em>)<\/li><li>AT+ADVSTOP (S<em>tops advertising. Returns ERROR if not already advertising<\/em>)<\/li><li>AT+GAPSTATUS (<em>Reports the Bluetooth role<\/em>)<\/li><li>AT+GAPSCAN=2 (<em>Starts a Bluetooth device scan with the timer set in seconds. Make sure to set a timer for the scan.<\/em>)<\/li><\/ul>\n\n\n\n<p>Once you type one of the above commands, you will start to see the response from the dongle on your browser screen.<\/p>\n\n\n\n<p>I am trying to scan for BLE devices at my home where BleuIO dongle is connected. Here I got a list of devices showing on my browser screen. Make sure the device is on central mode to scan for devices.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"964\" height=\"775\" src=\"http:\/\/smartsensordevices.com\/wp-content\/uploads\/2021\/11\/image-3.png\" alt=\"\" class=\"wp-image-1354\" srcset=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-3.png 964w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-3-300x241.png 300w, https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/image-3-768x617.png 768w\" sizes=\"(max-width: 964px) 100vw, 964px\" \/><\/figure>\n\n\n\n<p>You can add more AT commands to the script as required. All you need to do is update the&nbsp;<strong>index.js<\/strong>&nbsp;file found in the root folder.&nbsp;<\/p>\n\n\n\n<p>Find the list of AT commands our from getting started guide at<\/p>\n\n\n\n<p><a href=\"https:\/\/www.bleuio.com\/getting_started\/docs\/commands\/\">https:\/\/www.bleuio.com\/getting_started\/docs\/commands\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely.&nbsp;&nbsp; We have already created a script that communicates through BleuIO dongle remotely and gives us the response. You can access the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1349,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,21],"tags":[],"class_list":["post-1348","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>Access BLE data remotely - 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\/access-ble-data-remotely\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Access BLE data remotely - SMART SENSOR DEVICES AB\" \/>\n<meta property=\"og:description\" content=\"Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely.&nbsp;&nbsp; We have already created a script that communicates through BleuIO dongle remotely and gives us the response. You can access the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\" \/>\n<meta property=\"og:site_name\" content=\"SMART SENSOR DEVICES AB\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-12T13:02:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-12T13:35:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"794\" \/>\n\t<meta property=\"og:image:height\" content=\"447\" \/>\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\/access-ble-data-remotely\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\"},\"author\":{\"name\":\"siteManager\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\"},\"headline\":\"Access BLE data remotely\",\"datePublished\":\"2021-11-12T13:02:19+00:00\",\"dateModified\":\"2021-11-12T13:35:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\"},\"wordCount\":522,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif\",\"articleSection\":[\"BleuIO\",\"BleuIO tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\",\"name\":\"Access BLE data remotely - SMART SENSOR DEVICES AB\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif\",\"datePublished\":\"2021-11-12T13:02:19+00:00\",\"dateModified\":\"2021-11-12T13:35:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif\",\"width\":794,\"height\":447},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smartsensordevices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Access BLE data remotely\"}]},{\"@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":"Access BLE data remotely - 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\/access-ble-data-remotely\/","og_locale":"en_US","og_type":"article","og_title":"Access BLE data remotely - SMART SENSOR DEVICES AB","og_description":"Suppose you have some BLE devices at your home and want to control or scan for those devices while at your workplace. In this project, we will discuss how to access BLE data remotely.&nbsp;&nbsp; We have already created a script that communicates through BleuIO dongle remotely and gives us the response. You can access the [&hellip;]","og_url":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/","og_site_name":"SMART SENSOR DEVICES AB","article_published_time":"2021-11-12T13:02:19+00:00","article_modified_time":"2021-11-12T13:35:37+00:00","og_image":[{"width":794,"height":447,"url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.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\/access-ble-data-remotely\/#article","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/"},"author":{"name":"siteManager","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1"},"headline":"Access BLE data remotely","datePublished":"2021-11-12T13:02:19+00:00","dateModified":"2021-11-12T13:35:37+00:00","mainEntityOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/"},"wordCount":522,"commentCount":0,"publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif","articleSection":["BleuIO","BleuIO tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/","url":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/","name":"Access BLE data remotely - SMART SENSOR DEVICES AB","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif","datePublished":"2021-11-12T13:02:19+00:00","dateModified":"2021-11-12T13:35:37+00:00","breadcrumb":{"@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#primaryimage","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/11\/remote-access-ble-devices.gif","width":794,"height":447},{"@type":"BreadcrumbList","@id":"https:\/\/smartsensordevices.com\/blog\/access-ble-data-remotely\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartsensordevices.com\/"},{"@type":"ListItem","position":2,"name":"Access BLE data remotely"}]},{"@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\/1348"}],"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=1348"}],"version-history":[{"count":2,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1348\/revisions"}],"predecessor-version":[{"id":1355,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1348\/revisions\/1355"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media\/1349"}],"wp:attachment":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media?parent=1348"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/categories?post=1348"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/tags?post=1348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}