Skip to content

Smart gate for FPV drone racing, based on Zephyr OS and nrf52840 SoC

License

Notifications You must be signed in to change notification settings

cvetaevvitaliy/fpv-smart-gate

Repository files navigation

FPV smart gate

Smart gate for FPV drone racing, based on Zephyr OS and nrf52840 SoC
For communication between all gates - Bluetooth-mesh technology is used

Getting started

Before getting started, make sure you have a proper Zephyr development environment. You can follow the official Getting Started Guide.

To get the module you need to have west installed and use it as:

Install the west utility:

$: pip install west

Download the nrf-sdk sources (including Zephyr OS):

west init -m https://github.com/cvetaevvitaliy/sdk-nrf 
west update

At the end of the commands you have every sources you need to start work with.

How to build

*todo: need update