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...
Dear all, I want to measure the current consumption of my application on a nRF52833 DK. On top of that I want to be able to power the device using the VDDH and set the VDD...
Hello,
I am trying to run the A-GPS sample program but am encountering a bit of difficulty with the SUPL code.
I had to modify the LTE connection code to allow access...
Hello,
I am using nRF51422 DK running on SDK v12.3.0. I am migrating the project examples/ble_central/ble_app_uart project from Keil uVision to Segger Embedded Studio using...
Hi,
I am trying to toggle one pin via PPI when receiving event on another pin - code snippet below:
#include <stdbool.h> #include <stdint.h> #include "nrf.h" #include...
Hi,
What is the fast way to stream data from NRF52840
1) Using USB interface and virtual com (CDC)
2) Using UART interface and extenal converter as DTFI
Please Advise...
Hi,
I use SDK16 and S140 softdevice v7.0.1. I try to send a binary file from mobile to nRF52840 (PCA10056). I download examples\ble_peripheral\experimental\ble_app_ots project...
Hey Guys,
I am trying to send a mesh message to a group address using nRFMesh application in IoS. After accessing the Groups tab, it is showing as "No models configured...
Hi there, I'm trying to build the IOS-nRF-Toolbox, with the hope of using it as the basis of our app. But, I cannot build it with the following errors:
/Users/admin/Documents...
I know there is Current consumption common conditions in the datasheet. (table19. nRF9160_PS_v1.2.pdf)
There is VDD level but It's not described the VDD_GPIO level.
1...
Hi,
I am following the tutorial https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader...
Hello,
I really find this tutorial useful and substantial. I followed the steps in downloading the github projects but I got the following errors when compiling (Note: I...
Greetings everyone,
I am a beginner in this and would like to ask for help in reading battery level.
Battery info: 3.7V, 100mAh, 0.37wh.
I have tried to read on the...
hai ,
i my application i need to update ota over serial . i m using nrf52840 and sdk 15.2
step 1 : at first flashed uart boot loader code on my board
step 2 : updated...