Bluetooth Low Energy temperature sensor
Bluetooth Low Energy temperature sensor based on NRF52840 + BME280.
pip install west
west update
source env.sh
NRF52840 DK
west build -p auto -b nrf52840dk_nrf52840
west flash
NRF52840 Dongle
west build -p auto -b nrf52840dongle_nrf52840
nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application build/zephyr/zephyr.hex --application-version 1 firmware.zip
nrfutil dfu usb-serial -pkg firmware.zip -p /dev/ttyACM0
To access the interactive Kconfig menu:
west build -t menuconfig
Modules: