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...
Dear friends,
if i adjust the tx power of nRF52832, e.g., by calling sd_ble_gap_tx_power_set(), which phase of the current will be affected in the pic bellow? just the phase...
I am struggling with getting a Secure UART(Serial) DFU operation to function correctly when I attempt to enter the bootloader with a call from my app. I am using the basic...
Hi all,
I am working on interfacing an SD card as well as an OLED Display with my nrf51422 on SDK 12.2.0.
Although, both are on SPI and hence i need to configure them...
Hello,
I'm running the SPIS example from Keil (SDK 15.0), but I want to print out the received as the decimal value instead of as a string. If I change %s to a %d in this...
I cannot access any more my nRF52 DK 10040 with nrfjprog ,indipendently from the command I give.
I use Windows10 nrfjprog command line ,i can see and access JLINK drive...
Hi,
I am using two nRF52832 and one nRF24L01+.
My topology is as follows: nRF52832 A<---> nRF52832 B<---> nRF24L01+.
where "A <---> B" means that A communicate with...
To check, in sdk 15.0, there are no pca10040e (s112) examples of ble_app_buttonless_dfu & secure_bootloader because examples were not yet ready for sdk 15.0 release, or something...
Hello,
I'm currently using the nRF52832 chips with SDK11.0.0 and s132. I'm currently trying to modify the TX power level for advertisement. I'm seeing many ways that I could...
HI, I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v2.0.0) and some other sensors which drivers written by using nRF5_SDK_15.0.0 . Can you help to understand how to do...
Is it possible to program the nRF52840 dongle using the nRF52840-DK using SWD?
I tried, but it failed. From the nRF52840 schematic, it looks the chip is running at 1.8V...
Hi,
Win10 can run a subsystem, which is Ubuntu for me, in the powershell environmental.
But I can not connect the pca10040 debugger. it show error when I try to erase...
I am trying to build a run time test routine that will return the ppm offset between the 32khz and the 16mhz clocks.
Can i use PPI to hook 10 clocks 32khz ticks to capture...
Hi,
MY pca10056 dev board is no longer getting detected. i have gone through this post
here is what i have checked ,
Does the device show up in Device Manager?
No...
Hello!
I use I2S on nrf52832 custom board with ICS-43432 microphone. I try to modify example project.
1. When I2S data_handler function take place, I see a new data (p_data_received...