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 have purchased NRF51 MBED enabled board. I need some assistance in how to get started. I want to use the KEIL software and I am not able to.
I have downloaded...
I need a reference design of nRF51822 for minimum 1 meter range . The circuit will run from CR2032 battery for at least 24 hours and will take some readings from ADC input...
i am unable to sniff the packets between two devices once the connection is established between two devices..i am using nRF sniffer 1.0 ...
i am able to see only the advertisement...
Hi,
How can I control the PDU error code when reading an attribute.
E.g. Attribbute not found 0x0A. For more info see 3.4.1 Error Handling Bluetooth spec 4.1 Volume 3...
Hi,
I have created a custom PCB that more or less follows the Nordic SmartBeacon design: Beacon_V2.pdf
Instead of BAL-NRF01D3 I used the BALF-NRF01D3 as this is supposed...
I have use random number generator in S110, the source code just like:
uint8_t num_rand_bytes_available;
err_code = sd_rand_application_bytes_available_get(&num_rand_bytes_available...
what does it mean the VTG led turn red ? but it has no bad effect to my project. In addition, I find a strange phenomenon. I use three 1.5v battery to power my board. The...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
Hi nordics!
First of all, thanks for answering my questions before.
Now, I want to generate a clock(48 pulses) with 200us width.
However, sometimes the width of...
Hi ,
I have a application program which uses s110 and UART service .
The issue is the program is not working when I enable the Micro Lib in keil.
On observing the map file...
Hello,
I want to use flash for logging sensor data and sending via BLE.
I found several APIs for store data to flash.
pstorage (Persistent Storage Access Routines...
Hi all,
I would like to know how can I program and debug the nRF51822 development boards?
I've seen some boards have a built-in programmer and others haven't.
How can...
In the DFU code provided by nordic is explicitly states that.
"Soft reset from application must not reinitialize the SoftDevice."
In my application I do not have a button...
Hello,
I have made simple modifications to the multilink central and peripheral examples, adding an additional button and notification characteristic. Things have been...