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...
The wake on GPIO is working all the time now.
Unfortunately, I want to disable it except when needed.
Here is the scenario:
Power up, pushbutton pin senses clicks...
I am using the nrf52832 and according to the errata v1.1 the same contains a problem in the spi, according to clause 3.13 the engineering versions (QFAA-AA0, QFAA-AC0) and...
Hey..
I'm having difficulties using P1 pins for UARTE0 and/or UARTE1.
configuring the RX & TX pins like this works great:
#define RBP_UARTE0_RX_PIN_NUMBER NRF_GPIO_PIN_MAP...
Hi,
I'm using a NRF52832. I'm looking to measure the battery voltage. I'm using 2XAAA cells in serie (voltage range between 2V and 3V).
Below is the configuration to...
Sometimes, when I want to use the nrfjprog tool, I get the following error:
nrfjprog --log -f nrf52 --reset
ERROR: JLinkARM DLL reported an error. Try again. If error...
I cannot start Power Profiler Kit software. I followed the installing instructions, but ended up with the following:
>python.exe ppk.py
Traceback (most recent call last...
I'm developing for the NRF52 DK (nRF52832) using VisualGDB (which uses SDK v11.0.0).
Right now I'm facing two problems:
1. How do I properly handle interrupts while using...
There are tickets from 3 years ago that claim that nested CRITICAL_REGION_ENTER calls are not supported. Or they are supported if you write your own macros.
It appears to...
Hi there,
When using a PIN as RESET, what is the minimum activation time required to insure a reset?
I thought this should feature in Table 16.10.3 but I could not figure...
What is the logger message pool? There are two main definitions for it:
NRF_LOG_MSGPOOL_ELEMENT_COUNT
NRF_LOG_MSGPOOL_ELEMENT_SIZE
However it is not clear what it...
Hello ,
I want to use the NVIC to manage the interruption of the accelerometer and to run a specific program, are you ideas about the possibility of this?
Best Regard...
hi,
I am using nrf 52 DK and softdevice S132,PCA10040 board . I need to toggle a pin,set a pin,reset a pin .can anyone take this ticket to a sample code/ code snippet and...
Hi,
I have a project with 52810 which I use rc for LF clock source and I need use P00 and P01 as general GPIO, I have set both CLOCK_CONFIG_XTAL_FREQ and NRF_SDH_CLOCK_LF_SRC...