I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hello,
I'm having a serious issue with my nRF52840 board. Here’s what I already tried:
What I have done:
Verified working USB cables (data + power).
Installed...
Dear Nordic Team,
I am programming with ncs V2.9.0 and nrf52833.
There is a trouble happend when one side delete the pairing info,but the other not.
Peripheral has already...
Hi,
A few months ago, I raised a ticket regarding the integration of SoftSIM into the nrf_cloud_multi_service sample. With the help of one of your support engineers, I was...
Hi
Could you provide what is the max DCR value of L2/L3 10uH inductor in document "PCA20053_Schematic_And_PCB.pdf" that nRF5340 can be accepted?
nRF5340 datasheet only...
Hi,
We developed a custom board based on the nRF54L15 SoC. We realized many current consumption tests with regulator configured in DC/DC mode. These measurements are in...
Hi,the nodic team
I use the system on mode to made the SED device into the low power,I found that in addition to my 5s polling woke up the device, there was another that...
Hi Nordic Team and Community,
I'm working on a project based on the nrf5340_audio application, which I intend to run on the standard nRF5340 DK (the non-Audio version),...
SDK: nRF5 SDK
Board: nRF52810
Softdevice: S112
Hi,
I have a board that has two TWI lines, one has two peripherals and the other has one peripheral connected to nrf52810...
Hello everyone.
WE're trying to make a https connection with google.com and execute a GET request.
Wifi connection is working; DHCP seems to be working (my personal assumption...
Describe Need to repeat disconnect/connect cycle after BT timeout. Problem is when using UART over BT with Nus Shell when connection is terminated by timeout (for example...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello everyone,
I am testing out I2C on the nRF54L15 for a custom PCB project.
I first tested a simple mpu6050 sensor on &i2c21 on pins P1.11 for SCL and P1.12 for SDA...
I asked a question earlier related to this here:
But I want to make sure I have understood this correctly, and check nothing has changed.
From my understanding, the...
When my peripheral calls sd_ble_gap_phy_update, setting rx_phys and tx_phys to BLE_GAP_PHY_AUTO, I receive the BLE_GAP_EVT_PHY_UPDATE event with a status of BLE_HCI_UNSUPPORTED_REMOTE_FEATURE...