Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
In the documentation it says the order in which the records are returned is undefined. However in my observations FDS always appears to work upwards in terms of record_id...
I'm porting code to SDK v14.0.0 from v12.2.0. and I'm getting the following summary of linker errors:
Error: L6218E: Undefined symbol sdk_mapped_flags_bulk_update_by_key...
I'm looking for an example of how the pData data table is configured in the arm_bilinear_interp_instance_f32 structure.
I have read the online notes which I've copied below...
I am using the Nordic NFC library and an NRF52832 to do ISO1443 communication with my phone. However I was noticing that the NFC lib stops sending back events when stopping...
Though there are a few people asking about arm versions of the nrfjprog utility I'd like to know what would be necessary to either have Nordic build one or allow one of us...
HI
sd_ble_gap_adv_start() is returning INVALID_PARAM when it's being calling in ble_advertising.c I have read through the documentation and I don't see anything incorrect...
Hello all,
I try to send a command to read device ID (0x9F) of a micron memory device (N25Q064A) using SPI protocol. I have the following hardware configuration :
NRF_SPI_CLK...
How does the Tx power impact the scanning and connection with a peripheral?
In detail, say if the peripheral can advertise at a Tx power of 4, 0 or -4 dB, then will it...
Hello, dear Nordic employee,
MCU: 51822QFACA1
The using SDK is : SDK 7.2.0
The using SD is : s110_nrf51822_7.3.0_softdevice
There was one device (our product) runing...
Hi,
I am using "nrf5 sdk v11.0" example "ble_ancs_c" for nrf52_DK(PCA10040) .
when i connect to the nrf_device from ios device i am able to pair and connect to ancs client...
Hi,
I'm using the example nRF5_SDK_11/examples/ble_peripheral/ble_app_uart witn a pc10028 board. The central is done on a linux machine with a python program under bluepy...
Hi,
We would like to use the nRF52 in the following way:
BLE communication via S132
button / IRQ to wakeup nRF52 application
put nRF52 to sleep after BLE communication...
As we known,RSSI means Received Signal Strength Indicator,TXPOWER decide the power of output port.How do the two factors combine affect the device work?
Hi I spent a few days on trying to setup a thread external commissioner using Nordic nRF52840 and RaspPi 3 as a border router.
First I realized that border router implementation...
Hi
I'm having major problems implementing current time service client (cts_c). I've run ble_app_cts_c on my device and it works fine. I copied the relevant parts of the...