chipKIT® Development Platform

Inspired by Arduino™

chipkit uno with a ultimate GPS board

Created Fri, 14 Feb 2014 11:47:40 +0000 by knuckles


knuckles

Fri, 14 Feb 2014 11:47:40 +0000

i am looking for an example to connect a sparkfun GPS board to my UNO32 ,and i dont know where to start ,any ideas where ?


majenko

Fri, 14 Feb 2014 12:42:49 +0000

I'd start with looking at the sparkfun site for that product. There'll be information there about using it with an Arduino, and using it with an UNO32 will be very similar. The software provided by Sparkfun may work out of the box, or it may need porting - either way that software should show you how to communicate. If no software is provided, then it'll just be RS-232 data (Serial) so parsing it would be just the same as if you were on an Arduino (with the 0023 IDE, so no parseInt, etc).


knuckles

Fri, 14 Feb 2014 19:29:48 +0000

i copied over the files into my arduino IDE and they work ok, but in MPIDE i get an error saying 'leo_echo.cpp:14:26: fatal error: Adafruit_GPS.h: No such file or directory compilation terminated..'

when i try to compile a sketch


majenko

Fri, 14 Feb 2014 23:03:37 +0000

Can you point me in the direction of the files please?