Hello everybody,
I am trying to get the RTC0 peripheral working on Nordic nrf9151-DK using libraries from Nordic (nrfx_rtc.h, nrfx_clock.h and hal/nrf_rtc.h). I am not...
Hello everybody,
I am trying to get the RTC0 peripheral working on Nordic nrf9151-DK. I wanna use zephyr/driver_rtc.h library and zephyr/device.h librrary. I am able to...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...
Hi Team,
We recently received our custom PCBs and are currently trying to configure pins P1.00 and P1.01 as UART0 RX and TX respectively. However, the UART communication...
Draft — ready to post on Nordic DevZone / Zephyr mailing-list
Title nRF5340 DK + MCP2515/TJA1050 module — can_start() always returns -EIO even in loop-back
Hardware...
Hi We are working on setting up CI/CD pipelines for our nRF application. The application is set up as a stand-alone application with its own west workspace. It uses external...
Hi ,
1.In the example: In nRF5_SDK_17.1.0_ddde560_usbd_msc_1\components\libraries\block_dev\qspi\nrf_block_dev_qspi.c, I need to set the following 0xB7 bytes. How should...
Hello, I am developing an application with nRF52 DK. softdevice 112 and SDK V15.2.0. This is a "continuation" from my previous ticket ( https://devzone.nordicsemi.com/f/nordic...
Hi Devzone:
I am having trouble finding the right information to get ozone to run on Nordic nRF52833 with my own project. I followed in instruction here: https://wiki.segger...
Good afternoon everyone, I am facing problems using libuarte example (SDK 17 and NRF52 DK. Using SES and S132, PCA 10040) It works well with puTTY or other software, but I...
Hi, I have a question about Bluetooth pairing control.
I use nrf52dk board and sdk v17. I am working on many things using the example of sdk.
Now I'm trying to control...
Hi all,
There is a question that I want to figure out.
I have a nrf52 board which supports to use DMA to receive data from UART. So what would happen when BLE radio interrupt...
I'm using NRF52840 develope a Zigbee end device over nRF5 SDK v 3.2.0 . In my example there are 10 of nodes and a coordinator( the coordinator with nRF5 SDK v3.2.0 or 4.1...
We plan to use NXP A1006 Secure Authenticator IC with Nordic nRF5340 SoC.
1. At tamper attempt, does nRF5340 provide means to detect the Tamper and erase the secret keys...
I have a codebase that takes from many different sample applications and uses S140. I am interested in using a Characteristic from an iOS Swift Central that sends String data...
Hello ,I just buy nRF5340 pdk and look at user guide https://infocenter.nordicsemi.com/pdf/getting_started_NCS_nRF53.pdf . I installed nRF Connect in my PC, and flash HEART...
Dear all,
we produce a device using NRF8001 and never had any issues before, but since last Friday, we cannot connect the device to Windows 10 (build 19041) via bluetooth...
Hello, everyone. I'm a novice who just started Nordic. My goal is to apply button input and timer to implement two functions with one button. (Based on the time the button...
Query on reference designs and layouts
1. "nRF52833-QDAA Reference Layout 1_0 PCB" stack-up seems to need improvement (please check the Core thickness between Layer1 and...
Hello, I'm a novice who just entered Nordic. I'm dealing with button input through bsp example now. And I am using sdk v17.
I succeeded in toggle LED by simply clicking...
Hi,
I am writing an APP for comunicating with my nRF peripheral. I've set the MTU size to 251 and this works fine under bluez or android.
But if I try it in iOS (>10.0...