It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi,
I face a 3mA consumption while I have CONFIG_PM=y and wether or not I have CONFIG_PM_DEVICE=y.
The idle thread is reached and executed :
And the idle thread...
Dear Nordic Team,
We just started the development with NRF54L15 EVK and fabricated and Assembled PCBs as well using NRF54 MCU.
In our product we require 4 timers peripherals...
Using wireless sensors with nRF54L15, the sensors do not need to be connected, only broadcast a small amount of information. There will be 50-60 thousand nodes, and they are...
I have been bringing up an application on nRF54L15-DK, and about 50% of the time it hardfaults on initialization. I tracked down the cause to a branch to address 0, caused...
Hi,
I want to configure the nRF9160's internal flash storage_partition, it has 32KB currently, I want to change it to 100KB. How to do that? Using nrf9160dk_nrf9160_ns.overlay...
Hi,
We are currently using the NRF52832 in one of our products. Due to software requirements we need more RAM. Therefore the product is going to be redesigned for the NRF52840...
I would like to add smp ota firmware upgrade to the matter sample project, can you provide me with the specific steps to do so, and in which path is the ota file compiled...
I know this is going to make me sound SO annoyingly particular, but the nRF Connect for Desktop icon is the wrong size (too big) on macOS and looks wonky...
Hi,
I am currently working on a BLE throughput project for the nRF52840 and have successfully tested data transfer from the central to the peripheral. However, I need to...
Hi,
I'm using NRF52832 custom board using NRF52 SDK V17.0.2, SES V5.4 and J-link tools V7.64d.
Whenever I build and program the device through Embedded Studio I get NRF_ERROR_INVALID_STATE...
Hello, I develop the dfu for my application. I started testing the dfu process with maximum image size that I can build and I need some help here.
Here is my pm_static.yml...
I am currently in the scoping phase for a product that saves high frequency data to an external SPI flash chip and dumps that data over Wi-Fi once it returns to an area covered...
Hello,
I'm trying to install nrfutil on a new computer and i am getting weird error when using device pluggin.
I install device using: nrfutil install device
And when...