A GPS module for STM32L1 MCU
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-26 4: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-26 3: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-26 5: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-26 11:22 AM
Sounds good!
Could you please send me a link of your source code?
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-26 3: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
Up vote any posts that you find helpful, it shows what's working..
