How To: Hack Skateboard for Virtual Reality

Hack Skateboard for Virtual Reality

An accelerometer/gyro goes onto an Arduino board and transmits the angular motion of the skateboard via Bluetooth to a virtual reality game I made for Android phones and Google Cardboard.

DIY Virtual Reality Skateboard

This is a really fun and easy project that can be done in about an hour. On the bottom of the skateboard is an accelerometer/gyro with an Arduino board that transmits the angular motion of the skateboard via bluetooth to a virtual reality game I made for Android phones and Google Cardboard. So, when you turn on your Arduino and the bluetooth connects with your phone, you start moving forward. Lean left and you go left, lean right and you go right. Lift up the front wheels and your character will jump. This only works for Android phones and your phone must be compatible with Google Cardboard. So, if you have an old skateboard laying around, turn it into a virtual reality snowboard! You will need:

  • A Google Cardboard style virtual reality headset
  • A skateboard
  • 4 tennis balls (to keep from rolling away)
  • An Arduino Leonardo (or Uno)
  • Some jumper wires
  • A mini breadboard
  • An HC-06 bluetooth module
  • An MPU-6050 accelerometer/gyro
  • A 9V battery with battery box that has a on/off switch and a barrel plug (to power the Arduino board)
  • A soldering iron and maybe a hot glue gun
  • The Android app, Arduino code, and parts list with links can be found here

Step 1: Create Your Arduino Device/Transmitter/Input/Thing

Assemble your device as shown in the picture above.

You will need to solder the header pins onto the MPU-6050, if your soldering iron is new and the tip is clean this can be done in about 11 seconds. If your soldering iron tip is dirty and old this will quickly become the hardest thing you have ever done (speaking from experience).

Make sure the orientation of everything is exactly as shown in the pictures above so you do not have to get into the code and edit anything.

Attach everything to you skateboard EXACTLY as shown (really just make sure the MPU6050 is facing the same direction as the picture)

Here I glued the battery box to the board with hot glue and screwed the Arduino board down. I used an old school board because a wider board is better for the purposes of this experience. It is pretty hard to balance on a board while in virtual reality.

NOTE: The Leonardo works much better for this...however...

If you are using an Arduino Uno, all the connections are the same except: SDA goes to A4 and SCL goes to A5.

Step 2: Upload the Code

IMPORTANT: Unplug the RX and TX pins and upload this code to your board. Upload code to Arduino board from here.

Step 3: Almost Done! Download App to Your Phone!

Follow this link and download the app to your phone.

You will need to go into your security settings and allow apps to be installed from unknown developers.

Notes:

This is my first Unity Game...It is terrible.

If enough people make this I can try to make a better snowboard game, or make an actual skateboard game depending on what I get requests for.

When your turn on your Arduino device make sure the skateboard is flat on the ground and then open the app. As soon as the bluetooth connects you will drop in.

If the bluetooth becomes disconnected, restart the app (it is set to connect at the start of the app only, for right now).

Just updated your iPhone? You'll find new emoji, enhanced security, podcast transcripts, Apple Cash virtual numbers, and other useful features. There are even new additions hidden within Safari. Find out what's new and changed on your iPhone with the iOS 17.4 update.

Be the First to Comment

Share Your Thoughts