I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
We have a sensor product that has been in the field using the nRF8001 in no security required, just works mode for over a year. Recently, we had a request from a volume user...
I am using the ble_app_uart on the nrf51dk.RX is always enabled.I want to enable TX when data is to be transmitted and then disable it again.
I am using
NRF_UART0->TASKS_STOPTX...
Is there a way on the command-line to read the debug port (DP) register or access port (AP) register for nRF52 via the the nrjfprog program?
I do not want to write my own...
I'm new to the nRF51822. I've setup GCC and Make on Windows 10 and am using SDK 11. In all the examples of the SDK, flashing the newly made hex files (using GCC) with JLink...
We are working on a project that will operate in the MBAN frequency range of 2360-2390mhz. One of our current products utilizes the nRF24L chip, and we were interested in...
hello.
Although example consumes less current when connected, in the project I made, consumption is not reduced even if it connects, what is the cause?
The service seems...
Hi,
I'm trying to write more than 20 bytes to a custom characteristic, from Android (Cordova BLE Central), but this completely crashes my App
APP_ERROR:ERROR:Fatal ...
Problem description :
When using 'Just works' pairing with LESC key exchange peer_manager doesn't allocate buffer for peer public key and doesn't pass own public key to...
Hello,
I want to know what is the correct way to use GPIOTE while my softdevice is running.
I have referred the example of pin_change_interrupt that is provided with SDK12...
I am trying to start scanning for devices.
I have changed from the example (ble_app_mulitlink_central_s130_pca10028) only
clock source to NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM...
Hi,
I want to know that how if we have Beacon on one side and Development kit on another side so it is possible to communicate them if they are using different services...
I'm using nRF SDK and trying to write firmware to my prototype device. However, nRF SDK doesn't detect my prototype device. I checked the power supply to my prototype device...
Hi,
I am testing example from sdk, 12.2.0, ble_app_uart, nrf52832
And i frequently get a strange behaviour where i don't get a response. And the connection is terminated...
Hello,
I'm trying to set my device on DFU mode by an android mobile application without success.
I'm working with nrf51822, sdk10, softdevice 8.0.
I subcribe to the...