Skip to content

fprotopapa/nrf52-pca10059-zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrf52-pca10059-zephyr

Description

Send temperature data via Bluetooth using nRF52-Dongle + MCP9701 and Zephyr RTOS

Requirements

Hardware

  • nRF52-Dongle
  • MCP9701-E/TO

Software

Build and Flash

cd %userprofile%\zephyrproject\zephyr\samples\bluetooth
git clone https://github.com/fprotopapa/nrf52-pca10059-zephyr.git

cd ..\..\..
west build -d nrf52dongle -p auto -b nrf52840dongle_nrf52840 zephyr/samples/bluetooth/nrf52-pca10059-zephyr
nrfutil pkg generate --hw-version 52 --sd-req=0x00 --application nrf52dongle/zephyr/zephyr.hex --application-version 1 nrf52dongle.zip
nrfutil dfu usb-serial -pkg nrf52dongle.zip -p COM<XX>

Circuit

Circuit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors