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...
Hello
I've been experiencing an unusual problem using the TWI/I2C library for the nRF51-DK board. Basically, I found that I need to shift my device address to the left...
Hi guys,
I have followed devzone.nordicsemi.com/.../ to set up CrossWorks. Even though I got pass the ble_stack_init();, I still can't discover the device for some reasons...
Hi
Please tell me someone me how to start nRF51822 & softdevice8.0.0
I build a NRF51822 application in gcc & ECLIPSE.
When to run the program, it crashes in the boot...
I'm having a problem adding the GPIOTE_IRQhandler() to my main.c file (see attached). I'm getting a compiler error that it is doubly defined in app_gpiote.o and main.o, but...
is it possible to update the pca20006 (rev. 1.2.0 2015.06) beacon with the pca10000 over DFU?
When i tried to update it with my application written for an older version ...
Hi folks,
I'm using the ble_app_template on a custom board. The BSP has a bunch of stuff I don't need, so I would prefer to not use it and handle my I/O directly instead...
i was going through TWI initialization process here i am confused why have we disabled Blocking mode. The reason for Disabling TWI_BlOCKING_DISABLED
I am referring the below...
hi , i want to modify the "transmitter_pca10028" and "receiver_pca10028" examples in SDK to obtain a transmitter/receiver in the same time (tranceiver). So someone have idea...
Hello, I am using the nrf51822EK and I want to combine the ADC and LPCOMP although in the reference manual it says they can not be used at the same time. Is it possible to...
Hi all,
I met one strange thing on SPI interrupt:
when 51822 advertising, the SPI write and read works well;
But, when CONNECTED, with BLE_GAP_EVT_CONNECTED event occured...
Hello,
I migrated my project from softdevice S110 7.1.0 on a nRF51422 FAC to softdevice S110 8.0.0 and an nRF51822 FAA G3. My code used to have a current consumption around...
Hello everyone,
I'm currently using and modifying the experimental_ble_app_uart. I've seen that for sending characters resp commands the file simple_get_uart is used. My...
Good morning.
I'm curently trying to set up an exemple project in Eclipse, but I've tried sevrals tutorials unsuccessfully. Somes are out of date, somes gives me errors...
Hello,
I'm working on a project with a "master" NRF24L01+ with a unique address and around 10 "slave" and all have a unique address, a broadcast address and some sub broadcast...