We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
Hi,
I've been using dev kits like nRF9161-DK and when plugging them in to my laptop they all work with the Programmer Tool, "nRFUtil device list", and the nRF Connect Code...
To explain our problem: We have a system with a NRF52840 chip, we also have an external flash, the settings_subsystem is mounted in the NVS on the internal flash I have included...
Description:
I am working with an nRF52840 custom board. I have encountered an issue where the board is not detected by the J-Link debugger after flashing the firmware a...
Hi all,
In Sidewalk, the Lora we are using is connected to DIO3 through TCXO, which does not match the XTAL of sx1262 recommended by the official sid_end_device demo. Do...
I successfully read accelerometer data at 3000 samples per second . However, when transmitting the data over Bluetooth Low Energy (BLE) , I am only able to send 200 samples...
Is there any pre-existing library similar to the Arduino avdweb_VirtualDelay library available for the Nordic Semiconductor nRF52840 Dongle? I do see the procedure on how...
Hello In SDK 2.6.xx I used to define an extra CMake argument in the VSCode UI, i.e "-DMFG=1" This argument was available when CMakeLists.txt was processed so I could do additional...
We have difficulties to get RTT prints from MCUBoot while performing DFU.
As far as I understand Segger RTT is reinitialized when booting Application and this might be the...
I want to change the bitrate for different settings:
Different settings with 48khz&10ms:
I try ot change the prj.conf to add these:
But an error occurred during...
Hello,
I have a device that I want to operate on the lower range of RSSI (but still around -80dBm and have problems with disconnect. I would like to understand if there...
I want to capture device log. How to capture device log ? Which configuration I need to enable in SDK ? Can you provide sample example which capture device output log ?
We are planning to use NRF52840 for a medical device would like to know from Nordic or anyone from the forum about the verification/validation of SOUP (Software of unknown...
Hi, I am encountering multiple conflicts in the device tree view, which seems quite strange.
"Oscillators" appears to collide with regulator@4000 .
"Clock" appears to...
Hello,
We are in certification stages for our custom product based on the nRF7002DK. Our application requires BLE and WiFi to be operational simultaneously. Consequently...
Hello,
I am new to developing with Nordic products. I have experience working with other microcontrollers like Microchip and STM32. Both of those have their own IDEs. Does...