Useless Machine For An Existential Quandary

There’s no project that dives into existential quandaries more than a useless machine, as they can truly illustrate the futility of existence by turning themselves off once they have been powered on. Typically this is done with a simple switch, but for something that can truly put the lights out, and then re-illuminate them, [James]’s latest project is a useless machine that performs this exercise with a candle.

The project consists of two arms mounted on a set of gears. One arm has a lighter on it, and the other has a snuffer mounted to a servo motor. As the gears rotate, the lighter gets closer to the candle wick and lights it, then the entire assembly rotates back so the snuffer can extinguish the flame. Everything is built around an Arduino Nano, a motor driver powering a Pitman gear motor, and a set of Hall effect sensors which provide position data back to the microcontroller.

If you’re in the mood for a little existential angst in your own home, [James] has made the project files available on his GitHub page. We always appreciate a useless machine around here, especially a unique design like this one, and one which could easily make one recognize the futility of lighting a candle at all.

Continue reading “Useless Machine For An Existential Quandary”

The Next Best Thing To A Cybertruck

While production of the Tesla Cybertruck won’t start production until 2021 (at the earliest), you can always try to build your own. Unless you have a really big spare parts drawer, though, it probably won’t be full sized, but you can at least build a model if you have a shop as well-stocked as [Emiel]. He took some time to build a model cybertruck out of a single sheet of aluminum. (Video, embedded below. You might want to turn on subtitles.)

This project is a great example of the fact that some projects that seem simple on the surface require some specialized tools to get just right. To start, the aluminum sheet was cut with a laser to get into the appropriate shape and include details like windows, and the bending points were marked with an engraver to help the bending process along. The one tool that [Emiel] was missing was a brake, but he got great results with a set of metal bending pliers.

Finishing the model didn’t go particularly smoothly, either. He had planned to braze the metal together, but the heat required kept warping the body panels. The solution was to epoxy it together and sand down the excess, and the results are hopefully stronger than brazing would have been since he added a cloth to the epoxy for extra strength. The windows are made from polycarbonate (and didn’t break during the durability test), and we hope that when [Emiel] is ready to put in a motor he uses one of his custom-built electric motors. Continue reading “The Next Best Thing To A Cybertruck”

Wall-Climbing Robot Grabs Prize

Gravity is a nice thing to have most of the time, but sometimes it would be nice to be able to ignore it for certain applications. Rock climbing, for example, would be much easier, as would performing bridge inspections in the way that a group of mechanical engineering cadets (students) at The Citadel, a military college in South Carolina, were tasked with doing. Frustrated with the amount of traffic backups that normal bridge inspections caused, they invented a robot that defies gravity, and won a $10k prize for their efforts.

The result is essentially an RC car with a drone built in, or looking at it another way it’s a drone with wheels. The car is able to drive on vertical surfaces to inspect the bridges by using its propellers to force itself onto the surface. The lack of complicated moving parts or machinery, like a cable suspension system or other contraption, makes this device exceptionally versatile for the task at hand, reduces the amount of time needed for inspections, and can do them more safely and without closing lanes of traffic. The group hopes to build a second prototype soon and present it to the Department of Transportation for approval for more widespread use.

The need for tools like these is in high demand now as well, especially in the United States where crumbling infrastructure is often not thought about, taken seriously, or prioritized. Even for bridges that aren’t major pieces of infrastructure, tools like these will prove to be very useful.

Thanks to [Ben] for the tip!

Robotic Basketball Hoop V2

A few weeks ago, [Shane Wighton] created a basketball backboard which made it impossible to miss a shot even remotely close to the hoop. As a passive device, though, the backboard had its limits. Shots with tremendous velocity wouldn’t go in, and (like most backboards) it was missing facial recognition software. So he got to work on a second version which solves those issues, and takes a more active role in the game.

