Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
Hi,
My journey for upgrading from SDK 1.3 to 1.4 continues. Now I have hints about how to not make random number generation to crash devzone.nordicsemi.com/.../nrf9160-sdk...
Hi Dear
Good Day!!
I want to know about which clock frequency they are used in nrf5SDK internal or external FREQ, and along with the where can i find the declarations...
Hello,
I am trying to work on an application to transfer BLE characteristic data to an SD card.
I ran the FATFS example on my setup and it works perfectly with the Test...
Dear sir.
I'm an engineering working on circuit design , micom program, and PCB artwork. from korea. My name is Jeong eui-jong.([email protected])
In conclusion,...
Dear Nordic Team,
I am currently using nRF52840 with nRF5 SDK v16.0.0 for developing a prototype of wearable device.
The wearable device should be able to act as
a)...
I'm implementing the full modem firmware update as demonstrated by the sample located at /samples/nrf9160/http_update/full_modem_update.
A bunch of it works. I'm able to...
I try to modify one of the pc-ble-driver examples to work together with my PCA10040 and the Nordic UART Service example in my Qt application, but the application doesn´t discover...
Hello,
I'm currently using SDK v17.0.2 with the NRF52840 on nRF52840-DK Board. After going through the example code of "nrfx_spim" I was able to get up and running. I...
Hi, I am trying to integrate DWS3000 (UWB) APIs, given here to nRF52840 with BLE stack enabled such that my firmware can blink Eddystone packets at the same time when UWB...
The customer requested that pairing be prohibited under certain circumstances, so I called API
sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP...
in ~/ncs/zephyr/samples/hello_world/prj.conf or in ~/ncs/zephyr/boards/arm/nrf9160dk_nrf9160/nrf9160dk_nrf9160ns_defconfig
CONFIG_I2C=y
in my nrf9160dk_nrf9160ns.overlay...
Hi,
We are using nrf52833 for measuring angle of arrival. We got IQ samples from the device we need to calculate the phase difference from that IQ sample. please explain...