Home Automation Terminal Has Great Post-Apocalyptic Look

If you use home automation these days, you’re probably used to using smart speakers, your smartphone, or those tabletop touchscreen devices. If you wanted something cooler and more personal, you could try building something like [Rick] did.

A Raspberry Pi 400 is the basis for the machine, and it still uses the original keyboard. It’s paired with a 3D-printed shell with a 7″ Waveshare HDMI touch display in it. The LCD is placed behind a Fresnel lens which provides some magnification. It displays a glowing blue command line which accepts text commands. It’s hooked up to the OpenAI API, so it’s a little smarter than just any old regular terminal. It’s hooked up to [Rick’s] home automation system, so he can use natural language queries to control lighting, music, and all the rest. Think Alexa or Siri, but in text form.

The design of the case, with its rounded edges, vents, and thick bezels gives it a strong retro-futuristic look, reminiscent of something out of Fallout. [Rick’s] neat application of weathering techniques helped a lot, too.

It reminds us of some of the cooler Pip Boy builds we’ve seen. Meanwhile, if you’ve got your own creative terminal build in the works, don’t hesitate to drop us a line!

Tabletop Handybot Is Handy, And Powered By AI

Decently useful AI has been around for a little while now, and robotic arms have been around much longer. Yet somehow, we don’t have little robot helpers on our desks yet! Thankfully, [Yifei] is working towards that reality with Tabletop Handybot.

What [Yifei] has developed is a robotic arm that accepts voice commands. The robot relies on a Realsense D435 RGB-D camera, which provides color vision with depth information as well. Grounding DINO is used for object detection on the RGB images. Segment Anything and Open3D are used for further processing of the visual and depth data to help the robot understand what it’s looking at. Meanwhile, voice commands are interpreted via OpenAI Whisper, which can feed prompts to ChatGPT for further processing.

[Yifei] demonstrates his robot picking up markers on command, which is a pretty cool demo. With so many modern AI tools available, we’re getting closer to the ideal of robots that can understand and execute on general spoken instructions. This is a great example. We may not be all the way there yet, but perhaps soon. Video after the break.

Continue reading “Tabletop Handybot Is Handy, And Powered By AI”

Peeking Underground With Giant Flying Antennas

Helicopters are perhaps at their coolest when they’re being used as flying cranes — from a long dangling cable, they can carry everything from cars, to crates, to giant hanging saws.

What you might find altogether more curious are the helicopters that fly around carrying gigantic flat antenna arrays. When you spot one in the field, it’s not exactly intuitive to figure out what they’re doing, but these helicopters are tasked with important geological work!

Continue reading “Peeking Underground With Giant Flying Antennas”

Pi Pico Helps Restring Badminton Rackets

Stringing a badminton racquet is a somewhat complicated job. It needs to be done well if the racquet is to perform well and the player is to succeed. To that end, [kuokuo] built a machine of their own to do that very task. Even better, they’ve made it open source so other hobbyists can benefit from their work.

The build is named PicoBETH, which stands for Pico Badminton Electronic Tension Head. It’s based around the Raspberry Pi Pico, as you might imagine. The Pico is charged with controlling the stringing procedure via a stepper motor and lead screw, while using a load cell to measure string tension during the process. A small two-line character LCD serves as the user interface, along with some buttons, LEDs and a buzzer for feedback. The electronic stringing gear is mounted on to a traditional manual drop-weight stringing machine to execute the process faster and more accurately, at least in theory.

Files are on Github for those that wish to explore the build further. It’s not the first stringing machine we’ve featured here, either! Video after the break.
Continue reading “Pi Pico Helps Restring Badminton Rackets”

Trying To Build A Communications Device With A 1-Pound Laser And A 7805

You can get a red laser diode pretty cheap these days—as cheap as £1 in fact. [Beamer] had purchased one himself, but quickly grew bored with just pointing it at the walls. He decided to figure out if he could use it for some kind of communication, and whipped up a circuit to test it out.

To do the job, he designed a modulator circuit that could drive the laser without damaging it. The build is based around the common 7805 regulator and the venerable 555 timer IC. The 555 is set to pulse at a given rate with the usual array of capacitors and resistors. Its output directly drives the input of a 7805 regulator. It’s set up as a constant current source in order to deliver the correct amount of current to run the laser. The receiver is based around a photodiode, which should prove fairly straightforward.

