<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Gemini &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/google-gemini/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 Sep 2026 00:18:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>Google Gemini &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Harley the Robot Brings Multilingual AI Home Automation for Under 10,000 Rupees</title>
		<link>https://scienmag.com/harley-the-robot-brings-multilingual-ai-home-automation-for-under-10000-rupees/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sun, 13 Sep 2026 00:18:35 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[affordable domestic robotics]]></category>
		<category><![CDATA[affordable intelligent home automation solutions]]></category>
		<category><![CDATA[assistive robots]]></category>
		<category><![CDATA[conversational AI]]></category>
		<category><![CDATA[cost-effective smart home devices]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[Google Gemini]]></category>
		<category><![CDATA[home automation]]></category>
		<category><![CDATA[home automation robot]]></category>
		<category><![CDATA[Indian-developed home automation technology]]></category>
		<category><![CDATA[indoor navigation]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[low-cost AI home assistant]]></category>
		<category><![CDATA[MQTT]]></category>
		<category><![CDATA[multilingual AI home automation systems]]></category>
		<category><![CDATA[multilingual speech recognition in robotics]]></category>
		<category><![CDATA[multilingual technology]]></category>
		<category><![CDATA[multilingual voice-controlled home robot]]></category>
		<category><![CDATA[navigation and appliance control robot]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[robotics research in India]]></category>
		<category><![CDATA[voice interaction]]></category>
		<category><![CDATA[voice-controlled household robot for developing countries]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=199968</guid>

					<description><![CDATA[Researchers at Nirma University have built Harley, a sub-10,000-rupee robot that combines autonomous indoor navigation, MQTT-based appliance control, and multilingual conversational AI for home services.]]></description>
										<content:encoded><![CDATA[<p>A voice-controlled home robot that can navigate a house, switch appliances on and off, and hold a natural conversation in multiple languages has been built for less than 10,000 rupees — roughly one-fifth of the cost of comparable commercial systems. The robot, named Harley, was developed by Tanvi Chokshi of the Department of Electronics and Instrumentation and Dhaval Shah and Viranchi Pandya of the Department of Electronics and Communication at Nirma University in Ahmedabad, India, and described in the International Journal of Intelligent Robotics and Applications. The team set out to tackle three persistent problems in domestic robotics: prohibitive price tags, fragmented functionality that handles either navigation or smart-home control but rarely both, and the near-universal assumption that users speak English.</p>
<p>According to the researchers, existing voice-controlled home service robots typically cost between 150,000 and 250,000 rupees, placing them far beyond the reach of most households in developing economies. Those that are affordable tend to be narrow in capability, addressing a single subsystem such as autonomous movement or internet-of-things appliance control in isolation. And almost without exception, commercial platforms restrict voice interaction to English, excluding the hundreds of millions of users whose first languages are Hindi, Gujarati, or any of the other tongues spoken across linguistically diverse regions. Harley&#8217;s designers argue that no single commercial product currently combines mobile navigation, standard-protocol IoT control, and multilingual conversational AI at any comparable price point.</p>
<p>Technically, Harley rests on a deliberate division of labour between two compute tiers. A Raspberry Pi serves as the high-computing device, handling speech recognition, natural language understanding, navigation decision-making, and the coordination of subsystems. An ESP32 microcontroller sits at the other end of the architecture, tasked with driving the relays and circuits that switch high-power household appliances safely. The bridge between them is MQTT, the lightweight publish-subscribe messaging protocol that has become a de facto standard in industrial and consumer IoT deployments. By structuring communication around MQTT topics, the team decoupled the intelligence layer from the actuation layer, allowing the Raspberry Pi to issue commands to the ESP32 without direct electrical coupling and making the appliance-control subsystem extensible to any MQTT-compliant device.</p>
<p>The conversational layer is powered by the Google Gemini API, which the robot uses to interpret spoken commands and generate context-aware responses across multiple languages. Rather than relying on rigid, keyword-matched command grammars, Harley pipes captured speech to the large language model, which can handle paraphrase, mixed-language utterances, and open-ended questions in addition to discrete instructions such as switching off a fan or navigating to the kitchen. The researchers report that this integration enabled natural, context-aware communication, and that in experimental trials the system earned an average conversational quality rating of 4.1 out of 5.0 across multiple languages — a figure that, while drawn from their own residential evaluation, suggests the interaction model was judged substantially better than the brittle command-and-response behaviour typical of low-cost voice devices.</p>
<p>Navigation is the third pillar of the design. Harley supports voice-enabled navigation commands that direct the robot to predefined locations inside the home, using stored coordinates recorded within the environment. In practice, a user can ask the robot to travel to a named waypoint — a room, a charging dock, or a designated position — and the robot plans and executes the movement autonomously. The waypoint approach trades the complexity of full simultaneous localisation and mapping for a simpler, more robust scheme suited to static home layouts, and it keeps the computational burden low enough to run on modest hardware. The team notes that experimental validation in a residential setting measuring 75 square metres across four rooms demonstrated a high voice recognition accuracy and an improved navigation success rate alongside reliable appliance control with low latency.</p>
<p>The economics of the build are arguably its most striking feature. The researchers itemised the total component cost of Harley at 9,247 rupees, which they benchmarked against a mid-range alternative configuration assembled from commercial off-the-shelf parts at 47,850 rupees — an 80 percent component-level saving. Compared with the 150,000 to 250,000 rupee range quoted for existing voice-controlled home service robots, Harley comes in at roughly 19 percent of the cost of an equivalent system, and a small fraction of the premium end of the market. The authors frame this not merely as an engineering achievement but as a question of access: high-performance home automation robotics, they argue, is achievable at a fraction of current market cost, with particular relevance to multilingual and cost-sensitive environments, including those serving elderly users in developing economies.</p>
<p>That last point carries social weight. India&#8217;s ageing population, like much of Asia&#8217;s, is growing faster than the infrastructure available to support it, and voice-first interfaces are among the most accessible technologies for users with limited mobility, declining eyesight, or low digital literacy. A robot that understands commands in a user&#8217;s native language and can physically move through the home — fetching itself to a bedside, switching appliances, answering questions — addresses a genuinely different user group than the wall-mounted smart speakers and app-controlled plug ecosystems that dominate the consumer market. The researchers position Harley within a broader body of work on service robots in aged care, noting that prior deployments have shown promise but frequently stumble on cost, language support, and the integration gap between mobility and control functions.</p>
<p>The study is candid about its experimental scope. Validation was conducted in a single residential setting rather than across a fleet of homes, and the waypoint-based navigation scheme presumes a relatively stable floor plan, meaning a significant rearrangement of furniture would require re-recording stored coordinates. The conversational quality scores, while encouraging, originate from the development team&#8217;s own evaluation, and larger, independent user studies with elderly and non-technical participants would be needed to establish how the system performs under real-world acoustic conditions, accents, and background noise. The cloud dependence of the Gemini API also raises questions about latency, privacy, and behaviour during internet outages — a consideration the authors&#8217; own cited literature on offline voice interaction for elderly-care robots highlights as an open challenge in the field.</p>
<p>Even so, the work signals a shift in what low-cost robotics can credibly deliver. By pairing commodity single-board computers with lightweight IoT protocols and cloud-scale language models, small academic teams can now assemble systems that until recently demanded enterprise budgets. If the cost trajectory holds, the practical consequences could reach well beyond gadget enthusiasts: assistive robots for elderly users who speak minority languages, affordable automation for small clinics and care homes, and educational platforms that let students experiment with integrated robotics without institutional funding. The Nirma University team, which received no specific grant from any funding agency and developed the system with laboratory facilities and laser-cutting equipment at the institute, has demonstrated that the barrier to a genuinely useful, multilingual, mobile home robot is no longer primarily technical or financial — it is a matter of integration, and Harley shows one concrete way to close it.</p>
<p><strong>Subject of Research:</strong> A low-cost multilingual voice-interactive home service robot integrating navigation, IoT control, and conversational AI</p>
<p><strong>Article Title:</strong> Harley: a voice interactive intelligent robot for home services and automation</p>
<p><strong>Article References:</strong> Chokshi, T., Shah, D., &amp; Pandya, V. (2026). Harley: a voice interactive intelligent robot for home services and automation. <em>International Journal of Intelligent Robotics and Applications</em>. <a href="https://doi.org/10.1007/s41315-026-00587-y" rel="noopener noreferrer">https://doi.org/10.1007/s41315-026-00587-y</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s41315-026-00587-y" rel="noopener noreferrer">10.1007/s41315-026-00587-y</a></p>
<p><strong>Keywords:</strong> robotics, home automation, voice interaction, MQTT, Raspberry Pi, ESP32, conversational AI, Google Gemini, indoor navigation, IoT, multilingual technology, assistive robots</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199968</post-id>	</item>
	</channel>
</rss>
