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...
I have been having issue with BLE Connection that frequently and randomly disconnect due to timeout. When there is no disconnection, everything else has been working fine...
Hi
we are implementing a system where in an iOS app, we use the ranging functionality with iBeacons. We read device characteristics when the app is in background.
A...
Hello everyone,
I am trying to implement the button /timer interrupt handler function
Running Functionalities,
button(1) is pressed for 3 sec and button handler...
I am looking for the documentation for the SoftDevice S132 for nRF5283. Where can I find that?
I looked at some old links that are no longer valid.
Thanks
My boards are getting manufactured and now i realised that:
I'm using lfclk crystal oscillator part no#: ST2012SB32768E0HPWBB is having power rating of 0.5μW, where as...
Hi,I have a question.
the PCA10005 board's P0.17(Or other pins) connected to 2.8 v voltage,but the Vcc is not connected,and the PCA10005 GND connect to 2.8V GND.The PCA10005...
Hi,
I'm using the S110 v7.10 to implement a service with an RACP, amongst other things. I'm supporting multiple transmissions per connection interval. This is working fairly...
i have nrf51422 v2 and it can use s110 v7.x.x
and when i go to download s110 v7.x.x but there is nothing for nrf51422 v2
softdevice s110 v7.x.x is for nRF51822...
i have nrf51422 v2 that there is noe example for it and i dont find any softdevice hex for it .
in keil package there is no template for sdk 6 that work for me
please...
Hi,
I've been trying to send a batch of data from 2 nRF51-DK boards, peripheral to central, and it seemed that there is a bottleneck on BLE since the buffer on the peripheral...
Hello all,
I use the relay function of the S130, and want to do a two-way data communication.
I can relay the data of peripheral to central with sample code.
peripheral...
HI ALL,
there is a sentence here 'Handles HVC events from the BLE stack.'
i am a newer here, please forgive of my silly question.
what is the HVC mean ?
thank...
Hi
I am using the nrfjprog.dll to program my UUT (nrf51822) during our production PCBA test. Apparently this is a bad idea to use this dll since you sometimes change the...
I found a possible bug in device manager in SDK 8.1.0 for S120. If you set for example DEVICE_MANAGER_MAX_BONDS 2 and try to bond another device, you get "No free connection...
hi
im using one of SDK Example and it stuck in this line of code
// Initialize SoftDevice.
SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_75_PPM, NULL);
in this...