GPS6MV2 problems
I am trying to get some input from my gps and I have a problem. It is that I don't get any input from the gps. I am a noob. Here is my code:
the only output I see on the serial monitor is the "starting". I should also mention that the led on the gps isn't blinking. The wiring is on the photo attached. When I checked the vcc and gnd of the gps using a multimeter it showed correct 5v. I also tried leaving it outside for about 15 minutes but that did nothing. So what is going on?

50 Replies
GPS module is wrong!
do u have multimeter?
yes
What model is your GPS module?
ublox
Neo6m-0-001?

It's not even soldered properly
do you have a schematics of this module?
Do I have to? I was hoping I could return it if it's broken
nothing is worth checking out before the pin header isn't soldered on properly
this thing is held together by hopes and dreams
if one wire doesn't make contact all the time it's over
you can cleanly desolder the header pins again if you need to
Alright I will try. Thank you
Where did you buy this?
on a russian marketplace
Plz send link address.
I will see.
Also take care to only use software serial capable pins (which you do)
https://github.com/arduino/ArduinoCore-renesas/blob/main/libraries/SoftwareSerial/examples/SerialEcho/SerialEcho.ino#L3-L7
And that your declared TX pin needs to go to the GPS module's RX pin
And your declared RX pin needs to go to the GPS module's TX pin
Also cold time start is decalred at like 38 seconds under clear sky of that module
https://38-3d.co.uk/blogs/blog/how-to-use-the-neo-6m-gps-module-with-arduino is also an example of wireup and code a library.
So I should switch them around (tx is connected to d2 and rx to d3)
I have tried keeping it outside for about 15 mins and didn't work
..but was power and gnd connected connected all the time?
without ever slipping off?
what model is GPS antenna you used?
Now, turn GPS antenna.
The GPS antenna has a Top surface. Please place the Top surface towards the sky.
Now, I think Bottom surface towards the sky.
ok?
the metal should be at the bottom?
yes
I soldered it together
first, plz confirm 1S brick LED working of GPS module.
no leds are working
oh wait did you mean whether they could work
SO, turn antenna.
done
send photo.

Are you in the room now?
which room
in-door or out-door?
indoor
ill go out
If possible, move the antenna closer to the window.
I am outdoors now
Plz test.
It doesnt light up
Plz confirm LED of GPS.
Doesnt light up
do you have multimeter?
Yes
Plz measure +5V power of GPS module?
Yes i already measured. Its +-4.9v
GPS antenna, Did you buy with GPS module PCB together?
Yes
a sec. I see GPS datasheet.
did you have other antenna?
Yes but it was also another module
And that one is not with me but led on that one worked fine
But it was used
I think your GPS module is wrong.
Yes it might be. Thank you for trying to help. I will order a new one I guess
ok
Hello, sorry for my late answer. It might be interesting if there is any output on rxtx. Do you have the opportunity to read the signalpins?
I readed the Problem again. . . i know that GPS Sensors might take a few secs to find all needed satelites. The dataoutput should be in the different formats for GPS nmea sentences. Boudrate the one needed?
So I bought a new one and now I get output. Thank you everyone for helping!