Hello,
We can not convert Altium File to DipTrace or Eagle File. We need those files asap. I'd be thankful if you could help me in that issue.
Thank you
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...
Hello,
I am using the LTE IoT 4 Click board based on the nRF9160, with SDK version 2.6.0 and modem firmware version 1.3.6. I read in the documentation that the nRF9160 provides...
We are developing digital stethoscope and would like to use nrf5340-audio DK as starting point. We need to first get the microphone out on the headphones jack in the DK and...
Hi everyone,
I am using SDK Toolchain v2.3.0 and my code is based on the aws_iot example. I am getting either "cJSON Parse failure" or "Failed to print JSON object" error...
Hello, I am using nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used sys_poweroff() to put the board in deep sleep mode. But before calling it, I called ...
I'm still somewhat new to this but have working code using build 2.6.1 and toolchain 2.6.2 and want to create a sysbuild branch to try with 2.9. The toolchain version used...
Dear Nordic Team, I would like to consult you about that, is there any way to flash modem shell to the custom PCB which already has nRF Cloud connection for location application...
Hi,
1.
I've been trying to get the lte_ble_gateway / let_sensor_gateway example wroking on the nrf9160dk v1.1.3. The example keeps failing at the No HCI driver msg. I...
Hi,
1. Check whether the nRF7000 supports setting the Radio test sample to Non-signaling mode TX test setup for packet generation
https://docs.nordicsemi.com/bundle/nan_046...
HI guys, I'm trying to figure out whether the problem I'm having is a hardware or software issue.
So, my problem is: I have created a custom board using the nrf5340 and...
We are facing strange issue we have this board https://www.raytac.com/product/ins.php?index_id=47
whenever we flash any firmware it works fine but if we erase from vs code...
I've made this following code with inspiration from the at_monitor example to test a custom board using the nrf9160 sip.
I get the following output:
When testing on...
Hi,
nAN_038 WLCSP Handling Guidelines V1.0.pdf does not support nRF52820 WLCSP
Please provide the WLCSP SMT data corresponding to nRF52820
Kind regards, Peter.Min
hello Nordic
i am working with two nrf52832 socs, with ncs v2.9.0.
I would like to know how many retransmissions occurred during a Connection Event in which specific NUS...
Hello,
I have a Xiao seeed nrf52840 and want to operate a peripheral IC over I2C. It doesnt have a driver so I'm following the developer academy on how to do raw I2C communication...