Archive for June, 2010

Getting Data BACK From Google Earth and Into LabView

Bill | June 23, 2010 in Autonomous Rover, Source Code, Videos | Comments (0)

I wanted to be able to get information back from Google Earth. It’s already easy to plot information on Google Earth, but getting information back, like the GPS coordinates under the mouse pointer, was another story. Well, I slaved myself to my desk for a few days and figured it out. I created a sample VI program that displays the GPS coordinates of the Mouse over the globe, and captures the coordinates on a left mouse click. It then feeds them back into Google Earth as a point.


PlayStation 2 Controller Arduino Library v1.0

Bill | June 5, 2010 in Projects, Source Code, Tutorials, Videos | Comments (29)

The first fully working version (v1.0) is now available. I split this into a new blog post, as many things have changed.

The big change is you can now define what pins of the Arduino are used, no longer are you tied to pins 10-13.

Also, vibration (Rumble) and analog button pressure readings (how hard is a button being pressed) are now working.