This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

FT800

Overview

This sample displays a hello message and an incrementing counter using FT800 Embedded Video Engine.

Requirements

To use this sample, the following hardware is required:

Wiring

You will need to connect the FT800 EVE SPI interface onto a board that supports Arduino shields.

Building and Running

This sample should work on any board that has SPI enabled and has an Arduino shield interface. For example, it can be run on the nRF52840-DK board as described below:

west build -b nrf52840dk/nrf52840 samples/drivers/misc/ft800
west flash

To build the sample for VM800C board the shield must be defined as described below:

west build -b nrf52840dk/nrf52840 samples/drivers/misc/ft800 -- -DSHIELD=ftdi_vm800c
west flash