Hi, when I am trying to set up channel sounding, I am looking for the best parameters for CS configuration. The main problem I have is that even with slow movement (1 km/h...
Dear sir,
I'm using the sample application "channel_sounding_ras_initiator" to performing the evaluation. Here are my test environment: - Developement kit: nRF45L151 - Tool...
Hello,
I previously used DECT NR+ modem firmware mfw-nr+_nrf91x1_1.0.2 on nRF9151 DK Development kit and moved on using the new modem firmware mfw-nr+_nrf91x1_1.1.0.
But...
Hello.
This may be a basic question, but please let me know. I am using nRF54L15-DK and nRF Connect SDK v3.0.2.
Is the 32MHz crystal running when the nRF54L15 program...
hi everybody: This is my first time developing an nRF chip and also my first time using VSCode After installing nRF tools and fast (3.0.0), I found that I did not see the...
Hi there,
I am using an NRF54L15 custom board and am trying to set up a functionality using DPPI + PPIB. using a single in (1 event) and single out (1 task). I have two...
Hi,
I'm trying to get the debugger to work on my target board. I created the attached simple program to eliminate complexity.
The debugger starts, but it starts running...
After moving to v1.3.0, my build fails, because the imgtool can't find the module cbor. I see some updates for zephyr that indicate cbor.py is now required, and it's included...
I would like to tightly integrate a nRF24L01+ with my microcontroller. I have read as much as I could, and copied as closely as I can, but the best layout required moving...
I have pretty much gotten my application fully ported and working on nRF52832. I am now looking at adding in DFU for OTA updates.
Can you confirm my understanding, based...
Hello,
We are trying to use the usb wakeup feature while also using the usbd as a serial port (over usb).
The rwu is registered on initialization in our firmware using...
Hello,
I am using a nRF52840 dongle to communicate between a laptop running Ubuntu and a phone running Android.
Right now I set up a UART-BLE communication using an...
Hi
I've been developing using an NRF52 DK and have moved onto my own design board, I have one small problem which I'm unable to replicate using the DK. On my own board,...
I have tried to study the behavior of the QSPI and the external flash. I noticed that the QSPI_CONFIG_READOC and QSPI_CONFIG_WRITEOC settings in sdk_config.h cannot be set...
Hello,
I'm developing AoA/AoD feature, accoring to manual, the nrf52833 uses S0CONF and S0MASK to automatically determine if the part S1 exists in the packet or not. I tried...
Hi everyone,
We are designing a low power PCB based on the nRF52840 BLE. At the moment the device is advertising with an interval of 1s and a timeout of 3min (advertising...
Hi everyone,
I am looking the ble_app_template_pca10056_s140 example and I have a question regarding the advertising_start(erase_bonds) function in main();
When you call...
Hello,
We are in the final stages of our product development and we would like to add a feature used during assembly to give some sort of confirmation that everything is...
Am trying to evaluate the nRF9160 + nRF52840 combo as in the thingy, we want to send an sms to the device and reveice back its GPS location. SMS is spectically requested for...
Hello,
I want to prevent a scenario where I successfully perform a DFU with a faulty firmware image. I have a bootloader that handles firmware updates both for the NRF5...
Hello all,
I am working on low power sensor development with nRF52833 as target. I have some questions but I'm not sure it this was addressed in some other posts.
1. I...
Hi,
I'm integrating some c++ code using ble_app_uart example as base. The code has some cout << "text"; kind of outputs that seem to go to uart by default configuration...