VRcade’s The Nightmare Machine (Kickstarter Campaign)

vrcade2

Aiming to be the leader in Virtual Reality horror experiences is the immersive VR haunted house in Seattle called ‘The Nightmare Machine’ which promises to be one of the most terrifying events this Halloween. But they need some assistance raising money to achieve the type of scale on a large public level that the project is attempting. The goal is $70,000 within a 30 day period which is quite the challenge, and the team will need to hustle every single day in order to accomplish it.

Yet the focus of the project looks good though, which is to lower the massive barriers of entry in VR that are associated with high hardware costs and provide people with a terrifying 5 minutes of nightmare-inducing experiences. This type of fidelity and range is usually only seen in military research facilities and university labs, like the MxR Lab at USC. And, their custom-built head mounted displays bring out this technology into the reach of the public ready to scare the pants off of anyone willing to put on the VR goggles.

The headsets are completely wireless, multi-player and contain immersive binaural audio inside. A motion sensing system has also been integrated that can track movements of the users within hundreds of square feet. Their platform is a combination of custom in-house and 3rd party hardware along with a slick software framework. The technology looks amazing, and the prizes given out through the Kickstarter are cool too! For example, anyone who puts in $175 or more gets to have their head 3D scanned and inserted into the Nightmare Machine. The rest of the prices include tickets to the October showcase where demos of the VR experience will be shown.

Continue reading “VRcade’s The Nightmare Machine (Kickstarter Campaign)”

Flex Sensing For A DIY Data Glove

cyber

[Cyber] has been testing out intuitive input methods for virtual reality experiences that immerse the user further into the virtual world than archaic devices like a keyboard or mouse would allow. One of his biggest interests so far was the idea of a data glove that interacts with an Arduino Uno to interface with a PC. Since commercial products are yet to exist on a readily available level, [Cyber] decided to build his own.

He started out with a tiny inertial measurement unit called a Pololu MinIMU-9 v2 that tracks orientation of the 3-axis gyro and accelerometer. The USB interface was soldered into place connecting the wires to an Arduino Uno. From there, he hooked up a flex sensor from Spectra Symbol (which were supposedly used in the original Nintendo Power Gloves) and demoed the project by tracking the movement of one of his fingers. As the finger bent, the output printed on the serial monitor changed.

[Cyber] still needs to mount a glove on this system and construct a proper positional tracking method so that physical movement will be mirrored in a simulation.

[Cyber’s] day job has had him busy these last few months, which has forced the project into a temporary hold. Recently though, [Cyber] has been an active member and an influence in the local Orange County VR scene helping to build a nice development culture, so we’re hoping to see more updates from him soon.

To view what he has done up to this point, click the link at the top of the page, and check out the video after the break:

Continue reading “Flex Sensing For A DIY Data Glove”

3D Printed Virtual Reality Goggles

gaming-loop

Oculus, as we know, was acquired by Facebook for $2 billion, and now the VR community has been buzzing about trying to figure out what to do with all this newly accessible technology. And adding to the interest, the 2nd iteration of the development kits were released, causing a resurgence in virtual reality development as computer generated experiences started pouring out from of every corner of the world. But not everyone can afford the $350 USD price tag to purchase one of these devices, bringing out the need for Do-It-Yourself projects like these 3D printed wearable video goggles via Adafruit.

The design of this project is reminiscent of the VR2GO mobile viewer that came out of the MxR Lab (aka the research environment that spun out Palmer Lucky before he created Oculus). However, the hardware here is more robust and utilizes a 5.6″ display and 50mm aspheric lenses instead of a regular smart phone. The HD monitor is held within a 3D printed enclosure along with an Arduino Micro and 9-DOF motion sensor. The outer hood of the case is composed of a combination of PLA and Ninjaflex printing-filament, keeping the fame rigid while the area around the eyes remain flexible and comfortable. The faceplate is secured with a mounting bracket and a pair of aspheric lenses inside split the screen for stereoscopic video. Head straps were added allowing for the device to fit snugly on one’s face.

At the end of the tutorial, the instructions state that once everything is assembled, all that is required afterwards is to plug in a 9V power adapter and an HDMI cable sourcing video from somewhere else. This should get the console up and running; but it would be interesting to see if this design in the future can eliminate the wires and make this into a portable unit. Regardless of which, this project does a fantastic job at showing what it takes to create a homemade virtual reality device. And as you can see from the product list after the break, the price of the project fits under the $350 DK2 amount, helping to save some money while still providing a fun and educational experience.

Continue reading “3D Printed Virtual Reality Goggles”

Testing VR Limits With A Raspberry Pi

vrpi