This version is flat, and looks largely unassuming until a game begins. The flat backboard is mechanized and includes a camera, so incoming shots can be analyzed in real-time while the backboard is moved into a position to direct the ball into the net. Or, since it does include facial recognition, the backboard can always send the ball away from the hoop, ensuring that [Shane] always wins basketball games no matter how many shots his opponent takes.

If you didn’t get a chance to see the original, we featured that a while back, and it’s truly a wonder when you learn about how much analysis went into creating the shape. The new version is even more impressive, doing all of that math in real time, and we can’t wait to see what [Shane] comes up with next.

Continue reading “Robotic Basketball Hoop V2”

Classic 8-Bit Computing The Atari Way

In the classic gaming world, even before the NES arrived on the scene, there was no name more ubiquitous than Atari. Their famous 2600 console sold almost as many units as the Nintendo 64, but was released nearly 20 years prior. In many ways, despite making mistakes that led to the video game crash of the early 80s, Atari was the first to make a path in the video game industry. If you want to explore what the era of 8-bit computing was like in the Atari age, a new resource is compiling all kinds of Atari-based projects.

This site has everything, from assembling Atari 8-bit computers based on the 6502 chip, to programming them in BASIC and assembly, to running official and homebrew games on the hardware itself. This was put together by [Jason H. Moore] who grew up around Atari systems and later, their home computers. He even puts his biomedical experience to use here by designing a game for the 2600 called Gene Medic which can be found at the site as well.

If you grew up in the 70s and 80s and are looking for a bit of Atari nostalgia this site is the place to go. It’s even worth a visit from younger folks as well since the 8-bit world is a lot easier to get immersed in and learn the fundamentals of computer science. Of course, if you want to take it the other direction, it’s possible to modify the old Atari to add a few modern conveniences.

Photo via Evan-Amos

Modular Mouse Packs Features

Not only do console gamers complain about the use of a mouse, but PC users themselves often don’t have kind words to say even about some of the higher-end options. Granted, their gripes aren’t about game experience or balance, they’re usually about comfort, features, or longevity of the mice themselves. So far we haven’t seen many people try to solve these problems, but [benw] recently stepped on the scene with a modular mouse that can fit virtually any need.

Called the RX-Modulus, this mouse has been designed from the ground up to be completely open source from hardware to software. Most of the components can be 3D printed to suit an individual’s particular grip style by making adjustments. The electronics can be custom fitted as well. Users can swap out mouse buttons and wheels in any number of positions, and replace them when they wear out. To that end, one of the goals of this project is also to avoid any planned obsolescence that typically goes along with any current consumer-level product.

While [benw] currently only has a few prototypes under his belt, he’s far enough along with the project that he’s willing to show it off to the community. His hopes are that there are others that see a need for this type of mouse and can contribute to the final design. After all, there are all kinds of other custom mice out there that would have been much easier builds with [benw]’s designs at hand.

Raspberry Pi Cluster Shows You The Ropes

Raspberry Pi clusters are a common enough project, but a lot of the builds we see focus on the hardware side of the cluster. Once it’s up and running, though, what comes next? Raspberry Pis aren’t very powerful devices, but they can still be a great project for learning how to interact with a cluster of computers or for experimental test setups. In this project from [Dino], four Pis are networked together and then loaded with a basic set of software for cluster computing.

The first thing to set up, after the hardware and OS, is the network configuration. Each Pi needs a static IP in order to communicate properly. In this case, [Dino] makes extensive use of SSH. From there, he gets to work installing Prometheus and Grafana to use as monitoring software which can track system resources and operating temperature. After that, the final step is to install Ansible which is monitoring software specifically meant for clusters, which allows all of the computers to be administered more as a unit than as four separate devices.

This was only part 1 of [Dino]’s dive into cluster computing, and we hope there’s more to come. There’s a lot to do with a computer cluster, and once you learn the ropes with a Raspberry Pi setup like this it will be a lot easier to move on to a more powerful (and expensive) setup that can power through some serious work.