Hello,
I know that this issue comes up from time to time. I'm raising it again, because to my opinion there have to be a solution for this. Perhaps there is, that's the...
Hello I’m using the NINA-B306-00B BLE module which uses the nRF52840 MCU for a custom board application. The BLE module interacts with two sensors, an accelerometer via SPI...
1. When adding CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y to the configuration as shown in the diagram, does it enable the use of the CC310 accelerator?
2. My understanding is...
I am currently working on two separate sample repositories: one for a standard 1:1 BLE connection with a mobile phone and another for a PAwR node that transmits data alongside...
Hello, I get a compiler warning when I try to log a float value using the LOG_INF macro in my project. The code I'm using is from the cell-fund course: lesson 6, ex. 1. Toolchain...
Hi,
(nrf52840, custom device, nRF5_SDK_15.3.0_59ac345)
I am working on a BLE project involving one central device and two peripheral devices using BLE NUS. The peripheral...
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 │ └...
Hello everyone,
I am working with nrf connect sdk toolchain v2.6.1.
My project requirements are as follows:
1 MBaud UART Async API
Two Modes for UART RX
fill...
Hello, I installed the the toolchains 1.9.0(working on existing project) successfully. However, i am not able to install manage SDKs.
This is my output:
Hello,
I am currently working with the NRF52840 Dongle and have integrated a W25Q512 QSPI Flash chip, connected to the following pins:
CSN: P0.17
SCK: P0.20
IO0...
Hello,
I am a beginner using the E73 nRF52810 module and developing my project in Visual Studio Code with the nrf connect desktop extension. In my build configuration, I...