In my project, my master controller need to scan devices through custom uuid.
One problem is that in ble_advertising_init, I can only add 16bits uuid and type of which is...
Hello, I hope someone on this forum can bring some clarification light and knowledge to me.
Background We have developed a remote-control system with several peripheral...
I am working on scanning and connecting to an iPhone device in NRF52840dk, but I am not able to receive my iPhone while scanning. If there are any different ways, please let...
Hello,
I'm using nrf52840 DK to test 1khz tone. The nRF Connect SDK version is v2.6.0.
I put a pcm raw data array of 1khz tone in the code and used i2s write to send the...
Hi,
Using Git and choosing the right workflow is essential when you want to implement DevOps practices as part of your SW development. When it comes to embedded SW things start to get a bit rough. Take…
Weather station created from two Nordics eval-boards (Thingy:52 and nRF52840-Preview-DK).
Source code and hardware files are available.
http://evalspace.com/weather-station/
If automated testing, continuous integration, and delivery processes are top of mind for you, but you are not sure how to start implementing it for embedded SW development - take a look at the following…
Background
There is a need to enable Nordic hardware with the Direct Test Mode (DTM) firmware. This is so the physical layer and RF characteristics may be ascertained as set in the Bluetooth Sig Specification…
Requirements
This document uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52 DK to emulate the nRF52810
a BLE-enabled mobile device
You may want to review the blog here for a more comprehensive…
Requirements
This hands-on tutorial uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52840 DK
a BLE-enabled mobile device
You can use an nRF52 DK or nRF52833 DK instead of the nRF52840 DK,…
This is part 3 of the series Building a Bluetooth application on nRF Connect SDK
You can find other parts here:
Part 1 - Peripheral Role.
Part 2 - Central Role.
In Part 1 we covered the generic architecture…
Purpose
The purpose of this guide is to demonstrate the use of Bluetooth Shell. Bluetooth Shell (BT Shell) is a command-line shell application that runs over the UART. It allows one to manually type in…
Out of the box, the examples in the nRF Connect SDK are configured for ease of use, functionality, and debugging; they are not generally configured for optimal memory utilization. Some of the examples…