Hey everyone, I'm starting my first Arduino project where I wanna get a location through the GPS module (NEO 6M GY-NEO6MV2) and the Arduino Pro Mini and after checking a couple tutorials online I followed this schematic (using the Arduino Pro Mini instead):
And this youtube tutorial for the coding https://www.youtube.com/watch?v=pVcjXIG4KW8 timestamp: 6:30 - 7:30. TL;DR: He didn't add any code to the arduino, just named the file "gps_arduino" and got it working.
It didn't work for me, plus noticed the GPS led isn't blinking for me like it is in the video. Tried another tutorial with another code but it also didn't work and the led still isn't blinking like in the tutorials (All the tutorials were for the same GPS Module I have), so I'm thinking no code is working because maybe the GPS module ain't working right.
So I'm wondering if there's a way to know if my GPS module is working correctly? Thanks in advance everyone.