[Beamer]’s still working on the full setup, but plans to use the laser’s pulses to drive a varying analog meter or something similar. Not every communications method has to send digital data, and it’s good to remember that! Video after the break.

Continue reading “Trying To Build A Communications Device With A 1-Pound Laser And A 7805”

Etch-A-Sketch Camera Is Open Source

The Etch-a-Sketch was a great toy if you were somehow born with the talent to use it. For the rest of us, it was a frustrating red brick filled with weird grey sand. [Every Flavor of Robot] has taken the irritating knob-encrusted oblong and turned it into something we can all enjoy, however, by building an Etch-a-Sketch camera!

The build is simple. It uses an ESP32 microcontroller to run the show, equipped with a camera. The camera is used to take a photo of the subject, and the image is then sent to a desktop computer. The desktop runs the image through an AI pipeline that generates a simplified version of the image, and the necessary G-Code to draw it on the Etch-A-Sketch. The toy’s knobs are operated by a pair of brushless motors which have been geared down to provide more torque.

It’s a neat project, and more details are available on GitHub. We’ve seen some other great mechanized Etch-a-Sketch builds before, too.

Continue reading “Etch-A-Sketch Camera Is Open Source”

Single-Stage-to-Orbit: The Launch Technology We Wish Was Real

Reaching orbit around Earth is an incredibly difficult feat. It’s a common misconception that getting into orbit just involves getting very high above the ground — the real trick is going sideways very, very fast. Thus far, the most viable way we’ve found to do this is with big, complicated multi-stage rockets that shed bits of themselves as they roar out of the atmosphere.

Single-stage-to-orbit (SSTO) launch vehicles represent a revolutionary step in space travel. They promise a simpler, more cost-effective way to reach orbit compared to traditional multi-stage rockets. Today, we’ll explore the incredible potential offered by SSTO vehicles, and why building a practical example is all but impossible with our current technology.

A Balancing Act

The SSTO concept doesn’t describe any one single spacecraft design. Instead, it refers to any spacecraft that’s capable of achieving orbit using a single, unified propulsion system and without jettisoning any part of the vehicle.

The Saturn V shed multiple stages on its way up to orbit. That way, less fuel was needed to propel the final stage up to orbital velocity. Credit: NASA

Today’s orbital rockets shed stages as they expend fuel. There’s one major reason for this, and it’s referred to as the tyranny of the rocket equation. Fundamentally, a spacecraft needs to reach a certain velocity to attain orbit. Reaching that velocity from zero — i.e. when the rocket is sitting on the launchpad — requires a change in velocity, or delta-V. The rocket equation can be used to figure out how much fuel is required for a certain delta-V, and thus a desired orbit.

The problem is that the mass of fuel required scales exponentially with delta-V. If you want to go faster, you need more fuel. But then you need even more fuel again to carry the weight of that fuel, and so on. Plus, all that fuel needs a tank and structure to hold it, which makes things more difficult again.

Work out the maths of a potential SSTO design, and the required fuel to reach orbit ends up taking up almost all of the launch vehicle’s weight. There’s precious mass left over for the vehicle’s own structure, let alone any useful payload. This all comes down to the “mass fraction” of the rocket. A SSTO powered by even our most efficient chemical rocket engines would require that the vast majority of its mass be dedicated to propellants, with its structure and payload being tiny in comparison. Much of that is due to Earth’s nature. Our planet has a strong gravitational pull, and the minimum orbital velocity is quite high at about 7.4 kilometers per second or so.

Stage Fright

Historically, we’ve cheated the rocket equation through smart engineering. The trick with staged rockets is simple. They shed structure as the fuel burns away. There’s no need to keep hauling empty fuel tanks into orbit. By dropping empty tanks during flight, the remaining fuel on the rocket has to accelerate a smaller mass, and thus less fuel is required to get the final rocket and payload into its intended orbit.

The Space Shuttle sheds its boosters and external fuel tank on its way up to orbit, too. Credit: NASA

So far, staged rockets have been the only way for humanity to reach orbit. Saturn V had five stages, more modern rockets tend to have two or three. Even the Space Shuttle was a staged design: it shed its two booster rockets when they were empty, and did the same with its external liquid fuel tank.

