Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 914 Bytes

File metadata and controls

22 lines (14 loc) · 914 Bytes

ArduinoMotionControls

a very barebones implementation if an Arduino connection with Unity to use motion controls

Workings

This small project includes the basic set-up for a motion controlled game with an Arduino powered Accelerometer. The corresponding Arduino code is also written in the Unity script.
There is also a sound controller which listens to the microphone and does something when that value goes above a certain level.

Explainer video:

https://www.youtube.com/embed/FSK1Msmau0A

game download:

https://jellever.itch.io/toilet-paper-hoarder

references:

Arduino Connection : https://playground.arduino.cc/Main/MPU-6050/#measurements
Bluetooth adaptor : https://create.arduino.cc/projecthub/mayooghgirish/arduino-bluetooth-basic-tutorial-d8b737
Unity Microphone Tutorial : https://www.youtube.com/watch?v=GHc9RF258VA

This project is licensed under the terms of the MIT license.