Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi,
I am evaluating the NRF52 with PCA10040 board and nRF5x_SDK_11.0.0.alpha.
I want to create Wave Forme as below.
Out[0] pin transit low to high at compare 0, Out...
I noticed S110 is not listed as supported by nRF5 SDK11. However, no supported SoftDevice seems to offer the same functionality as the S110 (Peripheral only protocol stack...
Hi,
in SDK v9, i tried to compile the bootloader example, but:
/usr/lib/gcc/arm-none-eabi/5.3.0/../../../../arm-none-eabi/bin/ld: region `FLASH' overflowed by 6944 bytes...
Did anybody know how I could determine the connection interval for a established ble connection between an android (4.4) central and a (e.g. nRF51822) peripheral?
I've been having a little bit of an issue trying to parse UART data that I am receiving from an external device.
Where I'm having issues right now is comparing an incoming...
Every 10 packets send; it will have at least 1 packet with 1-2 bytes corrupted data.
The configuration as below:
data rate: 2Mbps
channel: 7
Prefix0: 0xE2
BASE0...
Hi,
We have an application that can run in two modes. The mode is selected by setting the GPREGRET to 1 or 0 and restarting.
Currently we are running this procedure directly...
Hi,
We are developing a product using the nrf 51422 where the power source is a 3 phase generator.
We rectify and charge on a supercap where the uProc is being supplied...
Please correct me if I'm wrong but my understanding is that unused RAM banks can be disabled to reduce quiescent current.
My first question is what is the current consumption...
Hi,
I'm using RTT debugging with soft-device " https://devzone.nordicsemi.com/tutorials/6/debugging-with-real-time-terminal/ " , I'm able to print few messages, after which...
Hi~ I'm sorry because it usually does not use English writing in English, So there may be errors in English please forgive me.
Last year, I bought some nRF51 Development...
Short: Working Timer. Working SPI. SPI does not work when triggered by timer_handler.
Hello,
I am currently trying to replace delays with timer in my code...
I set...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I want to make nRF51 goes sleep mode.
So I tested linked source code as below.
github.com/.../main.c
It works well.
But...