cancel
Showing results for 
Search instead for 
Did you mean: 

A GPS module for STM32L1 MCU

Khaled Aljehani
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Khaled Aljehani
Associate III

Sounds good!

Could you please send me a link of your source code?

Best regards.

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..