GO Mirror
Home Smart-Mirror Project using some IoT TIBCO Flogo.io for real time Status updates.
Another aspect and option of augmenting our reality.
basically this was my Christmas gift, for some between the years development.
Implementation
Build using Unity3D, TIBCO Flogo for IoT Device Status updates running on RaspberryPi 3+
Full Unity source in Assets Folder.
Unity Animation in case someone is nearby the Mirror.
Unity Webserver
Central Area in the Implemenation is the Webserver and the Objects it can modify:
Unity runs in this Implementation a Webserver, that allows Screen updates, such as …
- http://localhost:8079/api?switch=1
- http://localhost:8079/api?anim=true
- http://localhost:8079/api?text=A%20wunderfull%20day.
- http://localhost:8079/api?status=Temperature:13°C
- http://localhost:8079/api?video=true
Features
With this simple Technology in place, you can e.g.
- switch screen view using Alexa Echo, by voice commands (executed via Flogo as well)
- do some Unity3D animation, in case there is someone nearby the screen/mirror
- execute Screen updates on Temperature Status or Welcome Messages
- Flogo on RaspberryPi is also resonsable for switching off the Screen over night
- ask Alexa Echo to play a Family Video with Unity Video Player on a Cube Material
One benefit of having the Mirror running a Unity3D Application is the multiplatform Support, so you can run the mirror with Winodows, Linux, Android, etc. Next you can create easlily and quick very great 3D Animations to attract people in front of the mirror.
will update public source from time to time.
< back to Main AR page