Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
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...
Hi:
A peculiar problem:
I configured an Arduino (atmega328P) to be a receiver and an atmega8A to be a Transmitter Things are fine. The Arduino receives a 10 byte string...