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...
I am new to ble programming.
I am trying to find the best way to send json objects from android app to nrf52 chip.
What is the best way to send the json object to the...
Hello Sir,
I have developed small and compact product using nRF52832 Soc. Due to size limitation and device is portable. I have attached snap shot of power supply circuit...
Hello sir,
I am develop us product using nRF52832 chip on DK board use S132 soft device and its working well fine. So now we are designing hardware PCB of my product for...
Hello, I am trying to use adc with the uart so i can monitor the readings from adc. But when I include both drivers (nrf_drv_saadc , nrf_drv_uart) i got a confliction error...
Hello, although i have included every library and c file that is needed. i still get a declaration error. I'm almost sure that i enabled everything in sdk_config . I'm kinda...
In sd_power_system_off(),the nrf51822-board current is 2uA;And I think the current in sd_app_evt_wait() will be ~4uA(Is it correct)?
In sd_app_evt_wait(), the code...
In this example project
nRF5_SDK_12.3.0_d7731ad\examples\ble_central_and_peripheral\experimental\ble_app_multirole_lesc\main.c
/**@brief Function for initializing...
Hi,
I am trying to migrate to SDK14.2 from SDK12.
I have succesfully migrated to SDK13, but I am seeing linker issues with 14.
The linker comes with the following errors...
Hi
I am new to BLE. I try to use Dongle + Master control Panel as a peer device. I follow this tutorial application: devzone.nordicsemi.com/.../
I try to flash program...
Hello. We are in development for Zigbee compliant devices. Could not locate Nordic on the Zigbee.org website as being compliant. Is this an error or misunderstanding on our...
Hi,
I am confused with the migration document regarding the dispatch function being removed.
In the previous uart example the dispatch function included:
ble_conn_params_on_ble_evt...
Hi,
For understanding the app_timer lib, I created a piece of very simple code with SDK 12.3.0 and S132 present, but got some problem with it.
My intention is to start...
Hello. I've just purchased "nrf51822" module. I want to use the Bluetooth functionality of the board. But while compiling the 'ble' program it I've encountered few issues...
Hi
I've been testing HID example ("nRF51 SDK v9.0.0\examples\ble_peripheral\ble_app_hids_keyboard\pca10028\s110\arm5_no_packs") for a while.Now,I want to test Custom HID...