Hi,
I would like to know the difference between the nRF52840-QIAA & nRF52840-QIAA -R7.
What is the significance of R7 here. Not able to find it in any conclusion ...
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...
We know that Nordic have several product lines, some of them are similar or cross functions, is it possible to make a comparison list which maybe list Model / Package/ Flash...
I am trying to build my own application that will be updated via DFU UART.
I can update your given example in
examples/dfu/hci_dfu_send_hex/test_images_dual_bank_update_nrf52...
Hi
When initialising BLE in the softdevice, the following value is used as part of enable_params:-
* @brief BLE GATT initialization parameters.
*/
typedef struct...
Hi
I am running SD 132 2.0.1 on nrf52832 rev 1 and i am getting a chip lock reset occurring. (I have cleared the flags as per the errata and reset pin flag is not present...
....\R2D2_build\R2D2_Firmware.hex: Error: Q0122E: Could not open file '....\R2D2_build\R2D2_Firmware.axf': No such file or directory
keil gave me that error. i did research...
Hi
When I used ANCS, there is "bluetooth pairing request" notice shown on the iphone, if choose cancel, then 51822 went to reset, why is that happen?
iOS:10.3.3
NRF51822...
nrf5_SDK 12.3.0
nrf52832
softdevice 3.1
My app used timer for buzzer and led.
This timer call itself, and variable is discount.
This is normal mostly, but in somtimes...
I am working on reading ADXL362 through SPI on PCA10040.I used demo spi in nRF5_SDK_13.1.0.
here is my main code:
bsp_board_leds_init();
APP_ERROR_CHECK(NRF_LOG_INIT...
I am developing on the nRF52 boards with a capacitive sensor. I followed the tutorial in this link and created a custom service with 3 read characteristics. I am able to use...
NRF52 pca10028 DK - SDK14 - Arm GCC (Eclipse) - SD 5.0.0 - bootloader_secure_ble
Using either nRFGo Studio or eclipse to program the flash (it does it with both)
I can...
Hi,
some time ago we ordered 3 PPKs. I tried one under a Mac with VmWare / Win7 with a PCA10040 board. It was working but I got surprising graphics. When I came back from...
Hello,
I am just using the SDK13 on the nRF52832 together with the experimental BDS example (I modified it to the point where it seems to be working fine so far).
Now...
The following does not allow me to define NRF_DFU_HW_VERSION in my makefile, I get redefine errors due to this broken if else in def_req_handling.c:
#if defined (NRF51...
I want to evaluate the nRF52 SDK , but don't get how to install it.
The Getting Started section mentions an MDK installer. However, I cannot find any such installer inside...
Using the nina 112 with nrf52832 SDK 13
I have got a problem with the I2S Interface.
I configured the RESET Pin as normal PIN. Tested with GPIO as Output it worked. If im...