Hello,
I am looking to create my own custom NRF5340 AUDIO DK board. Could you point me to any NRF5340 modules that would be best to use with a pre-built antenna, available...
Hi,
I am currently working with the channel_sounding/connected_cs sample for nrf54l15 and I keep getting the error: Not enough memory to store step data (530 > 512). I tried...
hello Nordic
i am working with nrf52840 running ncs v2.8.0
this device connects with a central, via BLE, the central running on linux.
i am working with smp (simple...
Hi,
I am currently using VSCode to download the latest available version for the nrf toolchain. However, our standard business policies forbid to download libraries directly...
I’m using nrfjprog version 10.12.1 and JLinkARM.dll version 6.88 . I encountered an intermittent nrfjprog error when programming firmware to the nRF52833 .
In most cases...
Hello,
I am looking to use multiple PPK2 to measure current across 2+ voltage rails at the same time. Is there a way to connect 2+ PPK2 and synchronize the data from the...
Hi,
I have a nRF51422-EK board (Rev. 1.0) that is bricked.
When connected the LD3 is on.
Jumpers are present on P8 and debugger.
Device manager (win7) assigns...
Hello,
I was puzzled by RM.
I notice POWER control register in peripheral(UART,SPI,TWI) module.
Please answer following questions about the relation between system...
I download the softdevice for PCA10001. And I want download another program, but it didn,t work. The problem I have attached here. As you known, I have push the button 'recover...
We plan on using the external 16 MHz and 32 KHz oscillator inputs to reduce BOM costs since our host micro uses a 16 MHz and 32kHz crystal and it can generate outputs. If...
Hi guy:
I have buy nrf51822 dk .Why I can not download nRF UART App for Android 4.3 at below page www.nordicsemi.com/.../nRF-UART-2.0-for-Android-4.3
Thx
I made code like to below for using 16Mhz system clock.
/* Start 16 MHz crystal oscillator */
NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; NRF_CLOCK->TASKS_HFCLKSTART = 1;
...
Hi guys,
I have designed a custom board with nrf51822. Data transfer seems OK, when I do it through Master Control Panel - I can write data to characteristics and I can...
Hello
I'm planning to use the nRF8001 SCC with an external microcontroller. So far we have purchased the nRF8001 sdk and the nRF6700 Started kid. My question is simple...
Hi All,
Regarding to the question Question about read operation , and I have tried to add the authorization when read, but it could not receive the response. Please see...
nRF51822 DK. Keil can download program. But in my pragram, when receive a UART command to erase
FLASH page 248, use ble_flash.c
static void flash_page_erase(uint32_t ...
Hello,
i try to get HRM example to work with eclipse. I can compile the project with GCC in eclipse and flash it to the PCA10001 eval board. I can find the HRM with the...
Does anyone have additional information on the relationship between SAMPLEPER and REPORTPER in the nRF QDEC?
I understand that the SAMPLEPER sets the base sample period...