Hi,
I recently bought a Ublox NEO6MV2 Module for arduino from Ebay and trying to connect to an arduino uno to get simple coordinates.
But it does not work.
I downloaded the 'tinyGPS13 library and used the 'test with GPS device' example.
I connected the GPS module as follows.
VCC in GPS to 3.3V in Arduino board
GND in GPS to GND in Arduino board
RX in GPS to D3 in Arduino board
TX in GPS to D4 in Arduino board
When i open the serial monitor to view the locatiion I get a lot of **** ****** *** instead of data.
the only "data" i get which are not *** are nmbers under the 'chars RX' where it shows an increasing number each line.
Anny ideas?
Thanks,