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 am using a nrf52 development kit as a peripheral to send data . It is working fine if I use the nrf Toolbox app on my phone, but is there anyway that I can see the 'raw...
Hi,
I configured openOCD and gcc compiler. But i got following error.
i gave following command on terminal.
i created one file that is manual.cfg
and contain in that...
Hi all,
someone can please explain to me how works the indication?
How can i read the value of cccd in the APP?My problem is understand if the APP is ready to receive...
First attempt at implementing buttonless dfu; assistance would be greatly appreciated. Using SDK v11 + s130 + nRF51822.
Please note that iphone screen captures supporting...
Hello,
I am still having troubles with the BLE_GATTC_EVT_TIMEOUT. The problem is that the error is not happening frequently and is hard to reproduce. It is also hard to...
I was building my own custom application that connects a nrf_drv_timer to an ADC start trigger using PPI on an nRF51822 and I could not get it to work. I asked a previous...
Hi
I have ported a simple function from nRF51 to nRF52 which Outputs PWM coded Startup Diagnose Information via a GPIO.
The Timing is generated by wait Loops and GPIO will...
I am using the nRF Connect Tool, everything is working fine (Y)
My question is related with the Log file, is there any way to get in the Log File only the data sent through...
Hi,
I am new to nrf52 series and I have just started playing with NRF52 series Development kit. I am working on a project that requires the functionality of both ANT and...
Hello! I know there're a lot of questions about program custom board.
I try to programm my board used onboard j-link (p19 socket)
I can't pass the first step - can't force...
Hi. I've developed a custom board on an old E0 51422 chip with SDK 6.1 and SD110 7.3.0. Everything works fine with that setup (SPI, interrupts, timers, etc).
Got new batch...
I have a project (using a Ble Nano) that currently is running on Nordic SDK 8.1 but I want to update it to 12.2 . I currently use terminal to compile the project (I got the...
I am using Segger for Mac. I followed the tutorial on importing a Nordic example from the Nordic SDK 12.0 examples folder. It is the UART BLE Peripheral Example.
I got...
Hi all, I'm working on secure bootloader SDk12, I made the required changes to work button less dfu now it jumping from application to bootloader but it needs write 0x01 manually...