{"id":126,"date":"2025-03-07T22:05:42","date_gmt":"2025-03-07T16:35:42","guid":{"rendered":"https:\/\/rohitlal.in\/blogs\/?p=126"},"modified":"2025-03-07T23:02:26","modified_gmt":"2025-03-07T17:32:26","slug":"blind-helper-stick-smart-obstacle-detector","status":"publish","type":"post","link":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/","title":{"rendered":"Blind Helper Stick \u2013 A Smart Obstacle Detector"},"content":{"rendered":"\n<p>Hello everyone! It&#8217;s me, Rohit, and today, I\u2019m excited to share one of my projects with you\u2014<strong>the Blind Helper Stick<\/strong>.<\/p>\n\n\n\n<p>This project is essentially a <strong>smart obstacle detection system<\/strong> built using Arduino that detects obstacles ahead and alerts the user, helping visually impaired individuals navigate safely.<\/p>\n\n\n\n<p>So, without further delay, let\u2019s dive into the key aspects of this project! \ud83d\ude80<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Problem Statement \u2013 Why Do We Need A Smart Obstacle Detector?<\/h2>\n\n\n\n<p>Blindness is a major challenge that limits mobility. A visually impaired person cannot walk freely without assistance and often requires a companion to guide them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Our Solution<\/h3>\n\n\n\n<p>Our <strong>Blind Helper Stick<\/strong> addresses this issue by detecting obstacles in the user\u2019s path and providing real-time alerts to <strong>prevent collisions<\/strong>. While it may not completely replace human assistance, it enhances <strong>independence and safety<\/strong> to a great extent.<\/p>\n\n\n\n<p>Now, let\u2019s get into the technical details!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Components Required<\/h2>\n\n\n\n<p>To build this project, you\u2019ll need the following components:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Arduino Uno<\/strong> (or any similar microcontroller)<\/li>\n\n\n\n<li><strong>Ultrasonic Sensor SR-04<\/strong><\/li>\n\n\n\n<li><strong>Infrared Sensor<\/strong> <em>(Optional \u2013 see the last section for details)<\/em><\/li>\n\n\n\n<li><strong>Connecting Wires<\/strong><\/li>\n\n\n\n<li><strong>Arduino IDE<\/strong> <em>(for coding and uploading the program to the Arduino board)<\/em><\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding the Basics<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Arduino<\/h3>\n\n\n\n<p>Arduino is an open-source electronics platform based on easy-to-use hardware and software. It can be programmed to perform various tasks, such as lighting an LED or transmitting data to a web server. Programming is done in the <strong>Arduino Programming Language<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Ultrasonic Sensor SR-04<\/h3>\n\n\n\n<p>This sensor measures distance using the <strong>strike-and-reflect<\/strong> principle. It sends out <strong>ultrasonic waves<\/strong>, which reflect off an obstacle (if present) and return to the receiver. The time taken for the waves to return helps calculate the <strong>distance of the object<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Infrared Sensor<\/h3>\n\n\n\n<p>Similar to the ultrasonic sensor, the <strong>IR sensor<\/strong> also works on the strike-and-reflect principle, but it uses <strong>infrared waves<\/strong> instead.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Build the Blind Helper Stick<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Download and install<\/strong> the <strong>Arduino IDE<\/strong> from the <a href=\"https:\/\/www.arduino.cc\/en\/software\">official website<\/a>. <\/li>\n\n\n\n<li><strong>Assemble the circuit<\/strong> as per the provided circuit diagram. <\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"786\" src=\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-1-1024x786.jpg\" alt=\"Circuit diagram for the blind helper stick - smart object detector. The diagram uses a IR and an ultra-sonic sensor.\" class=\"wp-image-127\" srcset=\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-1-1024x786.jpg 1024w, https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-1-300x230.jpg 300w, https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-1-768x590.jpg 768w, https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-1.jpg 1162w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Download the Arduino <a href=\"https:\/\/drive.google.com\/open?id=0B3qM20IIVMNjVDY5UlVpeng0RXM\">code<\/a><\/strong>. <\/li>\n\n\n\n<li><strong>Upload the code<\/strong> to the Arduino board. <\/li>\n\n\n\n<li><strong>Test the hardware<\/strong> to ensure it&#8217;s working correctly.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Final Touch \u2013 Handling IR Sensor Limitations<\/h2>\n\n\n\n<p>You might notice that the <strong>IR sensor<\/strong> doesn\u2019t work properly in <strong>broad daylight<\/strong>. This is because <strong>sunlight contains infrared radiation<\/strong>, which interferes with the sensor and causes false readings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Improved Version: Using Two Ultrasonic Sensors Instead<\/h3>\n\n\n\n<p>To fix this issue, I modified the design to use <strong>two ultrasonic sensors<\/strong> instead of an <strong>IR sensor<\/strong>. This ensures <strong>better accuracy and reliability<\/strong> in all lighting conditions. <em>(Check out the updated circuit diagram and code!)<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1014\" height=\"890\" src=\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-2.jpg\" alt=\"Circuit diagram for the blind helper stick - smart object detector. The diagram uses two ultra-sonic sensors.\" class=\"wp-image-128\" srcset=\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-2.jpg 1014w, https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-2-300x263.jpg 300w, https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/blind-helper-stick-circuit-diagram-2-768x674.jpg 768w\" sizes=\"auto, (max-width: 1014px) 100vw, 1014px\" \/><\/figure>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>I hope this guide helps you in building your own <strong>Blind Helper Stick<\/strong>. If you have any questions or need assistance, feel free to leave a comment below.<\/p>\n\n\n\n<p><strong>Thank you for reading!<\/strong> Don\u2019t forget to check out my <a href=\"https:\/\/rohitlal.in\/blogs\">other blogs<\/a> for more exciting projects. \ud83d\ude80<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-accent-5-background-color has-background\"><em>Note: This is a migration of my <a href=\"https:\/\/rohitlal125555.wordpress.com\/blind-helper-stick\/\">older post<\/a> originally written in January 2017.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello everyone! It&#8217;s me, Rohit, and today, I\u2019m excited to share one of my projects with you\u2014the Blind Helper Stick. This project is essentially a smart obstacle detection system built using Arduino that detects obstacles ahead and alerts the user, helping visually impaired individuals navigate safely. So, without further delay, let\u2019s dive into the key [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":129,"comment_status":"open","ping_status":"open","sticky":false,"template":"single-with-sidebar","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[19],"tags":[22,25,29,27,24,28],"class_list":["post-126","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-projects","tag-arduino","tag-college-projects","tag-electronics-projects","tag-infrared-sensor","tag-projects","tag-ultrasonic-sensor"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal<\/title>\n<meta name=\"description\" content=\"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal\" \/>\n<meta property=\"og:description\" content=\"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\" \/>\n<meta property=\"og:site_name\" content=\"Rohit Lal\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/rohitlal125555\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rohitlal125555\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-07T16:35:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-07T17:32:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"907\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Rohit Lal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rohitlal125555\" \/>\n<meta name=\"twitter:site\" content=\"@rohitlal125555\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rohit Lal\" \/>\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:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\"},\"author\":{\"name\":\"Rohit Lal\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490\"},\"headline\":\"Blind Helper Stick \u2013 A Smart Obstacle Detector\",\"datePublished\":\"2025-03-07T16:35:42+00:00\",\"dateModified\":\"2025-03-07T17:32:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\"},\"wordCount\":490,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490\"},\"image\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp\",\"keywords\":[\"arduino\",\"college-projects\",\"electronics-projects\",\"infrared sensor\",\"projects\",\"ultrasonic sensor\"],\"articleSection\":[\"Projects\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\",\"url\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\",\"name\":\"Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal\",\"isPartOf\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp\",\"datePublished\":\"2025-03-07T16:35:42+00:00\",\"dateModified\":\"2025-03-07T17:32:26+00:00\",\"description\":\"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.\",\"breadcrumb\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage\",\"url\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp\",\"contentUrl\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp\",\"width\":1280,\"height\":907,\"caption\":\"Arduino circuit board\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rohitlal.in\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blind Helper Stick \u2013 A Smart Obstacle Detector\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/#website\",\"url\":\"https:\/\/rohitlal.in\/blogs\/\",\"name\":\"Rohit Lal Blogs\",\"description\":\"Insights, Innovation, and Inspiration\",\"publisher\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rohitlal.in\/blogs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490\",\"name\":\"Rohit Lal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/litespeed\/avatar\/a9d9032d3210a68e927032d5d0e4b6df.jpg?ver=1777762789\",\"contentUrl\":\"https:\/\/rohitlal.in\/blogs\/wp-content\/litespeed\/avatar\/a9d9032d3210a68e927032d5d0e4b6df.jpg?ver=1777762789\",\"caption\":\"Rohit Lal\"},\"logo\":{\"@id\":\"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/image\/\"},\"description\":\"I\u2019m Rohit Lal, a Data Science enthusiast with over 7 years of experience in Data Science, AI and Machine Learning. Passionate about innovation, I specialize in building intelligent solutions, optimizing data workflows, and sharing insights on technology, coding, and cybersecurity.\",\"sameAs\":[\"https:\/\/rohitlal.in\/blogs\",\"https:\/\/www.facebook.com\/rohitlal125555\",\"https:\/\/www.instagram.com\/rohitlal125555\/\",\"https:\/\/www.linkedin.com\/in\/rohitlal125555\/\",\"https:\/\/x.com\/rohitlal125555\"],\"url\":\"https:\/\/rohitlal.in\/blogs\/author\/rohitlal-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal","description":"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.","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:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/","og_locale":"en_US","og_type":"article","og_title":"Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal","og_description":"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.","og_url":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/","og_site_name":"Rohit Lal","article_publisher":"https:\/\/www.facebook.com\/rohitlal125555","article_author":"https:\/\/www.facebook.com\/rohitlal125555","article_published_time":"2025-03-07T16:35:42+00:00","article_modified_time":"2025-03-07T17:32:26+00:00","og_image":[{"width":1280,"height":907,"url":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","type":"image\/webp"}],"author":"Rohit Lal","twitter_card":"summary_large_image","twitter_creator":"@rohitlal125555","twitter_site":"@rohitlal125555","twitter_misc":{"Written by":"Rohit Lal","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#article","isPartOf":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/"},"author":{"name":"Rohit Lal","@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490"},"headline":"Blind Helper Stick \u2013 A Smart Obstacle Detector","datePublished":"2025-03-07T16:35:42+00:00","dateModified":"2025-03-07T17:32:26+00:00","mainEntityOfPage":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/"},"wordCount":490,"commentCount":0,"publisher":{"@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490"},"image":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage"},"thumbnailUrl":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","keywords":["arduino","college-projects","electronics-projects","infrared sensor","projects","ultrasonic sensor"],"articleSection":["Projects"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/","url":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/","name":"Blind Helper Stick \u2013 A Smart Obstacle Detector - Rohit Lal","isPartOf":{"@id":"https:\/\/rohitlal.in\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage"},"image":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage"},"thumbnailUrl":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","datePublished":"2025-03-07T16:35:42+00:00","dateModified":"2025-03-07T17:32:26+00:00","description":"Learn how to build a smart obstacle detector using Arduino and IR and ultrasonic sensors to assist visually impaired individuals.","breadcrumb":{"@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#primaryimage","url":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","contentUrl":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","width":1280,"height":907,"caption":"Arduino circuit board"},{"@type":"BreadcrumbList","@id":"https:\/\/rohitlal.in\/blogs\/projects\/blind-helper-stick-smart-obstacle-detector\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rohitlal.in\/blogs\/"},{"@type":"ListItem","position":2,"name":"Blind Helper Stick \u2013 A Smart Obstacle Detector"}]},{"@type":"WebSite","@id":"https:\/\/rohitlal.in\/blogs\/#website","url":"https:\/\/rohitlal.in\/blogs\/","name":"Rohit Lal Blogs","description":"Insights, Innovation, and Inspiration","publisher":{"@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rohitlal.in\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/af9668b55a8a694f8e97f0b40242a490","name":"Rohit Lal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/rohitlal.in\/blogs\/wp-content\/litespeed\/avatar\/a9d9032d3210a68e927032d5d0e4b6df.jpg?ver=1777762789","contentUrl":"https:\/\/rohitlal.in\/blogs\/wp-content\/litespeed\/avatar\/a9d9032d3210a68e927032d5d0e4b6df.jpg?ver=1777762789","caption":"Rohit Lal"},"logo":{"@id":"https:\/\/rohitlal.in\/blogs\/#\/schema\/person\/image\/"},"description":"I\u2019m Rohit Lal, a Data Science enthusiast with over 7 years of experience in Data Science, AI and Machine Learning. Passionate about innovation, I specialize in building intelligent solutions, optimizing data workflows, and sharing insights on technology, coding, and cybersecurity.","sameAs":["https:\/\/rohitlal.in\/blogs","https:\/\/www.facebook.com\/rohitlal125555","https:\/\/www.instagram.com\/rohitlal125555\/","https:\/\/www.linkedin.com\/in\/rohitlal125555\/","https:\/\/x.com\/rohitlal125555"],"url":"https:\/\/rohitlal.in\/blogs\/author\/rohitlal-admin\/"}]}},"jetpack_featured_media_url":"https:\/\/rohitlal.in\/blogs\/wp-content\/uploads\/2025\/03\/arduino-2168193_1280.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/posts\/126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/comments?post=126"}],"version-history":[{"count":2,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/posts\/126\/revisions"}],"predecessor-version":[{"id":134,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/posts\/126\/revisions\/134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/media\/129"}],"wp:attachment":[{"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/media?parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/categories?post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rohitlal.in\/blogs\/wp-json\/wp\/v2\/tags?post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}