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,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
The FDS requires data to be word-aligned and multiple of the word size. How do I ensure that my source/destination data structures are properly sized/aligned?
E.g. I want...
Hi, would like to know if anyone has some experience and advise how to get an external 51822 based board programmed and working via the nRF52DK. All the wiring works, I can...
pc cannot recognize nrf51 DK board.
what I have done.
erase all - not work (log.log attached)
power on with reset button. and copy J-Link OB-SAM3U128-V2-NordicSemi...
I have 5 nRF52832 development boards.....
I'm using Visual Studio 2015 and a Visual GDB plugin.
I have loaded and built the BLE Le example.
I start the debugging...
I'm using SDK 12.2. The FDS operates on word-sized data. How can I ensure that my data structures are word aligned and multiples of the word size? E.g. if I'm trying to write...
Hi everyone,
I am looking for reports and/or certifications that can help with our own device's certification process.
Would you know where we could find such reports...
Can I configure security parameters my own way?
I read some BLE profile but there are not explain about security configuration.
And I tested by using PCA10028, iPhone4s...
I am trying to setup an interrupt to fire whenever any of 6 GPIO pins change value using an nRF51822 with soft device. I found the example that uses GPIOTE to get an interrupt...
Hi. I'm using nRF51822AC, SDK12.2.0. S130 v2.0.1.
I just want to make DFU program. But I think it's a little bit confusing. So I want some explain.
Q1. What is the difference...
I'm wondering whether I'm missing something.
This is the callback called from finish_transfer in both nrf_drv_spi.c and nrf_drv_twi.c.
This parameter is useful because...
Hi,
I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.
I was first setting:
FLASH_START=0x1B000
SRAM_START=0x20001EB0
Then tried...
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi,
My code always throws "NRF_ERROR_INVALID_STATE" error and reset in nrf_drv_gpiote_in_init.
I tried many pins all of them are free and not used:
#define BUTTONS_NUMBER...