Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I use the above code to copy the device root key from the flash region. The if condition at the end results to FALSE always whcih implies that the key was not copied into...
Hi,
I would like to confirm whether bootloader should start from my application with BLE buttonless DFU. Once the request to enter the bootloader is received by my app I...
Hi,
I am running the Asset Tracker application from a fresh clone of the 0.4.0 nRF connect SDK. Using the supplied iBasis SIM.
It connects after booting, and I can monitor...
Hi,
Iam using nRF52840 , And got ANT sdk from thisisant.com. Placed in the required folder & Using ANTware II v4.1. All things going well, But after programming the DK nRF52840...
Hey Nordic Community ,
I have been trying to get the Modem firmware up and running without success for a few days now (Attempted with 2 different PCs and 2 DK with same...
hi....
i am using nrf52382 .. segger 15.2version
here i have attached two programs ble_uart and twi sensor ... its working fine but data is received over ble_uart app...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use CURVE25519.
I made my code refering to example "ble_app_multirole_lesc" and "nrf_crypto_keys.h".
NRF_CRYPTO_ECC_PRIVATE_KEY_CREATE...
Hi all,
When i walk-through the battery-service provided by nRF SDK, i note the presence of " Report Reference Descriptor " in the characteristic addition function.
I...
Hello,
I am trying to insert fds functionality to light switch client. I added all files and libraries to project. But when i try to compile project i face with errors...
When I am initializing BSD-library with bsd_init(), the function gives me back an value which i can´t find anywhere 0x00008108.
Hopefully you guys could tell me what this...
Are the virtual page sizes only allowed to be 1024 and 2048 for the nRF52840?
// This is a multiple of the physical page size. Is this allowed or not?
// <i> Expressed...
I am attempting to do the assert_tracker example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for...
Hello there,
I want to run Radio Test on one nR52832 based custom board.
I have flashed the example from SDK 15.3 on the custom board using PCA10040.
I have done the...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...