Hello,
I am trying to use LTE connectivity on a custom board with a nRF9160 SICA B1, but i am facing issues with the modem.
With both my own app firmware and the sample...
I have searched all responses here and whatever sources I can find, but not have any success. The main problem is that existing materials appear incompatible with the 54L...
I'm pulling my hair out here. Why would syntax errors completely break the toolchain?
Every now and then ill have a syntax error which causes the build to fail, the entire...
Hi, I have test the throughput using two nRF54L15 DKs and make them close to each other.
My result is:
1. My first question would be: the best througput for 2M phy is...
Hi,
We're working on a project using the nRF5340, where we interface an external NAND flash (4096 blocks) to store high-volume sensor data. We are planning to maintain an...
Hi,
We are currently evaluating the NRF9151 for asset tracking using the AT firmware on the NRF9151 evk and an external MCU for the application firmware, emulating the final...
Hello,
We’re Bachelor’s students developing a project to estimate the angle of arrival (AoA) using a BLE antenna array on the nRF52833. Our implementation builds on Zephyr...
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...
Dear all :
I was recently reading ble_app_hrs example code , the PC1001 Board dowloaded this code can connect with other devices and they can send data from PC1001 to other...
Hi,
is it possible to handle a 2 second button press and wake up the device with the app button modul?
Or should i handle the button without the app button modul to wake...