Skip to content

OpenUAS/zubax_gnss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zubax GNSS

Zubax GNSS is a high performance open source positioning module for outdoor environments, interfaced via doubly redundant UAVCAN bus. It includes a state of the art GPS/GLONASS receiver, a high precision barometer and a 3-axis compass.

Building the Firmware

  • Install ARM GCC toolchain version 4.8
  • Init the sources:
git submodule update --init --recursive
  • Build:
cd firmware
make RELEASE=1 # RELEASE is optional; omit to build the debug version
  • Flash the board using any available flash loader. For instance:
./zubax_chibios/tools/blackmagic_flash.sh   # Black Magic Debug Probe
./zubax_chibios/tools/stlink_flash.sh       # ST-Link v2

Releases

No releases published

Packages

No packages published