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 want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I generate an interruption when an rising edge is detected on one of my I/O.
It seems that the interruption doesn't trigger correctly for an input frequency...
Hi,
(SDK 14.2, S140 V5.0-2.alpha)
I'm working on a ble project that includes to verify mac addresses.
For the Bluetooth SIG specs, when a device has a public adress...
I just update my sdk to 15.0.0, which use the softdevice s132_nrf_6.0.0. but when I try to generate the application package, I found the nrfutil do not give the sd-req code...
Hi,
Where the Firmware is being stored in the flash??
In which address of the flash the firmware is being stored when i flash the code??
In what file type ,the firmware...
Hi.
I am trying to set up a simple Ble beacon on a PCA10040 and a sniffer on another PCA10040.
IDE = Segger Embedded Studio for ARM (This works fine)
The beacon uses...
Hello,
I'm trying to start working with the NRF52832 Dev board for quite some time and can't manage to get anything complex done other than blinking an LED and even that...
We are using a TI AIC audio codec interfacing with the nRF52 over I2S.
The TI codec specifies the following expected clock frequencies for a sample rate of 16KHz and sample...
Hi
We are trying to find a solution to connecting a BLE peripheral to a "preferred" or "primary" central. We are considering having the peripheral connect to multiple centrals...
Hi,
Probably the answer to this question is no, but I can't seem to find any reference in the standard and/or your SDK documentation that proofs that the same relay message...
Hi,
In the Release Notes of SDK 14.2 the following issue (for an emulated NRF52810 project) is mentioned :
*** Known Issues
****************
** BLE **
- When working...
Hi,
Is there any API in Softdevice S132 v5 production to set up advertising extension?
In migration notes of SoftDevice S140 v5 alpha3 I can find annotation:
A new...
I have read the nAN24-13 application note as well as the crystal selection portion of the nRF24LE1 and nRF24LU1 data sheets and I am still undecided about this crystal
https...
Our intention is to wake up the nRFLEI from power-down using the external interrupts, perform some actions and return to power-down. There are three external control signals...
Dear nordic employee
when I use the spim to send 1 byte address to read it's value(4 bytes)
nrf_drv_spi_transfer(&spi,headerBuffer,(uint8_t)headerLength,readBuffer,...
Hi,
We are trying to transmit a single byte over SPIM using easyDMA but our logic analyzer shows that 16 bits are being clocked out. The first 8 are our message and the...