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...
I have a situation where I need a software PWM for several channels, which are multiplexed via a shift register.
The output loop needs to run at several kHz for this to...
Because of the limitation in the GPIOTE hardware that only one channel can be connected per GPIO , care must be taken when changing a PWM duty cycle. If for instance the compare...
Links: https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00081.html#ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works...
Hi Nordic
I do not know why sometimes program can build pass in keil ,but can make nrf51822 do not work and unable download program . For this , I have damaged a lot of...
Does the nrf51822 support 2 spi masters (on different pins)? I want 1 spi channel to talk to one set of peripherals, and the other to talk to another set. I see SPI_MASTER1_ENABLE...
Maybe question similar to this one devzone.nordicsemi.com/.../
Can I use the interrupt generated by RADIO_IRQHandler(void) while implementing another protocol?
At the...
Hi everyone,
for our current project we have to implement some sort of activation lock. Therefore, we would like to use the MITM security mechanism of BLE. The idea is...
I have an nrf51822-mkit.
Let's say there are 2 BLE phones continuously searching for my module. Phone 1 connects and communicates with the module. The modules determines...
I used the ble_app_lbs example as a template, with a PCA10003 eval board (nrf51422 chip). SD 110, Nordic SDK V6.1. Keil uVision 5.
I launch my application and my board...
Hi,
In softDevice S120 can we make second sd_ble_gap_connect on different peer, without waiting confirmation connect of the first one ?
Bests Regards,
Jérôme
Hi
NRF51822 with SD7, S110.
I have some troubles with DFU procedure. I uploaded standard OTA-DFU bootloader and S110 to my NRF. Everything works well with my code except...
Hi,
I was wondering if it is some easy way to turn off that the system goes into system off mode after a while for ble_app_pwr_profiling?
I would also like to test it...
hello everyone,
we're currently working with some nrf51822 beacons and throughout the project we recorded the antenna patterns of several of them. In the first batch we tested...
Hello.
I neet to write long characteristic value (250B). I use GATTS Queued Writes from example devzone.nordicsemi.com/.../ based on developer.nordicsemi.com/.../a00892...