Communication between Google Glass and smartphone (SHARE JSON DATA)

I need process some information in my device (sensorial information) and share some of this information to the glass. The glass only have to display information. what is the best way to do this?? I have read about sharing data through bluetooth, through the cloud and use the API of the GDK but i dont know if these are the best ways to do this.

Thanks!

Upvotes: 0

Views: 309

Answers (1)

tw1742
tw1742

Reputation: 1484

Using Firebase might be of interest. It enables real-time access to data from multiple devices. Here is a blog of an example set-up using an Arduino: https://www.firebase.com/blog/2014-09-22-realtime-iot-dev-with-firebase.html I've seen a similar set-up where results are passed to a tablet and Glass.

Upvotes: 1

Related Questions