While using the "full example" of the tinygps++ library, i see that i'm receiving data from the GPS module (bytes received) so i know the module is OK. However, the LED light on it is just straight on (what means that there is no sattelite locked to it).
I tried lying it in the back of my car for a few hours, i tried it near the window. But i cant get it to lock in to the sattelites.
I'm using an Arduino UNO, connected by USB power.
The GPS module is connected to the 5V.
ward507:
i see that i'm receiving data from the GPS module (bytes received) so i know the module is OK. However, the LED light on it is just straight on (what means that there is no sattelite locked to it).
You cannot assume that just because your recieving characters that the GPS is 'working'.
Indeed the fix LED is independant of the Arduino, meaning the GPS works without the Arduino connected, it just needs power. So conclude your GPS is not working, as in not getting a fix.
It would really be helpful if we could see what kind of output you are getting on the serial monitor.
Meanwhile try puting the device back in your car window for several hours (I assume your car is outside) in order to help it get the data it needs. You don't need the computer for this as long as you can get power to the device some way.