Hi all,
I'm trying to set up MCUMGR on 54L15, such that it can receive images from my border router when they're in the same Thread network. I read that we can upload images...
I've got an NCS v2.6.1 project on the nRF52832 running a timing chain using PPI for PWM instance 2:
The output of nrfx_pwm_task_address_get is 0x40022008 as I'd expect...
SDK: 3.0, nRF54L15
I have modified the clusters using ZAP tool (west zap-gui). When I tried to built, I get the below error:
1. I used Matter door lock sample and the...
I get a bunch of errors like undefined reference to `mbedtls_ssl_free', `mbedtls_ssl_get_bytes_avail',`mbedtls_ssl_config_free', 'mbedtls_ssl_read'
`mbedtls_ssl_set_bio...
Hello,
There were some recent changes in the Nordic PDN library - function pdn_dynamic_info_get that led to the changes in slm_ppp.c and the way the application gets MTU...
Hello, I'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
Hi,
I found this example light_switch - SerialLog posted on nordic forum, when I downloaded on nrf52840 DK it worked without problems, but I want to put in nrf52840 Dongle...
Hi,
I'm trying to test
slave BLE (ADC) ----- master BLE ----- DSP(28335) module
however, the error occurs in app_error_weak.c
NRF_BREAKPOINT_COND (line 100) and I...
I am attempting to use an nRF52840 with softdevice 7.2.0 to validate some scenarios and am seeing a difference in operation between legacy pairing and LESC pairings. I have...
Dear Nordic Team
The power profiler Kit does not report any curent measurement with MAC OS (10.13.6)
The exactly same boards and PPK work well on a PC win 10/64 (2 DK...
I am trying to convert a peripheral working firmware to Long Range.
There is a description in:
https://devzone.nordicsemi.com/f/nordic-q-a/37409/sdk15-long-advertising...
Hi All,
I am trying to understand how should I define the BLE UUIDs in my peripherals and connect to each peripherals.
Basically I have several BLE sensors. My goal is...
Hello,
I am merging two applications which work successfully inside SDK 17. One is the ble_app_uart and the other is an SPI app handling my display. The linker can not...
Hi Team,..
i'm also trying to interface nrf52832 and nrf52840 using 15.2 SDK..when i write i2c communication nRF to max32664C.
18 bytes only successfully transmitted....
Once inside the I2S interrupt, I need to clear the event that caused the interrupt, which in my case is either EVENTS_TXPTRUPD or EVENTS_RXPTRUPD. However, setting these registers...
Hello,
First of all, i am really novice about certification and this NFR52832, and i guess that's why I have several questions about it.
A certification must be passed...
I bought a wristband that enables firmware upgrade via OTA.
I want to replace its firmware with my own but I don't have the keys related to the DFU.
All I know is that...
Hi, I'm just started developing on 52840DK platform and I am trying to create my own zigbee end device (remote controller) with higher WAF than IKEAs controllers. I've tried...
I want to be able to update both application firmware and modem firmware via the terminal. I know the nrfjprog and have no problem downloading application firmware.
Is it...
Hello,
I am testing my NRF52 custom board with the Bluetooth Low Energy utility inside nRF Connect.
I am based on Windows and I use an NRF52DEVKIT as BLE dongle.
Is...