Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
I was following instructions from this and this post, but I'm not yet able to build with the following combination: CMakePresets.json + west + sysbuild.
I'm using this west...
Hi,
I switched to SDK 3.0.0 and got back problem, that I had some time ago with 2.6?? When my code compiles, but controller stuck after many successful builds and I open...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hi team, After executing RRAMC.ERASE.ERASEALL with an external debugger, I was unable to access the CPU (board) after reset. To resolve this issue, I connected the nRF-programmer...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi,
We are working with a custom board that uses the nRF54L15 and I seem to be getting a lot of errors (but not always) related to memory access error when flashing the...
i made custom board refer to thingy 52 Circuit
all fuction circuit is same so i want to use thingy 52 firmware
when i was erase all memory nrf52832 and upload thingy_v2...
I am using nrf52832 sdk14.2.0 to develop now, I want to realize the following function on the basis of PWM_driver example, output the following waveform on P0.22: 1ms high...
Hi all,
I am newbie with nordic, and I need some help.
I am using nRF52832 with softdevice.
I need to generate a 128 kHz clock signal (PWM pulses with 128kHz frequency...
Hello,
I'm doing some power evaluation of the three PHYs of BT5 using the PCA10056 preview (v0.9.0) and the PPK (rev 1.1.0), moreover I'm using the ble_app_att_mtu_throughput...
I've seen variations on this question, but never quite been able to decipher a complete answer:
I've built an app for the NRF52DK based on the nRF5_SDK_15.0.0 "Hello World...
i created a mesh network using light_demo in NRF52832SDK and i need to scan a new device to make it join my mesh network .when there are a number of devices and i have to...
Hi,
I am working on the port of the nrfutil library of python -> C and I am looking for a support to understand the python code of the nrfutil library please.
Can you...
Hi
I was designing nrf52832 based PCB and using Jhonson's 2.4ghz antenna. The PCB is 2 layer and I am following the guidelines of chip antenna as given in the datasheet...
Hello:
We had a main application with NRF_LOG using RTT as its backend, and it was working great. We are using the BLE_DFU and recently added NRF_LOG capabilities to this...
Running through the ble uart example, connecting to the nRF connect app on my android phone. If I'm not actively sending data the bluetooth connection will time out on the...
Hi team, I am using nrf52 sdk 14, nrfjprog version: 9.7.3 and JLinkARM.dll version: 6.14c,getting this issue while flashing:
ERROR: JLinkARM DLL reported an error. Try again...
Hi all,
I have a functional FW, which is running properly 99 % of the time. But sometimes I have some RESET with RESETREAS register set to SREQ, but I'm not able to find...
Hello,
I am completely new to creating a Bluetooth mesh network and nRF5 devices. I have three nRF51 DK and 2 nRF51 dongles. I have earlier read the posts and made nRF51...
I am working in sdk15 nrf52832 ble_app_hids_keyboard.
I want merge ble_app_uart_c ,so modify in
sdk_config.h :
NRF_SDH_BLE_CENTRAL_LINK_COUNT 1
PM_CENTRAL_ENABLED...