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...
hiii....
i am using lightblue app in i phone to connect with the advertising device...in my ble profyl i have 5 services and 5 characteristics in each... most of dem i...
I make a call to sd_ble_gatts_hvx, and get an error. The call produces an error and I end up in ble_debug_assert_handler
From ble_debug_assert_handler:
The file name is...
Hi,
I've tried to implement s120 softdevice (version 1.0.0 production ready) on NRF51822 Development Kit and run ble_app_multilink_central example from sdk 6.1.0 on it but...
My devices should be able to "see" each other and at the same time they should be able to extract some information from a received Advertising packet. After reading about...
Hi, I use s120 stack. Peripheral device sends a notification 6 in a row, but the central device receives only the first 3 notification. How to get all the notifications?
Hi,
I have 2 pins with PULL_UP in sense mode and when i use sd_power_system_off() i measure 25mA current, which is higher than when my system is on (around 10mA)!!
How...
We are using an nRF8001 with bonding. We are trying to figure out how big the dynamic data is that we need to store (since we are used a fixed-size storage in flash memory...
I just received my Beacon Kit and need a programmer/debugger but money is tight. These are the options I'm looking at:
cut the traces on my nRF51822 EK board and add...
I wrote an application that works using an Enhanced Shockburst-compatible protocol (because I need it so), using the RADIO interface.
What happens if a packet with an address...
Hi U guys
First I’m pretty new I use of bluetooth low energy, so bear with me.
It is pretty simple, I need to send a temperature each 10 sec. or whenever it has changed...
Hello. The nRF51822 Series Reference Manual says on page 38, "The SWDCLK pin
has an internal pull down resistor and the SWDIO/nRESET pin has an internal pull up resistor...
Tunning connection parameters to minimize current consumption for a fitness device transmitting data to ANT+ and BLE at 1sec intervals.
The desire is timeout after 60sec...
Hi,
We are trying to use the over-the-air bootloader in our application.
Our problem is the bootloader seems to require one first over-the-air download before it allows...
Which pins are mapped as ADC inputs for the NRF51822? I've pored over the documentation, but I can't seem to find which ADC pins (AIN0 to AIN7) correspond to which GPIO pins...
Hi
My aim is to be able to update the application code OTA in a 128kb chip (version nRF51822 QFABB0). First, I want to use the nordic original code to discard any other...