Rover Runs Slow And Steady On Solar Power

The solar panel technology we have available today doesn’t really lend itself to practical everyday transport. But when speed isn’t a concern, it can make for some very interesting autonomous rovers. One example of this is [Daniel Riley] aka [rctestflight]’s solar powered rover, which he built to live autonomously at his flight testing field, crawling around whenever it has gathered enough juice from the sun.

[Daniel] has thing for autonomous craft of all types, with quite a few aircraft and boats to his name. This rover is built around a welded steel frame, with each wheel driven by a brushless geared motors via a chain. While it’s technically a skid steer, the electronic speed controls are from a quadcopter and can’t reverse, so it doesn’t turn quite on the spot.

With the rigid steel frame, any small bump in the ground would cause one wheel to lose traction. To fix this, the frame was cut in two and a pivot added in the center, allowing all four wheels to always remain on the ground. Another problem is that the wheels would sometimes dig themselves into the soft wet ground, so this, [Daniel] attached a 3D printed “hump” to each drive wheel, which helps them to climb out of any soft spots. For the next version of this rover, [Daniel] plans to use cheap DC geared motors from a Barbie jeep. They’re a bit too fast though, so he’ll be adding 3D printed cycloidal reduction gearboxes. We’re definitely looking forward to seeing here this project goes from here.

There have been a number of projects to test solar powered robots for agricultural use. We really like the idea, with its potential for long duration missions. Imagine something like this roaming the Black Rock playa in the US, the Makgadikgadi Pan in Botswana, or even the Sahara Desert, while gathering environmental data and making awesome time-lapse videos.

Civilian RC Car Uses Lego NXT And Ada

Back in the last century, the US Department of Defense declared that Ada was going to be used everywhere and for everything. Books were published, schools build curriculum. Working programmers, however, filled out waivers to continue working in their languages of choice. As a result, only a little bit of safety-critical software really used Ada. However, we’ve noticed a bit of a resurgence lately. Case in point: an RC car using Ada for the brains. You can watch it tool around in the video below.

This isn’t the first time we’ve heard about Ada in the past few months. Partially, this could be because of the availability of the GNU compiler, although that’s been around since 1995, so maybe there’s another explanation. Ada’s strong typing does tend to plug holes that hackers exploit, so while we would hate to say it is hack proof, it certainly is hack resistant compared to many popular languages.

Continue reading “Civilian RC Car Uses Lego NXT And Ada”

Dexter Robot Arm Embraces New Manufacturing With First Micro-Factory

Haddington Dynamics, the company behind the Dexter robot arm that won the 2018 Hackaday Prize, has opened its first microfactory to build robot arms for Australia and Southeast Asia.

You may remember that the combination of Dexter’s makeup and capabilities are what let it stand out among robotics projects. The fully-articulated robot arm can be motion trained; it records how you move the arm and can play back with high precision rather than needing to be taught with code. The high-precision is thanks to a clever encoder makeup that leverages the power of FPGAs to amplify the granularity of its optical encodes. And it embraces advanced manufacturing to combine 3D printed and glue-up parts with mass produced gears, belts,  bearings, and motors.

It’s a versatile robot arm, for a fraction of the cost of what came before it, with immense potential for customization. And did I mention that it’s open source? Continue reading “Dexter Robot Arm Embraces New Manufacturing With First Micro-Factory”

See The Damage 250-Pound Combat Robots Get

Combat robots have been a thing for a while, but we don’t normally get a close look at the end results of the sort of damage they can both take and deal out. [Raymond Ma] spent time helping out with season four of BattleBots and wrote about the experience, as well as showed several pictures of the kind of damage 250-pound robots can inflict upon each other. We’ve embedded a few of them here, but we encourage you to read [Raymond]’s writeup and see the rest for yourself.

The filming for a season of BattleBots is done in a relatively short amount of time, which means the pacing and repair work tends to be more fast and furious than slow and thoughtful. [Raymond] says that it isn’t uncommon for bots, near the end of filming, to be held together with last-minute welds, wrong-sized parts, and sets of firmly-crossed fingers. This isn’t because the bots themselves are poorly designed or made; it’s because they can get absolutely wrecked by the forces at play.

Continue reading “See The Damage 250-Pound Combat Robots Get”

Robot Fights Fire With IR

