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...
ide :- segger embedded studio I have a problem regarding BLE_UART.
I am using Segger Embedded Studio. I want to implement Bluetooth, so I used an already existing code in...
I want to do DFU with secure keys on nrf54l15dk. I want to receive in my application new firmware and store it on internal flash of the nrf54l15 (i have memory to store the...
Dear Nordic Support Team,
We are using the nRF5340 together with the NPM1300 in our project. The 1.8V output is controlled via the NPM1300.
When performing a BLE DFU ...
Hi,
Could you please give us some power budget comparison regarding connections using CoAP vs MQTT and other protocols (UDP socket...)?
We are thinking on a nRF9151 design...
Hi all, Relatively quick question. I have a production implementation where the COMP "Cross" event is wired by PPI to a GPIOTE "out" task. The Comp is acting as a UVLO. When...
Using Zephyr V2.8 on the L15. In the uart callback, in the UART_RX_RDY case, can the evt->data.rx.offset ever be non-zero?
It doesn't appear that the offset is ever non...
I am in trying to use the AT client sample with an RS485 interface on a custom Board with nrf9151.
Other than the API states ( https:/https://docs.zephyrproject.org/apidoc...
Hello Nordic Engineer,
Actually, the phones are not part of the mesh network, right? Also, I treat all the nodes inside the red box as LEDs because I'm designing...
My own 52833 board use QFN40 package. DK use aQFN73 package.
I try the same code. and find DK can enable exernal xtal. while my own board cannot enable external xtal.
...
Hi,
I have an Adafruit feather nRF52840, and try to program it via a Nordic DK (through the connector Debug out). It is possible to flash the feather when I use a devicetree...
Hi support team,
I'm currently developing a project for a custom board with a nRF9160 chip and with nRF Connect SDK 2.9.0 and Zephyr 3.7.99 using VS code with nRF connect...
Hi, I'm implementing the DFU for the nRF5340 MCU and now need to set my private keys to be able to sign firmware files.
The issue is related to the Signature key file specification...
Hi,
The nrf connect for desktop extension in VS code is not loading anything under welcome, when I try to open the documentation or any other nrf related command it says...
Hello Nordic Engineer,
I tested the mesh functionality with one phone and the 52840 DK, and the DK is running the official mesh_light example. It worked successfully,...
Hi
I have a fully functional addressable LED driver interface using I2S + app_timer. This code has been functional for a long time by itself.
I just added the SAADC example...