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...
Hi,
What is the best way to read the async data received on a UART in to a buffer when ever there is an a byte available and in a separate task read the data from the buffer...
I need to include RTOS support in my NRF52840-based system. In order to obtain a good FreeRTOSConfig.h I've looked at the four examples in NRF5 that include FreeRTOS and,...
Hi,
I'm trying to make connection between nRF52840 dongle programmed with "examples/peripheral/cli" application and Windows 10 UWP "CustomSerialDeviceAccess" example code...
Hello
Currently I use the example "ble_thread_dyn_mtd_coap_cli_pca10056" and I would like that my application can detect timeout of the messages sent on the Thread network...
Hello, First of all, I hope you are doing okay about the corona virus crisis. I wish that you stay healthy and safe . Recently, I have been trying to configure ble_app_uart...
Hi Sir,
In the datasheet (V1.1), the table-145 shows the dimensions of WLCSP, but there is no tolerance of D/E/D2/E2
Could you help to advice what is the tolerance of...
I have a project where I am implementing an alternative logging backend. My design is modular so there could be multiple logging backends. Each backend is initialized with...
UPDATES after original posting:
I now remember having the same problem described below, once before on my windows installation. At that time I decided to switch and reinstall...
I'm working with the nRF5 SDK v15.3 and a nRF52840 Dongle; developing on Keil uVision V5.29; Compiler: Armcc V5.06
While debugging I that in my programm a NULL pointer was...
HI ! I found an error in the source code because of which the db discovery event handler on DIS client does not work, namely: in the function ble_dis_c_on_db_disc_evt () ...
Does it cause issues if the application was built with a different SDK level than the bootloader? I have a project I'm adding a bootloader to, and it isn't working. I have...
SDK 16, 52810
my board has done the change as the 52810 spec says about dcdc part. Now I wonder HOW do I enable it in my code. Somewhere it says to call sd_power_dcdc_mode_set...
I want to measure the current during sleep,so I write my code as follow:
I queried the manual data that the current is 1.5uA, but 14.0uA is my measuring result. So what...