Augmented Reality Interaction using Arduino and Photoresistor
In this Augmented Reality Interaction tutorial Arduino microcontroller and photoresistor measurements were used to manipulate fire of the 3D character Unity-Chan in Unity3D environment using Vuforia. The more photoresistor is covered with a finger the bigger the fire gets.
Download # Extract Previous Augmented Reality Unity3D project files (*.rar file)
Part 1 of the project available here
Download # Arduino code to read data from Photoresistor (*.ino file)
Download # Unity3D C# code to read data from Arduino (fire.cs) (*.cs file)
Download # Image of flames (*.jpg file)
Download # Print this image to augment the content (*.jpg file)
Download # Final result of this project (*.rar file)
Vuforia is an Augmented Reality Software Development Kit (SDK) for mobile devices that enables the creation of Augmented Reality applications. It uses Computer Vision technology to recognize and track planar images (Image Targets) and simple 3D objects, such as boxes, in real-time.
Tags: 3d model, 3d modelling, AR, Arduino, Arduino and Photoresistor, augmented reality, augmented reality and 3D character, Augmented Reality and Arduino, Augmented Reality and Effects, Augmented Reality and Fire, Augmented Reality and Sensor Information, augmented reality and Unity-chan, augmented reality and unity3d, augmented reality and vuforia, Fire Effects, image target, image tracker, markerless augmented reality, unity-chan, unity3d, virtual content, virtual model, VR, vuforia
Haii .. Thank you so much for this awesome tutorial . By the way, can a particle system be controlled by our 3d object instead of using arduino ? For example, when i click 3d object such as factory, the particle system for an example, smog will emitted.. im trying to make an interaction with my AR project. Really hope you can help me, tho. thank you.
Yes, this is possible. But you will have to sort this thing by yourself.
Oh I guess so too. But I don’t think I can make it by myself because I’m soo bad in coding etc.. Anyway thank you for replaying.
i want the photo for breadbord connections please
Hi there,
First of all i want to thank you for publishing great tutorials. My question is: How can i establish the data transfer between arduino and an android device instead of the computer so that the arduion device can intrepret the data coming from the arduino(via bluetooth or wifi) and manipulate the AR model? maybe it would be too complicated to explain it here but do you know any tutorials or sources i can use. Thanks a lot.