Hello all, I'm getting stuck on re-installing any SDK and I'm getting the below error. The error:
Failed to clone the repositories: Error: HEAD is now at 100befc70c7 [nrf...
Hello,
I am trying to upgrade my project from ncs 2.1.0 to ncs 2.6.1. I am running into some strange issues with mbedtls and I suspect it's because the same ciphers enabled...
Working on a nrf5340 project, and running into limits of the size of the flash to store my application image along with mcuboot bootloader.
I had a mucboot setup that fitted...
Hi,
I am building an app that connects to the NRF52840 with BLE. The NRF board is attached to an electrocardiogram(ECG) setup, so I am interested in the app being able to...
Hello,
I tried to read and write the OTP region in UICR of nRF5340 with nrfutil, but got the following output:
Any Ideas, what could be the issue here? Does nrfutil...
Hello
I am playing with the mesh dfu and the distributor application on nRF52840 DK board
I load the image I want to distribute using mcumgr application on a Raspberry...
Hi, Im designing a custom board using a NRF9160 MCU. From the product specification it operates at a voltage range of 3.0(2.8)-5.5V. I want to use a 3xLI socl2 3.6v (parallel...
Hi
for DFU is bluetooth used by default. Your DFU app suports only using bluetooth to do a DFU.
Do you have any tools to do a DFU over NFC? Or do I have to write a tool...
SUMMARY
Attempting to OTA the nrf52840dk over BLE.
I was able to perform most of the steps in this sample: https://docs.nordicsemi.com/bundle/ncs-2.1.4/page/zephyr/samples...
I have a photodiode, and under indoor lighting conditions, the reading on the oscilloscope is about 150mV. When I connect it to an Arduino Uno or Adafruit nRF52840 Sense,...
I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
I have been looking at BLE with the Nordic products from the perspective of someone who gets a hand wave of an idea and moves forward. I have developed Nordic firmware but...
We have been able to enable coded phy with PAWR using
```
struct bt_le_adv_param *params = BT_LE_EXT_ADV_NCONN; params->options |= BT_LE_ADV_OPT_USE_IDENTITY | BT_LE_ADV_OPT_USE_NAME...
Hello,
I'm using nrf52840 DK to test 1khz tone. The nRF Connect SDK version is v2.6.0.
I put a pcm raw data array of 1khz tone in the code and used i2s write to send the...
Hi everybody. Recently, I've spent nRF Connect SDK Intermediate online course. I could add firmware upgrade ability using FOTA and now, I can update the firmware using nRF...
Hello,
I am using nrf5340 audio sample with the custom board. The nRF Connect SDK version I used is v2.7.0.
I referred to this post and tried to add skyworks fem to my...
Hi Nordic Semiconductor Expert,
I would like to measure the BLE throughput over nRF52805.
Seeing BLE Throughput sample in nRF Connect SDK below, this SoC platform is...
I am developing with the nRF5340, but I am encountering an issue where CONFIG_BOOTLOADER_MCUBOOT is not being enabled. Although I have enabled it in the prj.config file as...
Hey, I am trying to run F8100 development board with nrf52840 development board, while I make the connection simply like CS-D10(Arduino pin layout presenting), MISO- D11,...
Hello. I would like to receive the passkey value that the user entered when pairing Bluetooth and modify it. Originally, it was said that if you enter "0000", you have to...
Dear support team,
I'm using nrf9160 and SLM to create a UDP server and client, and communicating between them. When communicating every 300 ms, there are times when there...
Hi, I got a problem with the NRF Connect plugin for VSC.
I have a project which has that structure:
workspace ├── app │ ├── src │ │ └── main.c │ ├── CMakeList.txt │ └...