Hi there,
I am new to the platform , we are working on a proof of concept to reduce idle power consumption as low as possible on an NRF9160, I want to put the system in...
Hi, I'm having Bluetooth LE peripheral nus code which works fine with v2.7.0 with nrf52840DK (I can connect with an Android App and stream data etc): Changing the build configuration...
Hi All,
I just bought nRF5340 DK, I was able to flash the program to blink led1 and was happy that it worked correctly. The next day, my board no longer recognized the USB...
Hi,
I have a NRF52840 DK , I was using it for development. After one day the board don't turn ON anymore. I'm using USB cable as a power source. Acording to several subject...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
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...
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...