Hello,
I have a BLE device with the nRF Desktop application, and I want to turn off my device if it is not used, even if it is connected to my PC. I set my CONFIG_POWER_MANAGER_TIMEOUT...
We have used zigbee sample for coordinator we did many changes in that like subscribing and sending values in UART when any new device gets added.
but noticed ZB_ZDO_SIGNAL_DEVICE_ANNCE...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
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...