Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
I wanted to use MQTT example with nrf52 DK board.
and I uploaded MQTT firmware which is located MQTT example folder in iot SDK.
www.youtube.com/watch
I tried to follow...
Hi,
I want to implement handler for undefined instruction fault. According to Cortex M4 documentation (ARM DUI 0553A subchapter 2.3.2 "Exception types") this fault leads...
Hi everyone,
I've been experimenting compiling my project with Clang and have run into some issues with the supervisor calls and their wrapper in nrf_svc.h.
Without...
Hi,
I want to implement simple module:
gpiote event on pin change (around 6.7MHz signal)
Route gpiote event through PPI to increment counter
Toggle GPIO pin...
According to the documentation, the function sd_ble_gatts_exchange_mtu_reply() can return NRF_ERROR_BUSY , which would require the application to somehow defer the call to...
Hi,
I am attempting to run the examples of BLE HRS C and BLE HRS Peripherals from the SDK. Getting to the connected state works (discovery and notifications as well) just...
I noticed that the ram setting in this example is from 0x20003440, this means only less than 1KB is for application. But the example in sdk 12.1 the ram is from 20002078....
We want to use IoT SDK where two or more nRF52 chips would talk to each other via 6lowpan, in that case is the ble enabled router necessary for such communication?
I have an nrf51822AC chip connected to another ARM based processor which provides a CAN interface. The two are connected via the UART and we are using the ble_connectivity...
Hi, in the current project I'm working on, I need to develop an Eddystone beacon with UID and TLM frames configured by default. Based on the experimental_eddystone example...
Hi, Nordic
I need write some information to flash, then power off and power on, nRF52 still can read previous information. But now, nRF52 can not read, maybe ESB is still...
Hi,
I'm having issues with my MPU6050 sensor. I'm trying to get yaw, pitch and roll raw sensor values from MPU6050 sensor using DMP on MBED platform but without success...