Revision 560299d8-50a0-4715-bd6d-c346a27491f6 - Arduino Stack Exchange
I am using Mikael Hart's TinyGPS (v.13) library and example code to talk to my module. The LED on the GPS module is lit and flashing which I assume means it is receiving data from the GPS satellites. The module seller claims that the module has a default baud of 38400.
I'm pretty sure it's wired up correctly:
[![Arduino side][1]][1]
[![Neo 6M-0-001 side][2]][2]
And my sketch says:
SoftwareSerial ss(4, 3);
So I read this as Orange (Rx) to pin 4 and Brown (Tx) to pin 3.
Any help appreciated
[1]: https://i.sstatic.net/TOfy9.jpg
[2]: https://i.sstatic.net/yILgM.jpg