Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
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...
Hi, I'm building an application include ble_app_uart + libuartes + pwm.I merged successfully two 2 examples ble_app_uart + libuartes into an application. So now I need to...
Hello, everyone.
I learned about Bluetooth communication through the example of ble_app_uart. I learned about Bluetooth communication through the example of bl_app_uart...
Hi everyone, i am developing a system where i have 2 types of board, one board is a central&peripheral (lest name it BOARD1), and the other board is only a peripheral(lets...