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...
Hello,
I tried firmware over the air update with mbed using the compiled bootloader hex file and it works pretty well.
However, I am back to GCC with softdevice 7.1...
I looked up method about Transferring files.
and became interested about the example of dfu.
if I understand dfu example, I think it would help to me
so..
What...
Dear all,
In my application main function I am reserving 20 Bytes in Flash(using the pstorage_register(), so I can not manipulate adresses directly) , I store variables...
Hi nordic people,
I've tried to run the code from the RAM following this guide. After some optimization in the code I get it work without visible problems. According to nRF51822...
Hi Team,
Can anyone help me on this?
How to decrypt AES-ECB-Nopadding Encrypted frame?
I am not getting desired output. In fact, I am not getting how to proceed in...
I am trying to get buttonless DFU via BLE to work with gcc compiled apps, but it only works on the first DFU attempt. Every repeated attempt after that is timed out after...
(I use nrf51822)
I use two 3V batteries in series.
Therefore Input Voltage of My Circuit is 6V.
My own source was coded as a collection of information.
Oh, by...
Hi,
i would like to know how can i enable the single-cycle 32 bit multiplier buit-in on the M0 Core.
Checking the assembly code every multiplication calls to __aeabi_dmul...
Hi,
What is the minimum time needed between two capture tasks for the same CC register?
I would like to timestamp the Address and End event of a packet in the same TIMER0...
Hi,
I am thinking of moving advertisement and scanning function execution to RAM to reduce the energy consumption since nRF device advertise in each 1 second interval(frequently...
Hi ,
According to nRF51822 Product Specification, running code from flash draws about 4.1mA and running it from RAM draws 2.4mA. But when I tested my code it draws more...
I think the time of uartput is too long (beacuse of the packet recived is too long ,but i can not change it),and when the BLE_GATTC_EVT_HVX comeing ,the uartput is not over...
Hello all,
when using the android version of nRF Toolbox app i am unable to perform a successfull dfu when the application firmware file size is greater than about 60KB...