hello everyone i bought the NEO-6M GPS Shield and i want to use it for simple project to get my current location in the serial monitor
so i dont know what pins i should use
i'm kind of new to the arduino world
The shield uses shorting links to select which pins that TX and RX are connected to.
You can select any pin between D0 and D7.
I would avoid using pins D0 and D1 as they are used by the Serial Monitor and to upload sketches.
The examples in the TinyGPS and Tiny GPSplus libraries seem to use pin 3 for TX and pin 3 for RX. If you use other pins then you need to change the pins used by the sketch.
Edit,
The paragraph above should have read:
The examples in the TinyGPS and Tiny GPSplus libraries seem to use pin 3 for TX and pin 4 for RX.
Thank you to srnet (post #9) for pointing out my error.