Our system is composed of a nrf5340, a QSPI flash, and a nrf7002 on single wire SPI. We are not using the network processor.
We are using Zephyr NCS 2.9 with sysbuild. We...
Hello, my application is running on a custom board. The BLE Host is on an nRF9160, the BLE Controller is on an nRF52820, and the SoCs are connected via UART. On my original...
Context
We are working on a project that implies advertising and scanning extended advertised packets.
details :
NRF52840
Zephyr SDK 17.0
Zephyr 4.0.99
NRF SDK...
Hi,
We have a modified asset_tracker_v2 application. We wish to take the entire application, just the code under nrf/applications/asset_tracker_v2 (including all of our...
Hello,
I am unable to use the Segger RTT terminal built into the nRF Connect SDK for VSCode Extension pack with the nRF54L15DK.
I have configured my project with the...
Hi,
I would like your support in reviewing and helping define the correct configuration for the NPM1300 charger in our application.
Here is the current configuration we...
I have been following the advertising tutorial and decided to start my own application using nordics git repo as a reference. After a few debug sessions I found that I needed...
I am trying to probe sysclk signal on one of the unused GPIO pins on a nRF52 board. I modified the ble_app_template example provided in SDK 11.0.0 and added a sysclk function...
I am trying to connect nRF52 with 7120 and create a NFC card reader , is this a solution and power efficient solution .
I will interface through I2C , is there a example...
I am using the sdk version 11 and arm-none-eabi-gcc version 5.4 on linux mint to compile the blinky test application. I have pointed the Makefile-posix at the location of...
I am doing the test about timeslot with the project link text
but it cannot scaninng and i found the timeslot is work because i get event NRF_EVT_RADIO_BLOCKED and it call...
Hello,
my application has to emit measurements in the manufacturer specific data structure continuously and has to accept a connection, for example for ANCS. Therefore...
Hi,
I am developing a firmware using nrf51822xxaa s130 SDK 10.0. I am using device manager to exchange the security keys and storing the bond information. For my project...
Hi, If I understand correctly the debugger on PCA10040 can operate in 6MHz/n as SWO frequency.
the nrf52 can operate at 4,8,16,32MHz swo frequency.
How are we to use SWO...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
I'm trying to implement the DFU Feature into my application, but it seems to be in a bootloop after it starts advertising.
The application works fine when flashing it via...
Hello everyone, I want to measure Low power mode current consumption in nRF52 DK,but I dont have accurate CRO to measure in micro Amperes, therefore I would like to know if...
the eclipse build memory map is
text data bss dec hex filename
363312 2485 5340 371137 5a9c1 ********.elf
363312 2485 5340 371137 5a9c1 (TOTALS)
it is giving very large...
Hi Friends, I like Nordic and Arduino, it's great if Nordic can support Arduino officially, we can use the ARM0 in Nrf51822 as a single control point of Arduino project. There...