I am evaluating the RAK12501 GNSS module with a RAK11310 WisBlock Core and have encountered an issue receiving data.
Setup
Base Board: WisBlock
Core: RAK11310
GNSS Module: RAK12501 (L76K)
Slot used: Slot A (the datasheet states Slot A or D are acceptable, while the GitHub example specifies Slot A)
Firmware: Unmodified “WisBlock Sensor RAK12501 GPS Board Programming Guide” example from your GitHub repository
IDE : Arduino BSP in windows
Issue
The board powers on correctly, but even after leaving the device outdoors for more than two minutes, no NMEA data appears on Serial1. I have confirmed that the sketch uploads successfully and that the USB serial port is functioning.
What example are you using. The example from our Quick Start Guide Basic Sample Code for RAK12501 is giving a different log output, not what you are showing.
Where are you testing. Location fix is working outside of buildings. If the view from the antenna to the satellites is obscured by buildings, roofs, … it will in most times not be able to get a location fix.
Beside of above, I found a problem with the used library and it seems TinyGPS is not working well with the L76K RAK12501 module.
I changed the code to use the TinyGPSPlus library and it works well.==> RAK12501_GPS_L76K