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...
Hi,
Could somebody share the schematic and board files of nrf51 beacon?
We are planning to make some changes. I don't intend to buy a beacon because I have already purchased...
Hi,
I use the bootloader in the SDK V13.0, I found that no timeout as the SDK v12.x. However, I have added the WDT to the bootloader refer to the link link text
it still...
i could not run timer2 with soft device,. if i start initiaize TIMER2 the bluetooth advertise has disabled. i need this timer to timeout my flow function. i think softdevice...
Hi,
I used the hrs example found some problems, the problem is described as follows:
I use the Android phone pairing binding device, when I cancel the pairing on the phone...
hello,
What is the difference between the next two events?
On_ble_evt ()
BLE_GAP_EVT_TIMEOUT == 0x1 B
On_adv_evt ()
BLE_ADV_EVT_IDLE
I can not understand well.
With...
Hi;
I do not know the BLE Event(DFU bootLoader/SDK Sample) so I will ask you a question.
The environment using is below.
SDK v10.0.0 (Sample code/dfu_transport_ble...
I was trying to save this :
char a = 'r';
uint8_t save = a ;
record_chunk.p_data = &save;
Or even this :
char *point ;
char word[5]="lala";
point =word...
How to prgram nRF beacon kit as peripheral with KEIL and nRF DK52. I cannot see the beacon kit to be programmed. KEIL says DLL error.
Please let me know thw KEIL settings...
hello,
i am trying to compile libmbedcrypto.a but the Make file is pointing to a non existing file called /mbedtls/sha256_alt_cc310.c.
Any idea where i can find this file...
Hi,
I'm using the FDS library to store some data (configuration data). For production, I'd like to flash an initial configuration to the nRF52832. I know the storage format...
I asked what changed SDK11's "app_trace" to the SDK13.
You answered that the "app_trace" was changed in SDK12.
I found 'release note', but I could not find the above...
It appears that I must use S134 and S140 etc. Is it backward compatible? By that I mean I keep using S110/120 at the cost of not being able to utilize some of the latest feature...
Hi,
I want to use iOS to connect nRF82832 with passkey when connecting. I use pca10040_s132 with SDK 12.2.0.
Following is my procedure:
define security parameters...