Hi everyone,
I'm currently working on measuring the power consumption of the 9160DK board and following the guide: Getting started with current measurements on the nRF9160...
Hello,
I am attempting to build the Matter template using only the nRF54L15’s internal memory. While the build occasionally succeeds, it more often fails, and I am unsure...
Hi,
I'm currently using NCS v2.9.0 under sysbuild and have recently been using board definitions from different directories. My recent projects possess a "boards" sub-directory...
Hi,
a couple of days ago, I had to install some STM plugins for VS Code (I'm sorry ).
In the process, the "CMake Tools" from Microsoft were also installed. I remember...
nRF52840 NCS 3.0.1 MCUBOOT
OTBR on Raspberry Pi 4
I am running the OTBR on a Raspberry Pi 4 with the RCP on a dongle. I am running the coap_client on a nRF52840DK. I have...
Hi
I am using nrf70-wifi-ble-image-transfer-demo in the nRF7002 DK.
I change nothing on the code form the sample, after patching I have succesfully build the code and...
Hello, I wonder if it is possible to run the Thingy91 in MQTT-S with a certificate system to ensure the connection between the broker and the thingy. (CA, device certificate...
Hi,
I am using nRF52832 and SDK 16.0.0 with SES.
My project consists in an application that read temperature from a sensor and send it via BLE to another board (no smartphone...
Hi,
I am working on a product based on an nRF52832.
For testing purposes, I have setup the Unity testing framework (using Ceedling).
As soon as a module I want to test...
Hi community ! I'm currently working on mesh, more precisely on nRF52840 device. I archieve to do everything i want with it (combine BLE NUS with MESH). Now, i want to know...
Dear All,
I am using the ble_app_template as my baseline. I have created a custom service with various characteristics and I am able to broadcast my service, connect and...
Our compliance engineers are failing the unmodulated FCC test for our radio because the signal only spans 1MHz, but needs to span 2MHz. We do not have this issue when using...
Hello all,
I'm working on a prototype for a device that simultaneously scans and advertises in certain cases. I have been able to do everything so far except scan by copying...
Hi
I am working with nrf52832 NORDIC soc with Segger with nrf52 sdk 16
I have looked at the "pin_change_int_pca_10040" example and tried to play with it a little bit...
Hi there,
I recently upgraded to nRF Connect for Desktop v3.3.3 and the programmer module to v1.4.2 and I am experiencing the following issues. At first, when I would try...
Hi,
Iam working on a nrf52840 and trying to achieve data flow from BLE device using NUS and transfer this data through UART.Uart is configured as (TX:P1.01,RX:P1.02).Iam...
I am using an nRF52 dev kit. I have loaded the pca_app_hts_pca10040_s132 example into the board. I only added these lines of code
nrf_gpio_cfg_output(ARDUINO_9_PIN); nrf_gpio_cfg_output...
Hi,
There are several new drivers under "nRF5_SDK_15.0.0_a53641a\components\drivers_ext\", but no example now.
I have setup the HTS221 driver and it works. I turn to...
I'm using nRF52-DK, and following the quidelines from devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader . I'm using the prebuild "blinky_pca10040...
Im trying to interface nRF52DK to Custome build acceleration sensor.
I want to use I2C communication. Are the pin connections mentioned below sufficient?
...
The buttonless_dfu_sdh_state_observer in this example is shutting down the cpu when the softdevice is disabled using an observer.
I'm not sure why this is necessary...