# BluePill_Arduino_GPS_Parsing **Repository Path**: orange2348/BluePill_Arduino_GPS_Parsing ## Basic Information - **Project Name**: BluePill_Arduino_GPS_Parsing - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目目的: 基于stm32的最小系统开发板和atgm336进行物理连接,使用stm32的硬件串口1作为通信介质进行通信,并使用Adafruit gps的示例工程代码。 **GPS模块端口连接:** * Tx -> A10 * Rx -> A9 * VCC -> 5V * GND -> GND **arduino库依赖:** * Adafruit GPS