Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 410 Bytes

GPS to UART converter

This is a simple GPS to UART converter.

Compiling with PlatformIO

  1. Install PlatformIO
  2. [on Windows] Allow longe paths: reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f and install Zadig driver
  3. Clone this repository
  4. Open the project in PlatformIO
  5. Compile and upload