But while staged launch vehicles can get the job done, it’s a wasteful way to fly. Imagine if every commercial flight required you to throw away three quarters of the airplane. While we’re learning to reuse discarded parts of orbital rockets, it’s still a difficult and costly exercise.

The core benefit of a SSTO launch vehicle would be its efficiency. By eliminating the need to discard stages during ascent, SSTO vehicles would reduce launch costs, streamline operations, and potentially increase the frequency of space missions.

Pushing the Envelope

It’s currently believed that building a SSTO vehicle using conventional chemical rocket technology is marginally possible. You’d need efficient rocket engines burning the right fuel, and a light rocket with almost no payload, but theoretically it could be done.

Ideally, though, you’d want a single-stage launch vehicle that could actually reach orbit with some useful payload. Be that a satellite, human astronauts, or some kind of science package. To date there have been several projects and proposals for SSTO launch vehicles, none of which have succeeded so far.

Lockheed explored a spaceplane concept called VentureStar, but it never came to fruition. Credit: NASA

One notable design was the proposed Skylon spacecraft from British company Reaction Engines Limited. Skylon was intended to operate as a reusable spaceplane fueled by hydrogen. It would take off from a runway, using wings to generate lift to help it to ascend to 85,000 feet. This improves fuel efficiency versus just pointing the launch vehicle straight up and fighting gravity with pure thrust alone. Plus, it would burn oxygen from the atmosphere on its way to that altitude, negating the need to carry heavy supplies of oxygen onboard.

Once at the appropriate altitude, it would switch to internal liquid oxygen tanks for the final acceleration phase up to orbital velocity. The design stretches back decades, to the earlier British HOTOL spaceplane project. Work continues on the proposed SABRE engine (Syngergetic Air-Breathing Rocket Engine) that would theoretically propel Skylon, though no concrete plans to build the spaceplane itself exist.

The hope was that efficient aerospike rocket engines would let the VentureStar reach orbit in a single stage.

Lockheed Martin also had the VentureStar spaceplane concept, which used an innovative “aerospike” rocket engine that maintained excellent efficiency across a wide altitude range. The company even built a scaled-down test craft called the X-33 to explore the ideas behind it. However, the program saw its funding slashed in the early 2000s, and development was halted.

McDonnell Douglas also had a crack at the idea in the early 1990s. The DC-X, also known as the Delta Clipper, was a prototype vertical takeoff and landing vehicle. At just 12 meters high and 4.1 meters in diameter, it was a one-third scale prototype for exploring SSTO-related technologies

It would take off vertically like a traditional rocket, and return to Earth nose-first before landing on its tail. The hope was that the combination of single-stage operation and this mission profile would provide extremely quick turnaround times for repeat launches, which was seen as a boon for potential military applications. While its technologies showed some promise, the project was eventually discontinued when a test vehicle caught fire after NASA took over the project.

McDonnell Douglas explored SSTO technologies with the Delta Clipper. Credit: Public domain

Ultimately, a viable SSTO launch vehicle that can carry a payload will likely be very different from the rockets we use today. Relying on wings to generate lift could help save fuel, and relying on air in the atmosphere would slash the weight of oxidizer that would have to be carried onboard.

However, it’s not as simple as just penning a spaceplane with an air-breathing engine and calling it done. No air breathing engine that exists can reach orbital velocity, so such a craft would need an additional rocket engine too, adding weight. Plus, it’s worth noting a reusable launch vehicle would also still require plenty of heat shielding to survive reentry. One could potentially build a non-reusable single-stage to orbit vehicle that simply stays in space, of course, but that would negate many of the tantalizing benefits of the whole concept.

Single-stage-to-orbit vehicles hold the promise of transforming how we access space by simplifying the architecture of launch vehicles and potentially reducing costs. While there are formidable technical hurdles to overcome, the ongoing advances in aerospace technology provide hope that SSTO could become a practical reality in the future. As technology marches forward in materials, rocketry, and aerospace engineering in general, the dream of a single-stage path to orbit remains a tantalizing future goal.


Featured Image: Skylon Concept Art, ESA/Reaction Engines Ltd