Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...