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...
Hello everyone,
I have developed a firmware that makes accurate time of flight measurements, working with my own protocol.
Now I need to integrate this firmware with BLE...
Hi,
We would like to switch to a stand alone debugger for nRF51822, However in the product specs ( www.nordicsemi.com/.../nRF51822 ) mentioning that standalone programmer...
Hi guys,
I have nRF51822 Evaluation Kit.
I am trying to make simple project for my senior design.
Here is the setup.
I need to control simple on/off switch from...
Hi, I'm developing a BLE application.
I want to send multiple packets (from same characteristic) per connection interval.
I've read this question:
devzone.nordicsemi...
hello,
I am trying to develop an application using s130 softdevice on NRF51822 board.
i am able to do a undirected adverisement after a scanning. But when i am trying...
Hi
I use proprietary service to transmit data between iOS and nRF51822. The example I referred to is below.
C:\Keil\ARM\Device\Nordic\nrf51822_v6.0.0.43681_Backup\Board...
Hello,
I need to send packets on a specified advertising channel and receive them at the same advertising channel. Unfortunately, the SoftDevice API does not seem to support...
Hi,
I have several nRF51822 which are far away from each other and I want to communicate with all of them without need to go to deferent places to get the signal.
Does...
Hi
What is the scan interval ,while using the nrf51822 dongle as nrf sniffer.Is it possible to change this interval or is there any option provided in the sniffer api ...
Hi, we are using the nRF51422 and the s310 soft device using the 5.2 SDK.
In ble_error_log.c I noticed that you have a comment suggesting that write to flash was removed...
I have already installed nRF51_SDK_7.1.0_372d17a_packs. The examples in this SDK are only for nRF51422. Can I use these example in nRF51822 by just change device to nRF51822...
I was going through the figure 10 of page 35 of nRF24L01+ product specifications and found that when an ACK is received, it checks for only ACK payload. Does it mean that...
Hello,
I have implemented the ble UART service in the s120 example : ble_app_multilink_central. I can receive messages that are sent from a ble UART peripheral in the ...
I'm trying to use the bond manager to store links.
I used the ble_uart application posted in this site by a Nordic employee and tried to use the bond manager as it was done...