Is it possible to code the Duemilanove to connect to Google Glass? If so, how can you do it? We are trying to use a Ping)) ultrasonic and the Duemilanove, and would like to incorporate Glass software. Any help is welcome.
Is it possible to code the Duemilanove to connect to Google Glass?
Maybe; maybe not.
Do you have an Ethernet shield? What URL do you use to connect to Google Glass from a PC? If it uses https as the protocol, then no, the Arduino can't do that.
You could set up a proxy server that uses http protocol and talks https to Google Glass, but that isn't something that you can do on the Arduino. You do that on your own web server.