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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi Team,
we are working on smart remote 3 implementation using nRF52832 with Windows 10 pro operating system.
we tried to connect this remote with laptop using the...
Hello Devzone,
With an nRF9160 based project and lowest power, lowest current consumption in mind, is there an explicit I/O pin setting to make via Zephyr API for the nRF9160...
Hi
Now I am using NCS1.7.1 for development the nRF52840 chip.I need to use the C standard library(math.h).I set up as follows:
There is no problem when the above macro...
Hi,
I would like to know the functioning of CPFD (I would like to represent the characteristic value as IEEE754 float32) I am not aware of how can I implement this. for...
I am using an nRF52840 and communicating with an ESB. Packets are sent one-way from tx to rx every 1 ms.
What is the conversion of RSSI to dBm?
In the data sheet, as ...
Hi,
In one of the ble example , it is using generic on_off_srv.c and .h files. along with health and generic server. we have requirement that we need to write unit test...
Hello, as stated in the Title im trying to establish UART Communication betwenn a nRF52840 DK and a nRF9160 DK. I need to use the Asynchronous API otherwise there are no other...
Hi Team,
we are working on smart remote 3 implementation using nRF52832 with Windows operating system.
we want to implement NVS. how to do with Windows OS?
I need to define a function to print message and register to other module. In my application, NRF_LOG is used by most modules so I need to use NRF_LOG to construct this printf...
Hi,
I tested Extended advertising for my data using sdk connect 1.9.1 and 1.8.0, the code is attached.
With both the SDK, I observed different behaviour. First of all...
I am running segger embedded studio 5.63a on NRF52832 and 52840 using SDK 16.0. We want to update SES to the newest tools compatible with SDK 16.0. We loaded version 6.22a...
Hi
We have some production equipment still running windows 7. We would like to update the nrf51 dongle to a nrf52 dongle.
But drivers for nrf52 dongle is not installed...
I have been doing some measurements on the execution time of my code and noticed something strange.
Currently, I am using an application timer to trigger the ADC to sample...