{"id":1210,"date":"2021-07-02T09:54:25","date_gmt":"2021-07-02T09:54:25","guid":{"rendered":"https:\/\/smartsensordevices.com\/?p=1210"},"modified":"2021-07-02T09:54:29","modified_gmt":"2021-07-02T09:54:29","slug":"transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio","status":"publish","type":"post","link":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/","title":{"rendered":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO"},"content":{"rendered":"\n<p>This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project\u2014one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral mode.&nbsp;<\/p>\n\n\n\n<p>We have already created two python scripts for sending and receiving. You can get the source code from&nbsp;<\/p>\n\n\n\n<p><a href=\"https:\/\/github.com\/smart-sensor-devices-ab\/bleuio_file_transfer_example\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/github.com\/smart-sensor-devices-ab\/bleuio_file_transfer_example<\/a><\/p>\n\n\n\n<p>You can try this project on two different computers.<\/p>\n\n\n\n<p>A video tutorial will show you how to do it on one computer and send files between two BleuIO dongles.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Requirements :<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/www.bleuio.com\/#product-area\" target=\"_blank\" rel=\"noreferrer noopener\">Two BleuIO dongles.<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/smart-sensor-devices-ab\/bleuio_file_transfer_example\" target=\"_blank\">Python Scripts.<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/pypi.org\/project\/pyserial\/\" target=\"_blank\">Pyserial<\/a>.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Steps:<\/h3>\n\n\n\n<ol class=\"wp-block-list\"><li>First, connect two BleuIO dongles to your computer.&nbsp;<\/li><li>Note down the COM port for each dongle. You can find the port using device manager. <\/li><li>Try to find receiver dongle MAC id. To do that, start advertising your receiver dongle and note down the MAC id.&nbsp; Follow the video if you need more details on how to do it.<\/li><li>Open <strong>file_recieve.py<\/strong> and <strong>file_transfer.py files<\/strong>. Update COM port and MAC id where necessary.<\/li><li>Set the file type that you are expecting to receive. For example, if you are expecting a jpg file, change&nbsp;<strong>file_name&nbsp;<\/strong>on&nbsp;<strong>file_recieve.py<\/strong>&nbsp;to result.<strong>jpg<\/strong>, and for a text file, you can rename it to result.<strong>txt<\/strong><\/li><li>Keep the file in the same directory with&nbsp;<strong>file_transfer.py&nbsp;<\/strong>and change the file name accordingly.<\/li><li>Now run the script&nbsp;<strong>file_recieve.py&nbsp;<\/strong>using a terminal. It will start advertising and will be ready to receive.<\/li><li>Now run the&nbsp;<strong>file_transfer.py&nbsp;<\/strong>script.&nbsp;<\/li><li>Once both the dongles are connected, you will be asked to send the file from the file transfer script.&nbsp;<\/li><li>The receiver dongle will give you a confirmation once received, and you will find the file stored in the same folder with the receiver script.<\/li><li>Finally, you can check if you received the file correctly by running a checksum.&nbsp;<\/li><\/ol>\n\n\n\n<p>Please follow the video if you have difficulty in understanding.\u00a0<\/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=\"Transfer files wirelessly over the Bluetooth Low Energy protocol using BleuIO\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/dqN0eCLhcEc?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>This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project\u2014one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral mode.&nbsp; We have already created two python scripts [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1211,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18,21],"tags":[],"class_list":["post-1210","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>Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - 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\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - SMART SENSOR DEVICES AB\" \/>\n<meta property=\"og:description\" content=\"This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project\u2014one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral mode.&nbsp; We have already created two python scripts [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\" \/>\n<meta property=\"og:site_name\" content=\"SMART SENSOR DEVICES AB\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-02T09:54:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-02T09:54:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"375\" \/>\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\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\"},\"author\":{\"name\":\"siteManager\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1\"},\"headline\":\"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO\",\"datePublished\":\"2021-07-02T09:54:25+00:00\",\"dateModified\":\"2021-07-02T09:54:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\"},\"wordCount\":373,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif\",\"articleSection\":[\"BleuIO\",\"BleuIO tutorial\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\",\"name\":\"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - SMART SENSOR DEVICES AB\",\"isPartOf\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif\",\"datePublished\":\"2021-07-02T09:54:25+00:00\",\"dateModified\":\"2021-07-02T09:54:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage\",\"url\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif\",\"contentUrl\":\"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif\",\"width\":770,\"height\":375},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/smartsensordevices.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO\"}]},{\"@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":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - 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\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/","og_locale":"en_US","og_type":"article","og_title":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - SMART SENSOR DEVICES AB","og_description":"This tutorial will show how to transfer files wirelessly over the Bluetooth Low Energy protocol. We will use two BleuIO dongles for this project\u2014one for sending and another one for receiving. The sender dongle will be in central mode, while the receiver dongle will be in peripheral mode.&nbsp; We have already created two python scripts [&hellip;]","og_url":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/","og_site_name":"SMART SENSOR DEVICES AB","article_published_time":"2021-07-02T09:54:25+00:00","article_modified_time":"2021-07-02T09:54:29+00:00","og_image":[{"width":770,"height":375,"url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.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\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#article","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/"},"author":{"name":"siteManager","@id":"https:\/\/smartsensordevices.com\/blog\/#\/schema\/person\/fb91963eccab9e33d2377d360b28d7a1"},"headline":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO","datePublished":"2021-07-02T09:54:25+00:00","dateModified":"2021-07-02T09:54:29+00:00","mainEntityOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/"},"wordCount":373,"commentCount":0,"publisher":{"@id":"https:\/\/smartsensordevices.com\/blog\/#organization"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif","articleSection":["BleuIO","BleuIO tutorial"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/","url":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/","name":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO - SMART SENSOR DEVICES AB","isPartOf":{"@id":"https:\/\/smartsensordevices.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage"},"image":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage"},"thumbnailUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif","datePublished":"2021-07-02T09:54:25+00:00","dateModified":"2021-07-02T09:54:29+00:00","breadcrumb":{"@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#primaryimage","url":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif","contentUrl":"https:\/\/smartsensordevices.com\/blog\/wp-content\/uploads\/2021\/07\/transfer-ble-file-using-bleuio.gif","width":770,"height":375},{"@type":"BreadcrumbList","@id":"https:\/\/smartsensordevices.com\/blog\/transfer-files-wirelessly-over-the-bluetooth-low-energy-protocol-using-bleuio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/smartsensordevices.com\/"},{"@type":"ListItem","position":2,"name":"Transfer files wirelessly over the Bluetooth Low Energy protocol Using BleuIO"}]},{"@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\/1210"}],"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=1210"}],"version-history":[{"count":1,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1210\/revisions"}],"predecessor-version":[{"id":1212,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/posts\/1210\/revisions\/1212"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media\/1211"}],"wp:attachment":[{"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/media?parent=1210"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/categories?post=1210"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/smartsensordevices.com\/blog\/wp-json\/wp\/v2\/tags?post=1210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}