Hi Nordic,
We currently put cpu in deep sleep when battery charging almost finished.
We are using DMA (TWIM, SPIM), Timers (1-4) and PWM.
We explicitly turning...
I have made my own NRF52832 Dev board as in the next image:
I received the board, and ICs and hand-soldered them in my home.
however, I am still a newbie in nRF SDK...
Hi,
I am connecting a central to multiple peripherals. In order to optimize the throughput I would like to simultanuously sniff the connection. In the nrf Sniffer documentation...
Hello! I need to post, but can't since december, why?
I have updated Windows 11, SDK 2.6.1 and 2.8.0 default is 2.6.1
Board SDK nrf9151
I need to use http_client or...
The Nordic Device Manager App, version 1.8.1, DFU on iOS fails with 'not supported' when using app_update.bin. Android allows DFU. What changes need to be made to the image...
We have a production system running a modified asset_tracker_v2. Things are basically running fine but there is question with downlink and FOTA operations. We publish a JSON...
Is it possible to flash (application + radio core) firmware for the nRF54H20 over SWD? Possibly also any other required components like SUIT envelope, etc.
Utilizing nrfutil...
Do anyone ever measured current consumption of ble_app_uart?
What is current when connected and uart idle, transmitting, receiving, and transmitting while receiving?
Please...
I tried changing the define below from 1 to 2, so I could have one handler for a button and a different handler for other sensors. But my problem is:
If I set it to...
Hello,
I've developed a circuit with Mikroelektronika's nRF T click module. This module uses nRF24L01P but as I see I cannot order it because it is obsolete.
Should...
We plan on use the ST BAL-NRF01D3 balun for a PCB with both an nRF51822 and a nRF51922 on the same PCB separated by about 4 inches.
Should we use the PCB antenna as on...
Hello.
I am very confused with memory layout of nrf51822 BLE examples using SoftDevice stack.
Some examples set IROM1 range from 0x0 to 0x3ffff. (ex, ble_app_advertiseing...
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...