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'm trying to piece together how to be able to get this migration to work OTA via DFU. I was told by Nordic that all you need is to .zip SD8 + Boot(SDK10) and DFU both to...
I'm using:
nRF51422
SDK 7.1.0
Softdevice S310 2.0.1
nrfjprog.exe v 8.3.0
JLinkARM.dll v 5.10m
If I use the Segger with nrfjprog.exe to upload the softdevice...
I am a bit confused about what happens to ACK_PLD when ack payload packets are lost. I am assuming that in case of ack payload packet loss MAX_RT bit in STATUS is set.
...
Hello,
i have a nRF51 DK 1 and the Dongle to test and try some BLE applications.
Now i want to test how long does it take to establish and close a simple connection.
...
Hello,everyone,I encountered a confusing problem.
My device is nrf51822. I want to test whether the communication between two equipments is normal . So I choose one as central...
I am using a nrf51822 based tag and Android official SDK to implement my custom app. I perform the following steps:
1. Scan
2. Connect
3. Discover services
4. Write...
What CRC type is used for the crc calculation with the function
uint16_t crc16_compute (const uint8_t * p_data, uint32_t size, const uint16_t * p_crc )
of the nRf52 SDK...
Hi
I have a prototype of a board that uses a nNF52832 to communicate over Bluetooth, the board has some buttons intended for user input.
As the board size is little...
Hello!
I am sorry to ask a simple question that why my device can't program the ".hex" file about the demo of ble_app_hrs_rscs_relay_s130_pca10028 after I have already program...
Hi,
I have Wifi MCU connected to nr51822.
I download the binary file from a Cloud and need to transfer it via UART, so i need a C code of the nRF5x Programing tool....
Hi,
I am not able to make software breakpoints working with a Segger J-Link probe.
As an exemple, here is my assert callback function:
void __attribute__((noreturn...
Hi.
I'm using nRF51822QFAC, SDK10.0.0, S130.
I want to use DTM code to get SIG certification.
In your example, there is no source code for S130 but S110, S120, S310....
My BLE application needs to occasionally (1-2 times a year) send large amounts (several kbytes) of data, and I'm wondering about how to make this happen as fast as possible...
I am just wondering if anyone else has seen this issue.
I am working on the ble_app_uart_s132_pca10040 on the nRF52 DK.
Using the Android UART v 2.0 app I can connect...