Skip to content

scttnlsn/ble-temp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ble-temp

Bluetooth Low Energy temperature sensor based on NRF52840 + BME280.

Setup

pip install west
west update
source env.sh

Build

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

Config

To access the interactive Kconfig menu:

west build -t menuconfig

Resources

Modules:

  • EByte e73
  • Fanstel BT840

About

Bluetooth Low Energy temperature sensor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published