Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
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...