Skip to content
/ PX4-Flow Public

Firmware for PX4FLOW board

Notifications You must be signed in to change notification settings

PX4/PX4-Flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6c8cdb3 · Feb 14, 2020
Aug 13, 2015
Oct 8, 2019
Aug 13, 2015
Jan 20, 2015
Sep 4, 2015
Feb 6, 2020
Oct 8, 2019
Aug 15, 2017
Feb 11, 2020
Jan 23, 2015
Aug 15, 2017
Aug 12, 2015
Nov 6, 2015
Dec 18, 2018
Feb 13, 2014
Nov 14, 2018
Feb 14, 2020
Jun 14, 2013

Repository files navigation

PX4Flow Firmware

Build Status

Gitter

PX4 FLOW is a smart camera processing optical flow directly on the camera module. It is optimized for processing and outputs images only for development purposes. Its main output is a UART or I2C stream of flow measurements at ~400 Hz.

Dev guide / toolchain installation: https://docs.px4.io/master/en/sensor/px4flow.html

For help, run:

make help

To build, run:

  make archives # this needs to be done only once
  make

To flash via the PX4 bootloader (first run this command, then connect the board):

  make upload-usb

By default the px4flow-v1_default is uploaded; to upload a different version, run:

  make <target> upload-usb

Where <target> is one of the px4flow targets listed by make help.