Skip to content

Adafruit GPS library for STM32Fx. Requires HAL library

Notifications You must be signed in to change notification settings

halilbilgin/AdafruitGPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adafruit GPS driver for STM32Fx

The driver has methods to send commands, retrieve and process messages coming from GPS sensor through UART. An example usage can be found in /Src/main.cpp.

If you are using CubeMX, you are expected to enable UART2 and its interrupts to run the example code in main.cpp.

HAL_UART_RxCpltCallback in the main.cpp receives information from the GPS sensor manipulates it using the driver and prints the processed output.

In order printf to work properly, you need to follow the steps shared in this link

About

Adafruit GPS library for STM32Fx. Requires HAL library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages