Skip to content

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

License

Notifications You must be signed in to change notification settings

nevrax/ArduinoMotionControls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.6%
  • C++ 7.4%