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,
In order to develop a project on master-bridge-slave,i found scan_start() in the ble_central program.But the function definition for sd_ble_gap_scan_start() in scan_start...
I am using nRF51422 SDK v8.0 and the board for evaluation is PCA10003. As I am using the BLE in GENERIC_KEYRING. The same I am trying to configure to send Immediate alert...
Hi,
I'm wondering if there's any way to check if a peripheral device was actively scanned? I can easily set my own scan response data but is there any message generated...
Hi all,
As i understand from useful discussion here, we can send one 20 bytes packet per connection when we use S120 to S110 direction, and this number could be increased...
Hello,
Working on my own code to integrate an arm chip with the nRF8001, after I read the device status, which says it's in Setup-mode, I'm sending the setup configuration...
Hi,
I want to know how sd_ble_gap_rssi_get API works? Is it send any BLE packets over radio to get RSSI whenever application calls this function. What are the sets of events...
I'm really new to this kind of electronics and couldn't find any solutions with my level of knowledge.
This is what I'm specifically using: digistump.com/.../115
I've...
Hi,
I am developing a glucose application. I need to implement DFU along with it. I am using IAR Embedded Workbench as development platform.
Could you please guide us...
Hi,
As i wrote in the topic, after calling pstorage_update I would like to check if the data was stored correctly. Can I call another pstorage_update in pstorage callback...
Is it possible to include an existing service and characteristics on a peripheral to its advertising packets?
I would like to add a custom BLE service to my peripheral...
hi!
We've got 2 nordic BLE chips on our board which have to run at the same time.
Communication is running currently but i'm starting wondering how i can connect to the...
What are the iRAM and iROM settings for s310_nrf51422_2.0.1_softdevice?
I am trying to run ANT Broadcast example given with S210 , using S310. I am thinking of changing...
I am using ble-Shield with arduino UNO on one side and Android device on other side. Most of the times i am disconnected with this error code. Can someone please tell what...