Hi team,
I'm using the NRF54L15DK board with NCS SDK v2.9.0.
I'm trying to include the B0 bootloader along with the MCUBOOT and application.
I'm wanted to customize...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
I've been working off this example, which provides a great synchronization mechanism.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/conn_time_sync...
I know that the Matter module is licensed under Apache 2.0, but it contains a lot of third-party code. These third-party components include additional third-party modules...
I want to add custom outputs to my custom board dts: this thread mirrors exactly what I'm doing:
https://devzone.nordicsemi.com/f/nordic-q-a/92813/how-to-declare-a-single...
Hello,
already found a description in the Tech Docs, how to bring the external memory into deep sleep on QSPI interface: https://docs.nordicsemi.com/bundle/ncs-latest/page...
Hi,
I am working on zigbee demo "light_switch" with NCS2.8 Add-on SDK.I enabled MCUboot according to the steps in the course " Lesson 9 – Bootloaders and DFU/FOTA "
1...
Hi,
I need to get at least 3 sensors data (Accelerometer and Gyro) simultaneously and I am thinking to use the Nordic Thingy:52 for that. Our application sends these information...
Hello Nordic Devzone,
I have problems with twi/i2c init code on a Micro:bit, nrf51822.
The accelerometer is a Freescale MMA8652FC.
I use Segger Embedded Studio for ARM...
Hi there,
We started to notice that we have been getting random disconnects with the reason BLE_HCI_CONNECTION_TIMEOUT. After profiling our device, it was found on one...
Hello everybody,
I try to use fstorage in SDK 14.2.0 S132 with Segger Embedded Studio IDE.
I write this;
static ret_code_t fds_init (void)
{
ret_code_t ret = fds_register...
I have been using the RF Digital Simblee chip ( also with the NRF51822) with my Android app and Java code to communicate with the Simblee chip as a peripheral.
I have been...
hi nordic;
i need your help, i'm trying to code a control of gpio over the BLE i have an app on android with it i can establish connection and see the service and charactrestic...
This is not a duplicate of:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
I have tried to implement the accepted answers...
examples\proprietary_rf\esb_ptx例程中如何切换PA收发方向呢,基本思路就是数据发送完了就切成接收的方向,来接收ACK,但是问题是esb_ptx程序中怎么知道数据什么时候发送完?
下面这个代码,并不是等数据发送完了才返回SUCCESS的。请帮忙解答一下,谢谢!
if (nrf_esb_write_payload...
As the title,I want to encrypted and decrypt data in CBC mode with nRF51822,S110,the version of SoftDevice is v8.0。can anyone provide an example or demo code? thanks !
i have one host and two devices.Two devices to send data to the same host, and at some time, the device A get the data from the ack to equal to sent to the host from the device...
Hi Nordic
I used spi0 to control the LCD screen. I succeeded and needed ble_ant, so I ported it to the ble_ant speed cadence sensor code I made.
But it does not see anything...
Hi,
I worked on the nrf51 for some years and recently moved over to the nrf52. PPI is a new interface I am exploring. I am having trouble restarting a RTC which was started...
Hello!
I have been lurking around the Thread SDK and I wonder if it is possible to get the IP-address of the device, and if so, how? I am stuck here so any help would be...
My nRF8001 device uses encryption with just works procedure.
Establishing a bond between nRF8001 and peer device as well as reconnection works on Android.
On iOS reconnection...