During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hello,
I am trying to communicate with an SD Card with a NRF54L15DK but it doesn't work. Here is my different files :
& spi21 {
compatible = "nordic,nrf-spim" ;
...
I am using nrf52833 DK, v3.0.2 SDK
The example can be found at https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_bms/README.html.
Connect...
Greetings,
In the process of adding the RTC driver to the project I am encountering a build error when I try to setup a device pointer. The offending line is:
const struct...
i'm already able to TX and RX arbitrary packets between my own bare-metal test programs running on a pair of DKs... since both programs used identical configurations (mode...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
Building Thread CLI sample with CONFIG_OPENTHREAD_SOURCES=y delivers many warnings:
All are related to MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT and CONFIG_MBEDTLS_CMAC_ALT...
To preface this question with a bit of context, I am using both a custom board and a custom update tool that I developed to interface directly with the BT SMP service to perform...
As the title say
I noticed that in terminal application for desktop any characters 'fo' (lowercase both) ar displayed as 'f<space>o'
obviously it needs a bit of time to...
Hi,
I'm working on porting my software projects from NCS2.9 to NCS3.1.1 and run into the problem that the thumbs nrf52840-dongle and arduino-nano-33-ble are not booting...
Hi everyone, My teammates and I are currently developing a BLE Mesh–based application. At this stage, we’ve run range tests to verify connectivity performance. As a baseline...
HI
I am currently using the 3.0.0 SDK's periodic_sync_conn and periodic_adv_conn examples.
In the periodic_adv_conn example, I have configured 100 subevents.
Below is...
Hi Nordic team,
I’m working with raw IQ data from the nRF5340 using the Distance Measurement (nrf_dm) library.
I noticed that most IQ samples (both I_local, Q_local...
Here is the Java error message box
A couple of interesting things:
1) Wasn't that stupid of me to mention a Java error when the Error box reported a JavaScript error...
Hello,
I am at the very, very early stages of my project, doesn't it even a name yet. Right now I am thinking of using nrf52840 for a Bluetooth operation while being supplied...
I try to use the PPK2 to measure current of a MCU in sleep. The board has some caps and a coin cell to keep the RTC on chip alive. It wakes up every 1 second to check wake...