I recently bought a GPS shield from Dexter for Arduino.
However, I can`t access the documentation on the website (all links have a 404 error message). Where can I find the libraries and examples to get the shield working?
Hey Jing,
I’ll go update the documentation on the site, but in the meanwhile, if you want to try that out on your own, you can download the library from here: http://dexterindustries.com/files/dGPS_Example_3.zip and copy it to /usr/share/Arduino/librariesand extract it there. After that open the Arduino IDE and open the example dGPS_Example_3 from the dGPS_Example_3 folder. Change the programmer to Raspberry Pi GPIO and upload the sketch to the Arduberry(use Ctrl+Shift+U). The data comes on the Serial Port at 9600 baud. Open minicom Serial monitor in Terminal: minicom ama0 and press reset on the Arduberry to start receiving the data.
We’ll let you know as soon as the documentation is updated