osaether / bthome_nrf_template

Template for a BTHome sensor in nRF52.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BTHome nRF sensor template

Template for a BTHome sensor in nRF52.

Building

You need the nRF Connect SDK to build this sample.

Clone this repo in a folder under the samples folder in the nRF Connect SDK. To build for the nRF52840 DK run the west build command:

west build -b nrf52840dk_nrf52840

To build for other devices/boards replace nrf52840dk_nrf52840 with the correct one.

About

Template for a BTHome sensor in nRF52.


Languages

Language:C 83.9%Language:CMake 16.1%