Virtual Reality by function pushes the boundaries of what we perceive as existence, tricking the mind into believing that the computer generated environment that the user is thrust into actually contains a real place. So in the spirit of seeing what is possible in VR, a developer named [Jacques] hooked up a Raspberry Pi to an Oculus Rift. He used a computer graphics rendering API called OpenGL ES, which is much like any mobile platform found these days, to render a floating, rotating cube.

All his tests were done on a Release build which utilized the official vertex and fragment shaders. There was no attempt to optimize anything; not like there would be much to do anyways. The scene was rendered twice at 16 milliseconds per frame. From there, he attempted 27 ms per frame with texture, followed by 36 ms/frame, and then 45.

The code used can be found on [Jacques]’s Github account. A simple improvement would use a Banana Pi for better processing speed. However, don’t expect any spectacular results with this type of setup. Really, the project only proves that it’s possible to minimize a VR experience into something that could become portable. And in the same vein, the Pi + Oculus integration can produce an uncomfortable lagging effect if things are not lined up properly. But once the energy/computing power issues are addressed, VR devices could transform into a more fashionable product like Google Glass, where a simple flip of a switch would toggle the view between VR and AR into a something more mixed. And then a motion sensing input camera like this Kinect-mapping space experiment could allow people all over the world to jump into the perspectives of other reality-pushing explorers. That’s all far down the line though, but this project lays the foundation for what the future might hold.

To see [Jacques]’s full set up, view the video after the break.

Continue reading “Testing VR Limits With A Raspberry Pi”

Cutting Ribbons With Robots And A Oculus Rift

PR2-GrandOpening

On June 26th, 2014, Clearpath Robotics opened up the doors to their brand new 12,000 square foot robot lair by bringing out a PR2 to cut the ceremonial ribbon and welcome everyone inside. And instead of just programming the ‘locate and destroy’ ribbon sequence, the co-founders opted to use an Oculus Rift to control the robot tearing through the material with flailing arms.

This was accomplished having Jake, the robot, utilize a Kinect 2.0 that fed skeleton tracking data via rosserial_windows, a windows-based set of extension for the Robot Operating System which we heard about in January. The software gathers in a stream of data points each with an X,Y,Z component allowing [Jake] to find himself within a 3D space.Then, the data was collected and published directly into the PR2’s brain. Inject a little python code, and the creature was able to route directions in order to move it’s arms.

Thus, by simply stepping in front of the Kinect 2.0, and putting on the Oculus Rift headset, anyone could teleoperate [Jake] to move around and wave its arms at oncoming ribbons. Once completed, [Jake] would leave the scene, journeying back into the newly created robot lair leaving pieces of nylon and polyester everywhere.

An earlier (un-smoothed) version of the full system can be seen after the break:

Continue reading “Cutting Ribbons With Robots And A Oculus Rift”

Non-Lethal Electric Chair Brings The Death Row Experience Home

Non-Lethal electric chair for Oculus Rift Hackathon

One of our trusty tipsters named [Arman] wrote in to tell us about this awesome little Horror VR Hackathon that sought to create a non-lethal electric chair, for a seriously creepy and shocking experience.

[Arman] works in a small prototyping shop, so when a few guys from the local VR group called to ask for help building a non-lethal electric chair, he thought they were joking — until they showed up at the shop! Finally understanding what they really wanted to do, he hooked them up with an EL wire power supply (high voltage AC, low amperage) for their first prototype.

Unfortunately the EL power supply driver took too much juice, so they called [Arman] back the next day to hack together some of those joke gum shockers instead — he hooked them up to an Arduino and they work like a charm.  Continue reading “Non-Lethal Electric Chair Brings The Death Row Experience Home”

Google Cardboard VR

Google Cardboard VR Kit For Under $15

Craving some virtual reality goodness? Unsure of Oculus after Facebook purchased them? Well — why not make your own then!

At last weeks Google I/O conference, those lucky enough to attend received the Google Cardboard VR kit. It’s basically just a piece of cardboard, two lenses, a few magnets, an NFC tag and some velcro — but when you slide your phone into it and download the Cardboard app — you have virtual reality, on your phone.

This inspired [Wolfgang] to make his own variation of this, except instead of a phone, it fits a tablet much nicer. It really is just a cardboard box with the lenses glued in place — but it works! Of course you could 3D print a nice housing — but if you’re super excited to try out some VR apps — cardboard will do the trick as well!

Besides the Cardboard app there’s a few more Android VR applications worth a look — Tuscany Dive (explore Tuscany from the comfort of your chair), ViewR (a voice controlled experience), and Dive Volcano VR Demo (explore a volcano!).

Only trick is finding those pesky lenses…