Can You Cheat At Tightrope Walking?

Tightrope walking is no mean feat — it takes years to master (even with a balance rod) — but that’s too much like hard work for [James Bruton]. Obviously, the solution is just a matter of the application of some electronically-controlled balancing technology, and [James] is just the guy for the job. Bearing a passing resemblance to a cross between a prop from Ghostbusters and a medieval torture device, this weighty balancing cheat device almost kind of works!

On a slightly more serious note, bipedal balance is a complex problem to solve. You have multiple limb sections, which can move independently in many ways, as well as the upper body also contributing to shifting around the center of gravity in a hard-to-predict way. So it’s no great surprise that a simple torque reaction device strapped to the torso doesn’t help a great deal, but it sure is fun to watch him trying. The bottom line is this — our bodies are pretty heavy, and the amount of force needed to correct tilt in the plane of interest is hard to generate without the reaction wheel itself being really heavy, and that extra mass doesn’t exactly help with the overall balancing problem. We reckon the overall concept is sound, it’s just that all those extra limbs flopping around make this simplistic sensing and compensation strategy only partly effective.

Stabilizing small robots is probably a bit easier than a human, such as this gyroscopically-stabilized monowheel, but sometimes you don’t even need the gyroscope, as you can control the driving wheels directly.

Continue reading “Can You Cheat At Tightrope Walking?”

Taking Another Swing At A 3D Printed Eye Of Agamotto

Three years ago, [Enza3D] put together a 3D printed version of the Eye of Agamotto as seen in Marvel’s Doctor Strange. It was a good looking prop, but there was definitely some room for improvement in terms of screen accuracy and scale. With a new Strange film now in theaters, it seemed a good a time as any to revisit the design and tighten up some loose ends.

As you might expect for something that’s supposed to be magic, the internal mechanism required to get all of the moving parts going is quite complex. Not only does the iris need to open and close, but the rings need to spin at different speeds to recreate the effect seen in the film. Impressively, there’s not a single line of code or a microcontroller to be seen here — everything is done with a carefully designed set of a gears and a single N20 motor.

Magical relic, some assembly required.

[Enza3D] tried to simplify the construction of the clockwork-like mechanism as much as possible compared to the earlier version, and made some nice improvements like unifying the size of the screws and shafts used in the assembly so there’s no danger of using the wrong part. Despite their size and fine pitch, all of the gears can be printed on a standard FDM desktop printer, in this case a Prusa Mini.

That said, [Enza3D] did switch over to resin prints for the outside of the prop. Incidentally, in another clever design decision, the outer ornamental case is completely separate from the internal powered mechanism. That lets you easily take the unit apart for maintenance or repairs without risking damage to your finish work. Check out the video after the break for a breakdown of how the device is assembled, as well as some tips on how to make shiny pieces of plastic look like aged metal.

Truth be told, if we were working on our own Doctor Strange cosplay, our first pick would still be the ridiculously awesome POV spellcasting gun we covered back in 2018 — but this beauty comes in at a close second for sure.

Continue reading “Taking Another Swing At A 3D Printed Eye Of Agamotto”

It’s TikTok, On Your Wrist!

One of the ultimate objects of desire in the early 1980s was the Seiko TV wristwatch. It didn’t matter that it required a bulky external box in your pocket for its electronics, it was a TV on your wrist, and the future was here! Of course, now we have the technology to make wrist-mounted video a practical reality, but it’s sad to see we’ve opted to use our phones for video and never really followed up on the promise of a wrist-mounted television. There’s always hope though, and here it is in the form of [Dave Bennett]’s ESP32-powered TikTok wristwatch.

On the wrist is the ESP32 itself with an audio DAC and amplifier, LCD screen, and battery, but sadly this combo doesn’t have quite the power to talk to TikTok directly. Instead that’s done using Python on a companion PC with the resulting videos uploaded to the device over WiFi. It’s not the bulky electronics of the Seiko TV, so we’ll take it. All the info can be found on GitHub, and there’s a YouTube video below the break.

So the viral videos of a generation can now be taken on the move without resorting to a slightly less portable mobile phone. It may not be the most unobtrusive of timepieces, but it’ll certainly get you noticed.

Continue reading “It’s TikTok, On Your Wrist!”

Smart Contact Lenses Put You Up Close To The Screen

Google Glass didn’t take off as expected, but — be honest — do you really want to walk around with that hardware on your head? The BBC recently covered Mojo, a company developing smart contact lenses that not only correct vision but can show a display. You can see a video from CNET on the technology below.

The lenses have microLED displays, smart sensors, and solid-state batteries similar to those found in pacemakers. The company claims to have a “feature-complete prototype” and are going to start testing, according to the BBC article. We imagine you can’t get much of a battery crammed into a contact lens, but presumably, that’s one of the things that makes it so difficult to develop this sort of tech.

The article mentions other smart contacts under development, too, including a University of Surrey lens that can monitor eye health using various sensors integrated into the lens. You have to wonder how this would be in real life. Presumably, the display turns off and you see nothing, but it is annoying enough having your phone beep constantly without getting messages across your field of vision all the time.

