Skip to main content
Visitor II
July 26, 2018
Solved

A GPS module for STM32L1 MCU

  • July 26, 2018
  • 3 replies
  • 1106 views

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.

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    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

    3 replies

    Graduate II
    July 26, 2018

    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.

    Visitor II
    July 26, 2018

    Sounds good!

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

    Best regards.

    Graduate II
    July 26, 2018

    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