项目作者: scttnlsn

项目描述 :
Bluetooth Low Energy temperature sensor
高级语言: C
项目地址: git://github.com/scttnlsn/ble-temp.git
创建时间: 2020-04-24T16:49:00Z
项目社区:https://github.com/scttnlsn/ble-temp

开源协议:

下载


ble-temp

Bluetooth Low Energy temperature sensor based on NRF52840 + BME280.

Setup

  1. pip install west
  2. west update
  3. source env.sh

Build

NRF52840 DK

  1. west build -p auto -b nrf52840dk_nrf52840
  2. west flash

NRF52840 Dongle

  1. west build -p auto -b nrf52840dongle_nrf52840
  2. nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application build/zephyr/zephyr.hex --application-version 1 firmware.zip
  3. nrfutil dfu usb-serial -pkg firmware.zip -p /dev/ttyACM0

Config

To access the interactive Kconfig menu:

  1. west build -t menuconfig

Resources

Modules:

  • EByte e73
  • Fanstel BT840