Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
Is it possible to make the nRF51822 beacon send multiple packets to the devices it connects to?
The example code in the beacon kit sends one UUID, but I need to send information...
Hi guys and gals!
I recently got Evelution kit nRF51822 and I'm working on custom application with SoftDevice s110 on Peripheral side. I was looking in "nAN-36" documentation...
Hi,
we have developed a product based on the nRF51822 using Nordic SDK v6.1.0 and S110 v7.1.0.
Now we are on production and we are obliged to use the nRF51822-QFAA with...
Hello! I'm trying to program nrf51822 like a BLE device.
I'm using QT Creator + GNU Compiler + Open OCD + STlink(debugger) to create and program.
If I choose "gcc_nrf51_blank_xxaa...
I have a program based on some of the examples which runs in peripheral and observer roles. When either role is running alone it works without issue but if advertising and...
Hi,
my task is to develop a "repeater" and I have three nRF51422 evaluation kits.
For example, one of them sends a file, the second one receives it and then sends it to...
Hello,
Using the "simple_uart_get_ with_timeout",I cannot receive a "frame" bigger than 6 bytes.
Why?
while(simple_uart_get_with_timeout(1, &UART_RX[receivedBytes]...
I have a simple app that send button press/release events to a smart phone. One of the buttons doubles as the wakeup button. I would like to qualify the wakeup button press...
The documentation for S110 v7.1.0 sd_nvic_ClearPendingIRQ implies that it works with any valid IRQ.
I find that (using S110 v7.1.0 with SDK 7.1.0):
sd_nvic_ClearPendingIRQ...
Hello,
I'm currently reading nRF51_Series_Reference_Manual_v2.1.pdf. On page 28.9.9 there is the UART CONFIG register documented. Two bits of configuration for the Parity...
Hi,
Tried to develop an application to read current time characteristics from central device (ios app) by using nrf51822 peripheral device(s110_nrf51822 v7.0.0.). After...
Dears,
There is a problem as the subject. I am using the reference code of ble_app_hts to add an app timer for a service. the device of nRF51822 can be searched and connected...
Hi,
I'm really new here, sorry if it is a beginner question.
Our company wants to start developing a RTLS (Real Time Location System) to track mainly person (patients...
There are a few threads on using the AES module and there is a lot of confusing and somewhat contradictory information.
I want to do the following:
generate secure...