Search code examples
gpspsoc

GPS neo-6m do I need to request data?


I've worked with this GPS on Arduino and it was pretty easy. But currently, I am trying to connect it to PSOC. And I'm interested if someone knows, do I need to ask GPS for data or it will try to find satellites and send data without any writing on a port?


Solution

  • Looks like it automatically tries to find satellites after it is powered. I initialized my Tx and Rx UART pins and then just read data from Rx. Led on GPS starts blinking after it finds satellite, even when Rx and Tx pins are switched, because of this I assume that it doesn't need any requests. + I have looked on code from TinyGPS library, haven't seen any requests for data. Plz, correct me if I'm wrong.