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,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'm curious about how to deploy my application to multiple nRF51 Dongles at the same time while I am developing. I have the same application / hex file running on...
Hi,
I'm trying to connect my nRF51822 PCA100001 development board to a ARM M3 processor via the SPI. In this case the ARM M3 is the SPI master and the nRF51822 is the SPI...
Hi,
I am having a nRF51 DK(PCA10028) development kit. I am trying to run blinky example on this development kit using Eclipse+GCC environment. I am following nAN-29 application...
Hi, I'm trying to locate the Softdevice whitepaper (nWP-20), the S210 softdevice specification makes reference to it, but I can't seem to locate it anywhere on the nordic...
Hello Everyone ,
I want to use pstorage for my project.i get the example code from here
devzone.nordicsemi.com/.../
and its working properly(i.e read and write operation...
I am using nrf51822, after establishing connection between master and slave, circuit needs only tx antenna, is there any way to put rx in sleep mode for ble application? During...
I have some nRF51822 MBED kits and I want to use them for BLE for both peripheral and central roles. I understand that this is possible with the S130 SD and the Nordic SDK...
Hi, this question could be ridiculous question due to my lack of data structure knowledge.
As you see in the HID keyboard example (SDK 7.2), there are several buffers....
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
It took a bit to learn these offsets and configure the keil project for them. Do these need to change now that I want to begin using the OTA bootloader? I'm imagining that...
It's probably a rare bug, but it is still worth noting. I have been debugging this issue for a day.
I am using SDK 6.1 at the moment.
The problem was that Device manager...
Hello everyone, right now i make my own nrf51822 kit. it works good for all sample example when i use minimum current consumption example it shows 4.5uA current, then i erase...
I would like to create a sensor network consisting of up to 17 nodes, I've been collecting a lot of information about means of communication between them and a computer and...
Hi All,
From the data sheet nrf51822 have a aes hw modules which is used bt softdevice s110.
If i disable the pairing key .
Can I use the inbuilt aes module from...
I am using DEVICEID as an identifier (I know it's not necessarily unique) but when I break the two 32-bit numbers out into bytes, I am finding that the three most-significant...