2018-07-26 04:54 AM
Hi,
I have a tracking project based on GPS.
Could you please suggest me a GPS module that has a library for any STM32L1 MCU?
Best regards.
Solved! Go to Solution.
2018-07-26 03:06 PM
There was a post "GPS NMEA Decoder Demo for STM32F746G-DISCO", forum currently broken/transitioning. Might want to Google, and selected "Cached" copy
https://community.st.com/s/feed/0D50X00009XkVy3SAF
Can't past code here, too long. Would need to tailor USART code for STM32L1
Forum transition still chewed up the post
2018-07-26 05:56 AM
Most GPS modules output NMEA sentences, so then you just need to have the UART works and parse the stream.
I've posted several code examples to the forum. ST has some examples for their TESEO / LIV3F GNSS shield.
2018-07-26 11:22 AM
Sounds good!
Could you please send me a link of your source code?
Best regards.
2018-07-26 03:06 PM
There was a post "GPS NMEA Decoder Demo for STM32F746G-DISCO", forum currently broken/transitioning. Might want to Google, and selected "Cached" copy
https://community.st.com/s/feed/0D50X00009XkVy3SAF
Can't past code here, too long. Would need to tailor USART code for STM32L1
Forum transition still chewed up the post