The Ninja Run: A VR Movement Experiment

VR is an area that is seeing plenty of DIY experimentation, and [FultonX] has an interesting hack of sorts in that he’s discovered something that meshes well with how we perceive motion and movement. It’s an experimental movement system for VR he calls the Ninja Run, and it somewhat resembles skiing.

ninja-run-analysis-optimizedEven room-scale VR suffers from the fact that the player is more or less stuck in one place. Moving the player from one spot to another isn’t currently a gracefully solved problem, and many existing methods are not immersive or have other drawbacks. One solution in use is a sort of teleportation, another “slides” the player to another area on command (like gliding across ice). [FultonX] found these existing solutions lacking, and prototyped the Ninja Run concept which he found was surprisingly intuitive and effective. Video demo embedded below.

Continue reading “The Ninja Run: A VR Movement Experiment”

Pi Keeps Cool At 1.5 GHz

Hackers have a long history of overclocking CPUs ranging from desktop computers to Arduinos. [Jacken] wanted a little more oomph for his Pi Zero-Raspberry Pi-based media center, so he naturally wanted to boost the clock frequency. Like most overclocking though, the biggest limit is how much heat you can dump off the chip.

[Jacken] removed the normal heat sink and built a new one out of inexpensive copper shim, thermal compound, and super glue. The result isn’t very pretty, but it does let him run the Zero Pi at 1.5 GHz reliably. The heat sink is very low profile and doesn’t interfere with plugging other things into the board. Naturally, your results may vary on clock frequency and stability.

Continue reading “Pi Keeps Cool At 1.5 GHz”

Softer Side Of Robots Is Future Of Space

What will next generation space suits look like? Kari Love is making the case that new space suits will exhibit the best in soft robot technology. The problem is that most people don’t really understand much about soft robots, or about space for that matter. Her talk at the Hackaday SuperConference explores the research she has been doing into future generations of space suits. Check out the video below and then join us after the break for more on this topic.

Continue reading “Softer Side Of Robots Is Future Of Space”

Extra Curricular Tour Of NASA’s Jet Propulsion Laboratory

Last week, Hackaday had the chance to tour NASA’s Jet Propulsion Laboratory (JPL) in Pasadena, California. Tours are given all the time at JPL, but ours was special. Steve Collins invited us, and acted as our tour guide, and a new friendship with Michelle Easter got us a look inside the labs where equipment for the 2020 Mars mission is being built.

Continue reading “Extra Curricular Tour Of NASA’s Jet Propulsion Laboratory”

Hacked Diamond Makes Two-Atom Radio

It used to be pretty keen to stuff a radio receiver into an Altoid’s tin, or to whip up a tiny crystal receiver from a razor blade and a pencil stub. But Harvard researchers have far surpassed those achievements in miniaturization with a nano-scale FM receiver built from a hacked diamond.

As with all such research, the experiments in [Marko Lončar]’s lab are nowhere near as simple as the press release makes things sound. While it’s true that a two-atom cell is the minimal BOM for a detector, the device heard belting out a seasonal favorite from [Andy Williams] in the video below uses billions of nitrogen-vacancy (N-V) centers. N-V centers replace carbon atoms in the diamond crystal with nitrogen atoms; this causes a “vacancy” in the crystal lattice and lends photoluminescent properties to the diamond that are sensitive to microwaves. When pumped by a green laser, incident FM radio waves in the 2.8 GHz range are transduced into AM fluorescent signals that can be detected with a photodiode and amplifier.

The full paper has all the details, shows that the radio can survive extreme pressure and temperature regimes, and describes potential applications for the system. It’s far from a home-gamer’s hack at this point, but it’s a neat trick and one to watch for future exploitation. In the meantime, here’s an accidental FM radio with a pretty small footprint.

Continue reading “Hacked Diamond Makes Two-Atom Radio”

Off-Grid Travel — Setting Up A Solar System

When you’re living out of a vehicle, or even just traveling out of one, power quickly becomes a big concern. You need it for lights, to charge your various devices, to run your coffee maker and other appliances, and possibly even to store your food if you’ve got an electric refrigerator. You could do what many RV owners do: rely on campgrounds with electrical hookups plus a couple of car batteries to get you from one campground to the next. But, those campgrounds are pricey and often amount to glorified parking lots. Wouldn’t it be better if you had the freedom to camp anywhere, without having to worry about finding somewhere to plug in?

That’s exactly what we’re going to be covering in this article: off-grid power on the road. There are two major methods for doing this: with a portable gas generator, or with solar. Gas generators have long been the preferred method, as they provide a large amount of power reliably. However, they’re also fairly expensive, cumbersome, noisy, and obviously require that you bring along fuel. Luckily, major advances in solar technology over the past decade have made it very practical to use solar energy as your sole source of electricity on the road.

Continue reading “Off-Grid Travel — Setting Up A Solar System”

Hacking Google Daydream To Work With IOS

The Google Daydream is a VR headset with a controller, and according to the folks at Google, “It’s not currently compatible with iOS and won’t be for several years probably.” OK.

This inspired [Matteo Pisani] to get to work on the protocol that it uses to speak with Android phones. Cutting to the chase, he got it working in several days.

There really wasn’t all that much to it. The controller sends data over Bluetooth, and [Matteo] noticed an “unknown” device on the network. Looking inside the data that it sent, it changed when he moved the controller. Not so unknown now! The rest of the work consisted of writing applications to test hypotheses, waving the controller around, and finding out if he was right. Read up if you’re interested in implementing this yourself.

We love protocol hacks here. From running quadcopters on your own remotes, to simply trying to turn on a lightbulb, it’s getting more and more important that we understand the various languages that our devices speak.