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,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello!
We are two students working on IO-Link Wireless as a bachelor thesis project. Our task is to make a Wireless Master prototype using the nrf52840 DK kit from nordic...
I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
Hello everyone and hello kindly nRF support team!!
One question again sry. I am using SDK 1.9.1 through VS Code and working on the nRF Connect SDK Tutorial - Part 2 -...
Here is the main.c file for AES CTR - /examples/crypto/nrf_crypto/aes/aes_ctr example project
'NORDIC SEMICONDUCTORAES&MAC TEST' is the key
Encrypted hex output: "12 DD...
Hi
I have been struggling with increased power consumption after SPI slave usage, and finally seems to have found a solution, based on errata 89.
However looking through...
Dear all,
With nrf9160, I start GPS function.
at#xgps = 1,1
If GPS positioning is successful, I will receive #XGPSP and $GPGGA information. Though I haven't specified...
I’m new to development with the nRF platform and have a general question on using a SoftDevice. A bit of background: in our application we only need BLE for OTA updates and...
I am using tca9548a to connect 8 IMU sensors with a nrf52832 micro controller. I would like to know how to initialize each channel of the i2c mux and how the control to each...
Hi,
I am working on nRF5 Thread 4.1.0 and I am trying to do Thread DFU
I am following https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee...
Hi I'm developing an application using using PWM+ble_app_uart+libuartes. So I have 2 questions 1. I'm using PWM to ring the buzzer a simple melody. What is the example I should...
Hi,
I have used one of the sample and was playing around a write characteristic. I changed the MTU size to 65 bytes and then tried to send same data from the app to the...
Hi,
I am looking for the solution to the following problem while installing the nRFconnect SDK.
$ west init -m github.com/.../sdk-nrf --mr v1.5.1
FATAL ERROR: already...
Need to create Encrypt Image for nRF5340DK board and used Hello-world sample for beginning.
On Enabling BOOT_ENCRYPT_EC256 Kconfig option, I can not compile Hello-world...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I've tried to debug my application in segger embedded studio, I'm getting "No Bootloader was found" error message...