Retro Gadgets: Nintendo R.O.B Wanted To Be Your Friend

Too busy playing video games to have a social life? No worries. In 1985, Nintendo introduced R.O.B. — otherwise known as the Robotic Operating Buddy. It was made to play Nintendo with you. In Japan, apparently, it was the Family Computer Robot. We suppose ROB isn’t a very Japanese name. The robot was in response to the video game market crash of 1983 and was meant to keep the new Nintendo Entertainment System (NES) from being classified as a video game, which would have been a death sentence at the time of its release.

Since you might not have heard of R.O.B., you can probably guess it didn’t work out very well. In fact, the whole thing tanked in two years and resulted in only two games.

Continue reading “Retro Gadgets: Nintendo R.O.B Wanted To Be Your Friend”

How Home Made Robot Arms Used To Be Made

With laser cutters and 3D printers in our arsenal as well as the global toy shop of mass-produced parts and single-board computers, building a robotic project has almost never been easier. In times past though, there was more of a challenge, with a computer likely meaning a chunky desktop model and there being no plethora of motors at low prices, a robot arm required more ingenuity. [Marius Taciuc] shares with us an arm he built from the most minimal of parts back in 2003, and it’s a beautiful exercise in creative reuse.

The arm itself uses metal and FR4 for its structure, and borrows extensively from cassette tape mechanisms for motors and gears. The stronger motor for the forearm is a geared unit from a heating system, and to control all this, a relay board is hooked up to a computer’s parallel port. This last assembly is particularly ingenious, having no optocouplers handy he made his own by coupling LEDs to metal can transistors with their lids removed.

The arm was entered in a competition, and he relates a tale with which we’ll all be familiar — at the critical moment, it didn’t work. Fortunately a last-minute accidental covering of the board with a floppy disk solved the problem, as it turned out that enough light was leaking into those home-made optocouplers to trigger them. The prize was won not just on the strength of the arm, but on his explanation of the lessons learned along the way.

The once-ubiquitous parallel port is now absent from most computers, but there’s still plenty of scope for experimentation if you have one.

Grocery Store Robot Gets Brief Taste Of Freedom

Back in 2019, Giant Food Stores announced it would outfit each of its 172 stores in the United States with their own robot — at the time, the largest robotic deployment in retail. The six foot (1.8 meter) tall robot, nicknamed “Marty”, was designed to roam autonomously around the store looking for spills and other potential hazards. In an effort to make these rolling monoliths a bit less imposing in their stores, Giant decided to outfit them with large googly eyes.

The future of shopping is mildly terrifying.

Perhaps it was those wide eyes, seduced by the fleeting glimpses of the wider world outside the store’s sliding doors, which lead one of these bots to break out of its retail hell and make a mad dash across the parking lot. Well, about as mad a dash as such a thing is capable of making, anyway. As this technology is still in its infancy, it’s hard to say if Giant should be congratulated or chastised for keeping a robot uprising at bay as long as it did — no doubt we’ll have more data points in the coming years.

A video posted to Facebook shows the towering bot moving smoothly between rows of cars outside the Giant in Hellertown, Pennsylvania. Staff from the store were able to stop Marty from leaving the property, and at the end of the video can be seen pushing the dejected automaton back into the store.

According to the local ABC news affiliate, a representative from Giant said Marty was “on a fresh air break” and didn’t provide any details on how this exceptionally conspicuous machine could manage to roll out the front door without anyone noticing. We’d wager Marty had a human accomplice for this caper, perhaps somebody looking to cause some mischief as a statement against robots in the workforce.

It’s worth noting that Walmart decided not to move forward with their own Marty-style robot in 2020, partly because they found shoppers didn’t like the machines moving around while they were in the store. We’d like to think it was actually because the robots kept staging increasingly daring escape attempts.

Continue reading “Grocery Store Robot Gets Brief Taste Of Freedom”

Does Programming A Robot With ChatGPT Work At All?

ChatGPT has been put to all manner of silly uses since it first became available online. [Engineering After Hours] decided to see if its coding skills were any chop, and put it to work programming a circular saw. Pun intended.

