Smart gate for FPV drone racing, based on Zephyr OS and nrf52840 SoC
For communication between all gates - Bluetooth-mesh technology is used
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.
*todo: need update