I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Our product consists of a Texas MSP430 and a Nordic nRF52832 Chip, with serial/UART between
for MSP programming, debug and development : I'm using the official TI MSP-FET...
I am testing programming secure bootloader. But J-Link Commander reports Could not start CPU core. (ErrorCode: -1) after programming softdevice, bootloader, and application...
Hi,
Now I'm going to use 52833 USB_CDC_ACM , but there is no suitable type in SDK17.1.0. It's just have pca10056 . So I port to 52833 based on the 52840_pca10056 routines...
Hi team,
I am using nRF52833 DK with PCA10100 on it.
I am developing app_timer application for blinking led for a fixed time interval. But it is not working properly....
Hello,
We are trying to adapt the simple_gw example to receive temperature measurements from a zigbee temperature sensor. However we do not succeed. We can find the device...
I'm using an nRF5340 DK board with ncs v2.0.0. I have to build an application that should access BLE running in the network core. I see there are two options provided, Remote...
Dear Nordic engineers
I have a probelm would like to ask you.
I read this link: https://infocenter.nordicsemi.com/index.jsp?topic=%2Ferrata_nRF21540_Rev2%2FERR%2FnRF21540...
Hello,
I am developing an AoA Tx project using NCS v1.9.0 & 52820. Some problems are hard to solve by myself.
Below is my configuration:
1.When CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION...
Hello,
we are using the "AT%CCLK?" at it works very nice.
but now for the challange... since the modem is synchronized with the LTE network and sends on the designated...
I notice a problem with the MCUboot Hello World example.
I followed the steps mentioned in https://www.mcuboot.com/documentation/readme-zephyr/ That is, build the MCUBoot...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 I could build with NCS v1.9.1 but I cannot build with NCS2.0
[Build log] In file included from C:/NCS200/v2.0.0/zephyr/include...
I have an Ellisys Bluetooth Explorer 400 sniffer and am trying to sniff the ISO audio data between nrf5340 ADK boards. I enabled CONFIG_BT_LOG_SNIFFER_INFO, CONFIG_BT_DEBUG_KEYS...