It seems like this is a technology that will come, of course. If not this time, then sometime in the future. While we usually think the hacker community should lead the way, we aren’t sure we want to hack on something that touches people’s eyeballs. Not everyone can say that, though. For us, we’ll stick with headsets.

Continue reading “Smart Contact Lenses Put You Up Close To The Screen”

TapType: AI-Assisted Hand Motion Tracking Using Only Accelerometers

The team from the Sensing, Interaction & Perception Lab at ETH Zürich, Switzerland have come up with TapType, an interesting text input method that relies purely on a pair of wrist-worn devices, that sense acceleration values when the wearer types on any old surface. By feeding the acceleration values from a pair of sensors on each wrist into a Bayesian inference classification type neural network which in turn feeds a traditional probabilistic language model (predictive text, to you and I) the resulting text can be input at up to 19 WPM with 0.6% average error. Expert TapTypers report speeds of up to 25 WPM, which could be quite usable.

Details are a little scarce (it is a research project, after all) but the actual hardware seems simple enough, based around the Dialog DA14695 which is a nice Cortex M33 based Bluetooth Low Energy SoC. This is an interesting device in its own right, containing a “sensor node controller” block, that is capable of handling sensor devices connected to its interfaces, independant from the main CPU. The sensor device used is the Bosch BMA456 3-axis accelerometer, which is notable for its low power consumption of a mere 150 μA.

User’s can “type” on any convenient surface.

The wristband units themselves appear to be a combination of a main PCB hosting the BLE chip and supporting circuit, connected to a flex PCB with a pair of the accelerometer devices at each end. The assembly was then slipped into a flexible wristband, likely constructed from 3D printed TPU, but we’re just guessing really, as the progression from the first embedded platform to the wearable prototype is unclear.

What is clear is that the wristband itself is just a dumb data-streaming device, and all the clever processing is performed on the connected device. Training of the system (and subsequent selection of the most accurate classifier architecture) was performed by recording volunteers “typing” on an A3 sized keyboard image, with finger movements tracked with a motion tracking camera, whilst recording the acceleration data streams from both wrists. There are a few more details in the published paper for those interested in digging into this research a little deeper.

The eagle-eyed may remember something similar from last year, from the same team, which correlated bone-conduction sensing with VR type hand tracking to generate input events inside a VR environment.

Continue reading “TapType: AI-Assisted Hand Motion Tracking Using Only Accelerometers”

Becky Stern, David Cranor, And A CT Scanner Vs The Oura Ring

If you wonder how it’s possible to fit a fitness tracker into a ring, well, you’re not alone. [Becky Stern] sent one off to get CT scanned, went at it with a rotary tool, and then she made a video about it with [David Cranor]. (Video embedded below.)

While it’s super cool that you can do a teardown without tearing anything down these days — thanks to the CT scan — most of the analysis is done on a cut-up version of the thing through a normal stereo microscope. Still, the ability to then flip over to a 3D CT scan of the thing is nice.

We absolutely concur with [Becky] and [David] that it’s astounding how much was fit into very little space. Somewhere along the way, [David] muses that the electrical, mechanical, and software design teams must have all worked tightly together on this project to pull it off, and it shows. All along, there’s a nice running dialog on how you know what you’re looking at when tearing at a new device, and it’s nice to look over their shoulders.

Then there’s the bit where [Becky] shows you what a lithium-ion battery pack looks like when you cut it in half. She says it was already mostly discharged, and she didn’t burst into flames. But take it easy out there! (Also, make sure you take your hot xylene out on the patio.)

X-ray machines are of course just the coolest thing when doing a teardown. We’ve seen them used from fixing multimeters to simply looking at servo motors.

Continue reading “Becky Stern, David Cranor, And A CT Scanner Vs The Oura Ring”

Wearable Electronics Takes The 3D Printing Route

There was a time when a cheap 3D printer was almost certain to mean an awful kit of parts, usually a so-called “Prusa i3”, which was of course as far away in quality from the machines supplied by [Josef Průša] himself as it’s possible to get. But as Chinese manufacturers such as Creality have brought machines with some quality and relaibility into the budget space these abominations have largely been crowded out. There are still cheap 3D printers to be found though, and it’s one of these that [3D Printing Professor] has mounted on his wrist (Nitter) for the ultimate in portable manufacturing.

The Easythreed K7 is a novel take on a 3D printer that positions the device more as a child’s toy than a desktop manufacturing solution. It’s somewhat limited in its capabilities by its tiny size but by all accounts it’s a usable machine, and at around $100 USD it’s about the cheapest 3D printer for sale on the likes of AliExpress. The wearable mount is probably best described as a forearm mount rather than a wrist mount, but has provision for a battery pack and a small roll of filament. And this contraption is claimed to work, but we maybe would think before committing to a day-long print with it.

This may be the smallest wearable 3D printer we’ve shown you so far, but it’s not the first. That achievement goes to Shenzhen maker [Naomi Wu], who strapped one on her back way back in 2017.

Thanks [J. Peterson] for the tip!