Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
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...
Hello Nordic and fellow developers
While implementing bonding into an application based on S130 I found it necessary to test on the role of a given connection. Different...
I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central...
Hi Everyone,
I have what I hope is a simple questions. I am creating a piece of hardware that will act as the peripheral to a central iOS app in regards to a standard BLE...
Is there any construction available in the SDK, to achieve printing functions, with an undefined number of parameters ? The classic example :
#ifdef CONFIG_DEBUG
#define...
Hello,
I've ready the final S130 spefication and it states that the advertiser is started as early as possible and that i runs asynchronously to all other roles. Now I...
Calling app_sched_event_put() from the NRF_RADIO_CALLBACK_SIGNAL_TYPE_START signal handler causes a crash due to the CRITICAL_REGION_ENTER() call inside of app_sched_event_put...
is there any code for device which act as master and peripheral other than nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental \app_s130_demo\pca10028...
I have a simple nRF51822 BLE application where a voltage is read by ADC periodically, and several values are sampled and averaged. However, from time to time, I get another...
Hello All ,
I am working on nrf51822 with sdk 7.1.0 and softdevice 7.1.0 .Earlier my ble connection was working very good with no disconnection anytime unless i disconnect...
Now I'm working with MCP 3.9.0.
When any device is connected, characteristic default values are not 0's. Can they be initialized in any way? It is a little bit annoying when...
Is there a separate reference resign for the 1.8V of operation (as in case of nrf51)? Or it's implicit and the chip can be powered in range of 1.7V - 3.6V.
Thank you!
I am using nrf51442 as central client.
I have used
SDK\v7.1.0\examples\ble_central\ble_app_hrs_c\pca10028\s120\arm\ble_app_hrs_c_s120_pca10028.uvproj" as a atart point...
Hi All,
I am integrating Johanson's balun and Nordic's L shaped pcb antenna, is it possible to have the antenna connected directly to the balun's pad? as in the below pcb...
The m_client_count is like instantly increased when I power up another (or the first) peripheral.
But with increasing connection interval the time till the central finally...