Telepresence Robot Navigates Upgrades

As time marches on and a good percentage of us are still isolating from society at large, the progress of technology isn’t kept as stagnant. Earlier this year we featured a project about a much-needed small telepresence robot with an exceptionally low barrier for entry, and with the progress of time it has received several upgrades and some crowdfunding, all while preserving its original intent of a simple and easily-operated way of keeping in contact with others.

The new robot is still based on the cardboard design that holds a smartphone and drives it around using a microcontroller platform, but thanks to its small size and low power requirement this seems to suit it nicely. Improvements over the original design include a more robust one-size-fits-all phone mount and a more refined cardboard body. Also, since the small size is a little bit of a downside when navigating anywhere that isn’t a desk or counter, the new version makes it easier to make modifications such as adding a pedestal which can elevate the phone and improve the experience of the remote driver. A number of other optional modifications are possible as well, including a grabbing arm.

While telepresence robots unfortunately are needed now more than ever, we are happy to see people like [Ross] take on projects like this which will hopefully help improve our shared situation by allowing us to have a more involved level of contact with people we would otherwise prefer to see in person. If you’d like to build your own without waiting on the crowdfunding, be sure to check out the original project we featured back in April.

Miles The Spider Robot

Who doesn’t love robotic spiders? Today’s biomimetic robot comes in the form of Miles, the quadruped spider robot from [_Robox].

Miles uses twelve servos to control its motion, three on each of its legs, and also includes a standard HC-SR04 ultrasonic distance sensor for some obstacle avoidance capabilities. Twelve servos can use quite a bit of power, so [_Robox_] had to power Miles with six LM7805 ICs to get sufficient current. [_Robox_] laser cut acrylic sheets for Miles’s body but mentions that 3D printing would work as well.

Miles uses inverse kinematics to get around, which we’ve seen in a previous project and is a pretty popular technique for controlling robotic motion. The Instructable is a little light on the details, but the source code is something to take a look at. In addition to simply moving around [_Robox_] developed code to make Miles dance, wave, and take a bow. That’s sure to be a hit at your next virtual show-and-tell.

By now you’re saying “wait, spiders have eight legs”, and of course you’re right. But that’s an awful lot of servos. Anyway, if you’d rather 3D print your four-legged spider, we have a suggestion.

Little Jumping Bot Can Now Stick The Perfect Landing

Sticking the perfect landing can take years of practice for a human gymnast, and it seems the same is true for little monopedal jumping robots. Salto-1P, an old acquaintance here on Hackaday, always needed to keep jumping to stay upright. With some clever control software improvements, it can now land reliably on an area the size of a coin, and then stay there. (Video after the break)

[Justin Yim] from the UC Berkeley’s Biomimetics Lab has been working on Salto for the past four years, and we’ve covered it twice before. Attitude control is handles by a combination of propeller thrusters for roll and yaw, and a reaction wheel for pitch.While it was already impressive before, it had a predictable landing area about the size of a dinner plate.

The trick to the perfect landing is a combination of landing angle, angular velocity and angular momentum. Salto can only correct for ±2.3° of landing angle error, because it doesn’t have a second foot to catch itself when something goes wrong. Ideally the robot’s angular velocity and momentum should be as close as possible to 0 at takeoff, which gives the reaction wheel maximum control authority in flight, as well as on landing.  Basically a well executed takeoff directly influences the chances of a good landing.  [Justin] does an excellent job explaining all this and more on the project’s presentation video. Continue reading “Little Jumping Bot Can Now Stick The Perfect Landing”

VK-01 Is A Bartender You Don’t Need To Tip

[Donald Bell’s] robotic bartender entry into the 2020 Cocktail Robotics Grand Challenge is one of those things that sounds easy until you start getting into the details. After all, how hard is it to dispense some liquids into a glass? Harder than you might think. Sure there are pumps — [Donald] uses peristaltic pumps — but there’s also two Raspberry Pis, an ESP8622, and at least one more microcontroller lurking underneath. You can see a video about the device below.

Even if you don’t want a refreshing libation, you’ll probably like the VK-01’s Bladerunner cyberpunk styling. What we really enjoyed about the post was that it took you through the concept sketches, some of the design trades, and even a cardboard prototype.

Continue reading “VK-01 Is A Bartender You Don’t Need To Tip”

The Internet Of Bubble Machines

Everyone loves a good bubble machine. These oddly satisfying novelty items have brought children and adults mindless entertainment since their inception. [8BitsAndAByte] had the same thought, but wanted to give their bubble machine a taste of the IoT-age.

First, they modified an off-the-shelf bubble machine with a Raspberry Pi and relay module. The Pi can easily trigger the bubbling mechanism by controlling power to the machine using the relay. Seems simple enough. The part of this project that might be a bit more unfamiliar to you is controlling the robot over the internet using remo.tv.

Remo.tv is a robot controller platform that’s both free and open-source, and we’ve seen [8BitsAndAByte] take advantage of this web controller before. Seems like they’re really getting the hang of it. Their writeup links to a detailed setup guide for configuring the Pi, so hopefully, that’s not too much trouble.

Couple the IoT setup with a Pi camera and you’ve got a live stream that’s admittedly oddly satisfying to watch with or without the bubbles.

Continue reading “The Internet Of Bubble Machines”

Robot, Sudo Fold My Laundry

[Ty Palowski] doesn’t like folding his many shirts. He saw one of those boards on TV that supposedly simplifies folding, but it does require you to manually move the board. That just won’t do, so [Ty] motorized it to create a shirt folding robot.

The board idea is nothing new, and probably many people wouldn’t mind the simple operation required, but what else are you going to do with your 3D printer but make motor mounts for a shirt folding machine? The folding board is, of course, too big for 3D printing so he made that part out of cardboard at first and then what looks like foam board.

Continue reading “Robot, Sudo Fold My Laundry”

The Mother(board) Of All CNC Controllers

If you’re building a CNC machine from scratch, the number of decisions you have to make is nearly boundless. Metal or wood construction? Welded or bolted? Timing belts or lead screws? And even once the mechanical bits are sorted, you still face a universe of choices in terms of control electronics. That’s where something like this modular CNC controller could really prove to be a game-changer.

The idea behind [Barton Dring]’s latest creation started with his port of GRBL to the ESP32. In fact, the current controller bears a strong family resemblance to his version 1.0 dev board, with a few conspicuous and intriguing additions. First, everything is modular — the main PCB is basically a motherboard with little more than a 5-volt power supply and some housekeeping electronics, plus a lot of headers. There’s support for up to six channels of steppers, either directly on the board with Pololu-style modules or as external drivers using pluggable screw terminal blocks. There’s also room for five IO modules; the current collection of modules includes a four-channel switch input, a relay output, an RS-485 module and a 0-10-V interface for talking to a variable frequency drive (VFD) spindle controllers, and buffered 5-V output module. The best part is that the IO module spec is completely open, so designing custom modules should be a snap.

The video below gives a quick tour of the controller. We’re really impressed with the thought that went into this, and we’ll venture a guess that having something like this available is going to kickstart a lot of stalled CNC machine projects. We can think of one shop that finally lost its last excuse for making the move.

Continue reading “The Mother(board) Of All CNC Controllers”