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...
I made eclipse environment and get rtt log with
JLinkGDBServerCL.exe (set in eclipse environment)
J-Link RTT Client
so I start "Debug" in eclipse, and start...
I want to run the nrfutil to do some test, after I clone the source code from github.com/.../pc-nrfutil
I run the nrftutil directly from the source code without installing...
We propose to use the SKY66112_11_203225L, but would also prefer to use Zephyr ( Or some other RTOS, like mynewt). I am aware of how to use the softdevice, but since neither...
www.silabs.com/.../ble-mesh
Do we have similar test program as if silicon Lab?
As I am about to build some PC/Android program to demonstrate the Bluetooth Mesh Device...
I use another jlink ob board to connect to nrf52832, and when i use j-link v6.16c,it give a warning prompt "The connected j-link is defective", and i use jlink v5.12f, when...
Hi,
We have some devices in the field, and I'm occasionally seeing reboots due to NRF_FAULT_ID_SD_ASSERT. I'm logging the id and pc passed into app_error_fault_handler...
SDK13, S132
Project stopped after start. I use standart initialization:
static void peer_manager_init(void)
{
ble_gap_sec_params_t sec_param;
ret_code_t err_code;...
I've connected some sensors using I2C and SPI to a DK and their power consumption is not being reflected in the PPK. Without any BLE acitivity, the current is almost zero...
Hi,
I am using Ubuntu 16.04 (64-bits) OS.
I installed JLink_Linux_V620b_x86_64.deb and was using nRF5x-Command-Line-Tools_9_6_0_Linux-x86_64.tar
I can capture the...
Hi,
I use SES import my keil project, and my keel project work well. With SES, i meed a problem, that is , i have a global variable like this:
uint32_t g_ulMainLoopCounter...
Nordic51822 no external 32.768 k of crystals in the routine what configuration
Use this routine
nordic\nRF5_SDK_12.2.0_f012efa-3d\examples\ble_peripheral\ble_app_bps\pca10028...
When I am stepping through my application code crashing at
memset(&cccd_md, 0, sizeof(cccd_md));
"Setup information:
IDE: Using IAR
Device: nRF52832
Soft...
I'm using the NRF51822 for a project that will be powered by a lithium battery. I'm wondering if it would be safe to use a diode ( such at this one ) to drop the 4.2V LiPo...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...