Hi, I'm working with the DWM3001CDK (nRF52833 + DW3110) and currently using SPI to interface with the DW3110 for UWB communication.
I'm trying to use a second UART to communicate...
Hi I am developing in 54L15. Now use DPPI to link
TIMER10's PUBLISH_COMPARE[3] ---> RADIO SUBSCRIBE_STOP,
it works fine.
Now I want to trigger a GPIO signal through...
Is there any way to sniff BLE 6.0 packets and see the new content such as channel sounding? I am familiar with the nRF52840 Dongle as a sniffer in Wireshark, is there similar...
Hello,
I´m trying to measure the current consumption on the nRF54L15-DK Rev. 0.9.2.
There are a few questions:
1) What is the role / purpose of the voltage buffer? ...
Hello, I have an issue regarding the current measurement of my nRF7002DK_nRF5340. I am trying to measure the current consumed during the transmission of a carrier on a Wi...
Post:
Hi Nordic Team,
We are currently developing a product based on the Raytac MDBT50Q-1MV2 module, which integrates the nRF52840 SoC. Our firmware is built using the...
I’m writing this post because I’m experiencing a problem with data transmission between two devices—a sensor and a USB dongle connected to a PC—each equipped with a Minew...
My Environment
Nrf52840
SDK : nrf51_15.0.0
soft device : s140
Target : Scanner (central)
I am trying to set GAP parameter for listening single channel that is...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hi,
I have a Development and Evaluation board by Waveshare and i have a nRF51822 board. I have downloaded the nRFgo studio and i have used a USB to UART board and connected...
Hi
I am developing an application where nrf52 acts as a BLE central
Specifications requires that this node should connect to a peripheral with a specified name, obviously...
I have 2 services are running using 16 bit UUIDs and now I am adding another service using our_service.c and our_service.h files but my program is crashing and leading to...
Hi Everyone,
I want to use the QSPI protocol to write data into the external 64Mb of Flash memory provided onboard of nrf52840 PDK.
I am able to run the QSPI example alone...
Sorry Nordic engineers , I'm asking urgently , goods need to come out quickly
chip:nRF52810
SDK:nRF5_SDK_15.0.0_a53641a
examples:ble_peripheral \ ble_app_uart
external...
The iOS source code located here github.com/.../IOS-nRF-Toolbox does not build.
I'm trying the debug the app code in Xcode but there are missing files:
"nRF Toolbox...
The production line is waiting , I'm sorry to ask that it's urgent
This debug tools display nRF52810 UART Tx is Successful
If I add the code
case APP_UART_TX_EMPTY...
I am attempting to add DFU capability to an nRF52 based product but have run into an issue. I was able to successfully build the boot loader and flash it to the device. I...
Hello,
I am trying to make my own model and I'm using the simple on-off model as a guide, but,
I have some confusion for the function signatures of the callbacks for the...
Hi,
We are planing to use N52832 to design a product using BLE secure feature. Our customer want to know whether the key exchaning procedure is using ECDH (P-256 elliptic...
I've looked at how other projects handle sending large amounts of data and they all use a derivative of the TX/RX scheme that is used in the image transfer demo. The Peripheral...
I'm currently working an nRF52 using SDK 14.1 and Softdevice 5.0.0
We're having a problem where the microcontroller is crashing after a few days for seemingly no reason...