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 have a vendor specific characteristic for the battery voltage in my device, expressed as an actual voltage rather than a percentage. Values are 0.000V to about 4.300V and...
HI,all!
I recently using pstorage to store data
and the pstorage_store(); funtion always returns NRF_SUCCESS, but never triggle the cb_handler, is that normal?
by...
[environment: s110_nRF51822_7.0.0 + SDK nrf51_sdk_v6_0_0_43681 + PCA10000(QF AAG0)]
I failed to get pstorage working in my own code, then I picked up the sample code from...
My NRF51822 die. When connected, keil can't download or erase flash. But it can be found by SW port when I just power on, then it almost be unavailable at the same time. ...
Hi,
I am trying to use the RX interrupt on the PCA10001 board, using UART0 for wired communication and S110 (s110_nrf51822_5.2.1) for Bluetooth LE communication at the...
Hi, i'm trying to communicate between a msp-430f5529 (spi master) and a nrf51822 (spi slave). I have configured the MISO, MOSI, CS and SCLK of the nrf. I use the spi_slave_example...
Hi there,
I'm currently facing the problem, that an example as simple as
volatile float sum;
extern "C" int _start()
{
float a = 1.0;
double d = 2.2;
sum = a ...
I have a nRF51822 mkit board which I would like to use as a BLE peripheral to connect to my linux computer with BlueZ. I would like to be able to have a simple GATT connection...
Hi,
I'm trying to get a SPI based peripheral going without much luck.
One thing I noticed, in the debugger, is that on my implementation the field spi_base_address->POWER...
Hi,
I'm getting problems on the pca10001 uart example. I get the "Start:" string on the terminal but it can't echo what I type on the keyboard. Another thing is that I...
The nrf51 powerdown examples
github.com/.../nrf51-powerdown-examples.git
Are these power down examples are helpful. They clearly indicate how to power on the nrf51822...
I have a custom board using the nRF51822 as a peripheral with the S110 SoftDevice. The centrals are mobile apps, both Android and iOS. The device spends a lot of time in a...
Hi
I'm trying to run uart example on nrf6310.
I followed following link.
devzone.nordicsemi.com/.../
and I defined ENABLE_LOOPBACK_TEST.
it was resulted in blinking...
I am using sd 7.0.0, I have a simple bootloader implementation that follows the bootloader sample code pretty closely. When I jump to my application from the bootloader and...