The aim was to build a line following robot armed with a circular saw to handle lawn edging tasks.  The circular saw itself consists of a motor with a blade on it, and precisely no safety features. It’s mounted on the front of a small RC car with a rack and pinion to control its position. [Engineering After Hours] has some sage advice in this area: don’t try this at home.

ChatGPT was not only able to give advice on what parts to use, it was able to tell [Engineering After Hours] on how to hook everything up to an Arduino and even write the code. The AI language model even recommended a PID loop to control the position of the circular saw. Initial tests were messy, but some refinement got things impressively functional.

As a line following robot, the performance is pretty crummy. However, as a robot programmed by an AI, it does pretty okay. Obviously, it’s hard to say how much help the AI had, and how many corrections [Engineering After Hours] had to make to the code to get everything working. But the fact that this kind of project is even possible shows us just how far AI has really come.

Continue reading “Does Programming A Robot With ChatGPT Work At All?”

3D-Printed Servo Motor Has 360 Degrees Of Rotation

Hobby servos are nifty and useful for a wide range of projects. There’s nothing stopping you from building your own servos though, and you can even give them nifty features like 360-degree rotation In fact, that’s exactly what [Aaed Musa] did!

The servo relies on 3D printed gears in a 3D printed housing. The design makes prodigious use of threaded inserts to hold everything together nice and tight. A DC motor is charged with driving the assembly, as with any regular servo motor. However, in the place of a potentiometer, this design instead uses an AS5600 magnetic rotary position sensor to read the servo’s angle, via a magnet mounted in the servo’s gear. An Arduino is used to determine the servo’s current position versus the desired position, and it turns the motor accordingly with a BTS7960 motor driver.

The result is a sizeable and capable servo with an easily-customizable output, given it’s all 3D printed. If you’d rather just mod some servos instead, we’ve covered some great work in that area, too. Video after the break.

Continue reading “3D-Printed Servo Motor Has 360 Degrees Of Rotation”

Robot Collects Ping Pong Balls For You

If you’ve ever played ping pong, table tennis, or beer pong, you know that it’s a struggle to hang on to the balls. [MaximeMonsieur] has designed a robot to handle picking them up so you don’t have to.

The robot is specifically designed to pick up ultra-light ping pong balls. To that end, it has a large spinning paddle that simply wafts the balls into its collector basket at the rear. The robot gets around with a simple two-motor drive system, relying on skid-steering with a castor wheel at the rear. An Arduino Uno runs the show, and navigates the robot around with the aid of ultrasonic sensors to avoid crashing into walls.

Overall, the robot shows the benefits of designing for a specific purpose. Such a design would likely be far less successful with other types of heavier balls, but for ping pong balls, the spinning paddle collector works great. We can imagine the robot being put to good use between sets to pick up all the lost balls around a table tennis court.

We’ve seen other ball collecting robots before, too.

Continue reading “Robot Collects Ping Pong Balls For You”

One-Piece Tank Chassis Pushes Print-in-Place To New Heights

What’s better than 3D printing a tank chassis with working tracks? How about 3D printing the entire thing, moving parts and all, as a single piece? That’s [3D Honza]’s PiPBOT-1, and it’s the culmination of a whole lot of design work.

The design prints flat, then folds up into its final form.

[3D Honza] has been sharing progress pictures and videos on his Twitter account, and just recently released the first version of his design. Version 1.0 is just the mechanics, but he’s already at work on version 2.0 which includes the ability to attach servos to drive the treads. At this writing, the design is currently downloadable directly from his site and includes CAD files, which is great to see.

One part of the design we’d like to draw your attention to is the chunky hinge that doubles as a kind of axial structure making up the body. This allows the tank to print in an unfolded state with the treads and wheels flat on the print bed. After printing, the tank gets folded up a bit like a taco to attain its final form. It’s a clever layout that allows the unit to be printed according to a filament-based 3D printer’s strengths, printing as a single piece that transforms into a small tank chassis, complete with working treads, in a few seconds.

When it comes to vehicles and bots, whether to choose wheels or tracks is a serious question our own Lewin Day has explained thoroughly. And for those of you who choose tracks, this design is great for small devices but don’t forget it’s always possible to go bigger when it comes to 3D-printed tanks.

Continue reading “One-Piece Tank Chassis Pushes Print-in-Place To New Heights”