Urgent.News

What's breaking now, across thousands of outlets.

Tech

Texas teen builds $25 robot sensor nearly 20 times cheaper than existing options

Texas teen builds $25 robot sensor nearly 20 times cheaper than existing options

An 18-year-old Texas student named Frank Lucci developed a high-resolution sensor called SubArc, which is nearly 20 times cheaper than existing options at under $25. Lucci designed SubArc for his engineering project in the Regeneron Science Talent Search. Rotary encoders, which convert mechanical motion into digital signals for accurate recording of rotation and position, are essential parts of robotics but can cost hundreds or even thousands of dollars.

Lucci's SubArc uses magnets to measure rotation with high precision, and its design is intended to be reliable in dusty environments. Lucci's innovation was finding a new way to handle the sensor's signal, which allowed him to lower costs while maintaining resolution. Instead of starting with a large, expensive prototype, Lucci began by designing smaller versions and scaling up.

This strategy enabled him to maintain high precision at a low manufacturing cost. Lucci, who is a student at BASIS San Antonio Shavano and founder of its aerospace club, has interests extending beyond SubArc, including a passion for space exploration and collecting promotional sunglasses frames. His SubArc invention demonstrates that groundbreaking engineering doesn't require a large budget and can open up more accessible paths to high-precision robotics.

Written by urgent.news from Times of India's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at timesofindia.indiatimes.com →

More in Tech

From MKDIR to GIT PUSH: What Actually Happens to a Project?

The first time you see a Git workflow, it can look like a list of commands you are supposed to memorize: git add. git commit -m "Initial commit" git push Three commands, and somehow the project ends…

  • Working directory: Project starts as local files on your computer.
  • git init: Initializes Git repository to track project history.
  • git push: Shares committed changes with remote GitHub repository.

#Git Workflow

File Creation and Working directory *From your local device, locate and open git to access git bash *From the git bash command execution area, enter the command cd to take you to the home path.

More from Sunday 23 August →