Yeah jremington answer is right. Stupid module, I think I'll buy another one who works indoor (any opinions?). I wonder if it will work in my car.
So, now for all users who have same module and same problem, do like this to fix it:
- Connect de module to arduino board exactly how it is connected in this link: Arduino stuff: NEO6MV2 GPS Module with Arduino Uno HOW-TO (if doesn't work with 3.3V try with 5V. But first try with 3.3V)
- Download TinyGPS++ library from this link: Releases · mikalhart/TinyGPSPlus · GitHub
Put it in a folder and unzip it. Then upload this library in arduino libraryes. If you don t know how to do this, folow this tutorial: Installing a New Library In Arduino - YouTube - Open the arduino software and go to: File->Examples->Tinygps plus->Full example
- Set the baud rate in the code to 9600 for GPS baud , and Serial.begin ; Also put RXpin=4 TXpin=3;
- Go outside and open your Serial monitor, wait a little, and you should see the results.
Good luck!!!
Thank you guys for your support.