Hello, I am working on a project where we use MCUBoot.
Currently everything works fine, but now we wanted to introduce persistent storage of some key value pairs.
For...
Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hello,
We are using Raspberry Pi + NRF52840 as Borderrouter for Openthread using Radio Coprocessor design.
However we are facing stability issues on the RCP where it...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
I'm currently working on a custom board based on the nRF52840 , using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1 . I’ve integrated the BLE Buttonless DFU example ( examples...
Hello, I’m currently working on a PDM microphone project using the nRF52840 and the Zephyr RTOS. I’ve been testing the official dmic example from Zephyr (located at ncs/v2...
Just got my first nRF52DK (PCA10040) device today and the blinky sample simply works.
Since my ultimate purpose is to use it collect data from SPI then stream it to Android...
Hi! We use nrf52832 for product development. The SDK version we use is nRF5_SDK_15.3.0_59ac345, the software device version is s132, and the APP for debugging is "nRF Connect...
Hi...
I want to communicate the external sensor with nRF52 using I2C protocol , here i used twi sensor example and modified . constantly i am getting 0 value
Here i am...
I am new to the Nordic Enviornment am having problem getting my first application running.
I am using IAR 7.40 with the nRF mbed dev board that has a nRF51422 on it. I...
hello,
i am using nrf52832 and sdk 15.3, we are building our project in ble_mouse example, after our device is connected to PC it directly getting disconnected and showing...
Hello,
We have noticed that with an iPhone 11 with IOS 13.2. We have a lot of disconnection because our device simply didn't respond to a ping request.
Our device is an...
I am using the Adafruit nRF52 Feather development board and their implementation of the Nordic blob for Arduino. I am having the problem where the output data is as expected;...
Hi,
I have a nRF9160DK with a Sim Card from a local provider, that supports NB-IoT.
I modified the example program in \ncs\zephyr\samples\net\sockets\echo and wanted to...
SDK: 15.3.0
I has ported cli example to my application.
There is a problem with displaying the text. (using custom board + USB to TTL tool)
as you see, "\n" doesn...
I have read a number of posts here about creating new projects, most are a couple of years old. I just want to make sure I'm not missing anything.
I am able to compile and...
Hi everybody, I would like to adopt an nRF52840 DK example to the nRF52840 dongle. ( There is a ble_uart_app example for the PCA10056 DK but not for PCA10059 dongle. I followed...
We are considering the nRF52840 for product integration and testing out now. We are looking for an RTOS example running in Segger Embedded Workbench and having problems -...
Hello,
im trying to use secure bootloader from SDK v 12.3. I have custom board with nrf51822 and one oscillator. I changed flags to custom board. I was able to compile the...
I need to update firmware in an nRF52 via TWI. It seems like it would be fairly easy to modify the serial bootloader/DFU provided with the SDK, but I'm not finding the code...
Hi, I'm using SDK15.2.0 and A nRF52832 for my project.
I followed the "flash_fstorage" example give by Nordic, to write in the flash memory in my project.
When I run my...