I connect a GPS module to nRF52 DK and connect nRF52 DK to my computer once more.
GPS module ---> nRF52 DK ---> computer. (like this)
So I want to do NMEA parsing like reference link (stackoverflow.com/.../parsing-code-for-gps-nmea-string)
But this code is for Arduino. So I can't use this code in my nRF52 DK.
I can't change the code because i am beginner.
Please recommend the reference link or site or changing code.