I know this is very commonly discussed issue, yet i am not able to find right solution to this issue.
What I have ? 1) Arduino Uno 2) ESP32 3) 2 NEO 6m GPS modules
What I want ? Get GPS Neo 6m working with Arduino UNO or ESP32
What I tried ? TinyGPS and TinyGPS++ example code, used many codes available on forum. I tried different combination of pins.
What is issue ?
When I try to use Example of FullExample in TinyGPSplus library
with Arduino Uno
Pin 4, 3 as suggested in code.
Baud rate - tried 9600 ( all other combinations)
when outdoor - LED on module starts blinking
Serial monitor - No GPS detected - check wiring
Can someone explain me ? why this is happening ? What is the issue ? What is working solution ? Thank you.