During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hello,
I'm developing firmware for a BLE central that performs a DFU on another NRF target. Right now I'm at the point where I need to start sending the firmware image...
Hi All,
I am using nrf51822 with S130 softdevice & SDK12
i am using Eclips IDE for development.
i am defining BLE_STACK_SUPPORT_REQD in makefile by
CFLAGS += ...
Hello,
While looking for examples, I found a post from 2004 where a user is asking a question about an example code for HID on nRF8001. Is this code still available? Where...
Hi Nordic,
Our device as master need to pair with android APP. We want to add function that pair with secure key. when APP pairing with our device. Our device will display...
Hi,
I use software s132 PCA10040, SDK 11 and NRF52832. I need to control the swap space region.
In 512kb, total 120kb is allocated to softdevice and bootloader.
My application...
Dear Nordic Team,
Thanks for support.
Currently i am trying BLE UART central (ble_app_uart_c) example without flow control. But its not work. My SDK is 11.0. I want...
Actually, the nRF52832 Dev KIt has Type-2 NFC Tag. For Type-2 NFC Tag, its data access method can be read/write or read only . Therefore, does any example codes of two nRF52832...
Hi dear Engineers!
How to read 128uuid of characteristic ?
I try to use sd_ble_gattc_characteristics_discover(..) then wait BLE_GATTC_EVT_CHAR_DISC_RSP.
But uuid always...
Hi Nordic
I am using ESB_DPL protocol between two 51822 to do RF communication.
First i put two device very close, works very good, no packet loss, then I moved the...
After spending substantial time without luck I will drop my question here.
Setup
nRF5_SDK_12.1.0_0d23e2a -> bootloader_secure debug target
nRF51 & nRF52
IAR...
Hi,
I am using simple ADC peripheral to read internal battery voltage(standalone). I am using two custom nRF51822 boards. One of the nRF51822 board is made by nRF51822...
Hello. I just started learn ble module and some confusing about ble_app_uart:
in file ble_nus.c we have function on_write this function calling when trigerred BLE_GATTS_EVT_WRITE...