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.
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