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...
hi,
as we know, the device need to being linked in 1.28s if Advertising types is BLE_GAP_ADV_TYPE_ADV_DIRECT_IND ,but my host can't link device in 1.28s,so i want to link...
Hi,
I try to evaluate DFU using serial but found difficulty. Seeking help here.
I use PCA10028. First, i falsh S110, v8.0 into it.
Then, compile SDK8.0.0\examples...
Hi all!
I want to allow only 1 device to bond at a time. If another device bonding, I want to delete the previously bonded one.
I tried to use dm_device_delete_all() in...
Hi all,
I'm trying to get TWI working on the nRF51 DK but it's not working.
I used the twi_hw_master_sd.c file so softdevice use should not be a problem.
When I debug...
I am using internal ADC to sample 2 (sometimes 3) channels on about 333Hz frequency.
What I do is:
set channel 1 as input (always two-thirds prescaling, VBG reference...
Hi,
I want to debug nrf51822 beacon using DK.I made the necessary connections between dk and beacon.I managed to flash the beacon using nrfgoStudio , but if I want to do...
I have the following code, it's pretty bare in terms of its functionality:
#include <stdint.h>
extern "C"
{
#include "nrf_delay.h"
}
#include "gazell.h"
#include...
I succeeded to made the BLE DFU example of SDK 8(bootloader\pca10028\dual_bank_ble_s110) with softDevice 8 working on PCA10001.
Now I want to try DFU over UART.
I follow...
Hi,
Sorry if these are silly questions but I've tried some searchings and still cannot figure out the answers for the questions below
What is GATT Server Context...
Hi,
I wrote some code that writes to the flash perfectly when BLE is not enabled but when it is enabled, some of the data are correct while others are either missing or...
Hello folks, I have modified the SPI Master Loop example from the package so that I could communicate with the ADXL 345 accelerometer. I use the "spi_master_send_recv()" function...
Hello,
I'm trying to retrieve data from a nrf51822-based board that supports the BLE NUS sevice (using the ble_nus Library provided for the uart communication example,...
Hello!
I've just started using the nRF51 dongles (currently having 5 of them) and I would like to test the GitHub mesh protocol . Excuse my lack of experience, but I am...
Hi,
I'm trying to load the ble_app_beacon application under C:\Nordic Semiconductor\nRF51822 Beacon v1.1.0\Source Code\nrf51_beacon\ble_app_beacon\pca20006\s110\arm_build...