Fighting fire with robots may take jobs away from humans, but it can also save lives. [Mell Bell Electronics] has built a (supervised) kid-friendly version of a firefighting robot that extinguishes flames by chasing them down and blowing them out.

This hyper-vigilant robot is always on the lookout for fire, and doesn’t waste movement on anything else. As soon as it detects the presence of a flame, it centers itself on the source and speeds over to snuff it out with a fan made from a propeller and a DC motor.

Here comes the science: fire emits infrared light, and hobbyist flame sensors use IR to, well, detect fire. This fire bot has three of these flame sensors across the front that output digital data to what has got to be the world’s smallest Arduino – the ATmega32U4-based PICO board that [Mell Bell] just so happens to sell. Cover your mouth and nose and crawl along the floor toward the break to see how responsive this thing is.

Firefighters aren’t the only brave humans involved in the process of keeping the forests standing, or who feel the rising pressure of automation. Hackaday’s own [Tom Nardi] wrote a piece on a dying breed called fire lookouts that will no doubt ignite your interest.

Continue reading “Robot Fights Fire With IR”

DARPA Challenge Autonomous Robot Teams To Navigate Unfinished Nuclear Power Plant

Robots might be finding their footing above ground, but today’s autonomous robots have a difficult time operating underground. DARPA wanted to give the state of the art a push forward, so they are running a Subterranean (SubT) Challenge which just wrapped up its latest round. A great review of this Urban Circuit competition (and some of the teams participating in it) has been published by IEEE Spectrum. This is the second of three underground problem subdomains presented to the participants, six months apart, preparing them for the final event which will combine all three types.

If you missed the livestream or prefer edited highlight videos, they’re all part of DARPAtv’s Subterranean Challenge playlist. Today it starts with a compilation of Urban Circuit highlights and continues to other videos. Including team profiles, video walkthrough of competition courses, actual competition footage, edited recap videos, and the awards ceremony. Half of the playlist are video from the Tunnels Circuit six months ago, so we can compare to see how teams performed and what they’ve learned along the way. Many more lessons were learned in the just-completed Urban Circuit and teams will spend the next six months improving their robots. By then we’ll have the Caves Circuit competition with teams ready to learn new lessons about operating robots underground.

Continue reading “DARPA Challenge Autonomous Robot Teams To Navigate Unfinished Nuclear Power Plant”

ESP32 Rover With PCB Chassis Is Ready To Roll

The microcontrollers are cheap, the sensors are cheap, even the motors are cheap. So why are all the good wheeled robotics platforms so expensive? [Dimitris Platis] wanted to develop an affordable platform for experimenting with rovers, but the cheap plastic chassis he was using gave him all sorts of problems. So he did what any good hacker would do, and built a better version himself.

Interestingly, [Dimitris] decided to go with a chassis made from two PCB panels. The motors, mounted to small angled brackets, bolt directly to the lower PCB. These aren’t your standard $2 DC cans either. Each JGB37-520 gearhead motor comes complete with an encoder that allows your software to determine speed, distance, and direction. The upper PCB connects to the lower with several rows of pin headers, and plays host to whatever electronics payload you might be experimenting with at the time.

For the controller, [Dimitris] says the ESP32 is hard to beat by pretty much any metric you want to use. With integrated wireless and considerable computational power, there’s plenty of options for controlling your little rover either remotely or autonomously. But he also says that every effort has been made to ensure that you could switch out the microcontroller with something else should you want to spin up a customized version.

The whole idea reminds us a bit of quadcopters we’ve seen in the past, where the PCB wasn’t just being used structurally as a place to bolt the motors and hardware to, but actually contained functional traces and components that reduced how much wiring you needed to do. Naturally, this means that any damage to the chassis might cripple the electronics, but presumably, that’s what the big foam bumpers are there for.

[Dimitris] designed this project for educational use, so he assumes you’ll want to build 10 or 12 of these for your whole classroom. In those quantities, he says each bot will cost around $60. If you wanted to reduce the price a bit more, he says swapping the motors would be your best bet as they’re the single most expensive component of the design. That said, $60 for a quality open source rover platform sounds pretty fair to us.

Still too much? You could check out one of the 3D printable rover designs we’ve covered over the years. Or see if you can get lucky and pick up a cheap robot from the clearance rack and hack it.