I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Dear Ladies and Gentlemen,
I read for detecting angle of arrival the following page:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
Hi,
I want to develop simple app that receives data via BLE and send it through UART so I could gather them to file or draw a real-time chart in SerialPlot.
As far as...
Running the secure DFU example in SDK 17.1.0 results in hardfault in IAR EWARM 9.10.2. The board used is PCA10040.
Using EWARM 8.50.4 seems to work without problems.
Steps...
I have a number of custom projects and boards that were created using SES.
How do I get nRF Connect to see my projects and boars. I have a separate directly structure where...
if i am controlling two spi devices with one instance, can I just define a new SS in the same SPIconfiguration or do i have to close the connection and select a new one? ...
As soon as I plug in my nRF52840, the whole board gets extremely hot. When I try to upload a program, the error message "No J-link device connected" pops up.
With another...
Hi!
I use XMONITOR to get the current cellid but it seems strange.
%XMONITOR: 5,"","","24008","2725",7,20,"01ADF70B",215,6400,50,35,"","11100000","11100000","01001001...
I'm working on nRF9160-dk.
I built a sample application "serial lte modem" in NCS 1.6.1.
i can use AT command on the UART0, but i find the printk in source code is not...
I have successfully compiled my project using `west build` and now I am trying to load it onto my nrf5340 board I recently purchased. Here's what I'm doing:
- From the same...
Hi,
I would like to test some environments. Therefore - I would like to use an example from SDK 17.0.2, which allows me to connect to a PC via NFC, as a peripheral, receive...
I'am working on nRF52840-DK and nRF9160-DK.
i'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim...
Dear nordic team,
i want to take log from dfu example i tried using rtt veiwer but it doesnt work.im using sdk version 17.0.2 and soft device 7.2.0 and nrf52840 DK
in...
Hello ,
I am using nRF52832 , sdk 16version. I want to set the BLE connection interval via BLE command using application. How to do that? I tried to assign the variable...
Hi,
I’m using the nRF SDK 1.6.0 and trying to build the “ memfault ” sample for nRF9160 using the
“ nrf9160dk_nrf9160ns ” board. The sample location is:
C:\Users\username...