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]Arduino side [![Neo 6M-0-001 side][2]][2]Neo 6M-0-001 side
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
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
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 Neo 6M-0-001 side
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
Arduino SoftwareSerial - can't get data from NEO 6M-GPS module
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