Skip to content

Latest commit

 

History

History
executable file
·
22 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

executable file
·
22 lines (16 loc) · 558 Bytes

sbp_tutorial

This is a tutorial on how to receive SwiftNav Binary Protocol (SBP) messages from Piksi, using an STM32F4DISCOVERY Board as an example.

For more information, see the Piksi integration tutorial.

Submodules

libsbp is a required submodule of this git repository. You must check these out in order to build the firmware.

Check it out using:

git submodule init
git submodule update