I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I am using MX25 external flash with nRF9160. I am unable to find the configuration to use the Zephyr APIs to access the flash. I am able to access it when I am using
spi_write_dt...
Dear Nordic Semiconductor Team,
I am a representative of ELKO EP company and we are currently in the process of obtaining FCC certification for our products that utilize...
I'm using the nrf7002 on a custom PCB, so its a brand new chip. I haven't done any OTP programming for the mac address and instead it's just a hardcoded mac address that's...
Hello Support Team,
I hope this message finds you well.
I've been experimenting with the LittleFS sample available at the following link: LittleFS Sample Code . The sample...
I am trying to use the UART over the onboard USB without flow-control.
I'm currently using a Seeed XIAO_BLE whose bootloader initializes the USB port.
I have a simple...
Trying to build on nrf51822 with segger embedded studio with soft device
I got the error increasing alignment of section .vectors from 1 to 2 because it contains executable...
nRF5340 SDK 2.6.1
I am migrating a project (based on coap_client) from NCS 2.4.1 to NCS 2.6.1, and I get a compiler error:
The offending code is this:
If I open...
I am a beginner in BLE and I want to use one nrf52840 as host and one nrf52832 as controller to learn HCI UART. In nrf52832 I flash the hci_uart program in the zephyr routine...
Hi Nordic Team,
I am using SDK 2.7.0 & board: nrf52840-dk for matter lock application and facing below issue when boot device.
I want to create factory data manually using...
I am trying to build chip-cert tool with nrf connect SDK. Can you please help me fix this issue:
I followed the instruction given on this link: docs.nordicsemi.com/.../nrfconnect_factory_data_configuration...
HI , currently i am using nrf52840 soft device s140 sdk ver. 17.1.0 i have two controllers i need to transfer the dfu ota file form one controller to other controller using...
Hi i am currently using nrf52840 s140 sdk ver 17.1.10 using central uart and i need to add dfu ota code to it how can i add what is the required files to it we tried these...
Hi All, I am having issue building a project where I am attempting to add a custom BLE service. The error message is shown below along with my relevant project files. Any...
1. Hi currently i am using nrf52840 sdk ver 17.1.0 s140 sd we have added UART in the secure bootloader/ Bootloader_ble_debug
2. we can able to send multiple bytes once ie...