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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
I want to use 100 bytes of flash as non-volatile data memory. We should be able to read and write this memory during execution.
So for this purpose I need the implementation...
I already follow the link for terminal in this link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_cli.html&cp=6_1_3_10_3&anchor=lib_cli_terminal_settings...
nRF52DK
p20 debug out
external board is 51822 + sensors
I managed to connect the external board through p20 on the 52DK. I can successfully program the external board...
I am reading about nRF52811 SoC which is currently supported by nRF5 SDK v15.3.0 and SoftDevice S112.
I want to know more about its direction finding capabilities and play...
Hi,
I'm trying to add the NUS service to an existing application (freertos based, SDK15.2, already use a custom service)
I copied the relevant code snippets from...
Hi everyone,
I'm trying to use nRF52810 with SoftDevice S112 to sample five ADC channels. I'm finding this very weird issue, where first channel is showing correct value...
Just getting started with Nordic toolchain and I got this error below.
=== updating civetweb (modules\lib\civetweb): --- civetweb: cloning and initializing Initialized...
i need a code for when button press after one second delay led will glow continiously whenever again pressing the switch it will stop glowing using apptimer
Hi, Everyone
My development environment is sdk15.3, nRF52840, Keil complier
The link error file is attached below.
Also I am going to use AES-CBC method.
Which example...
I'm experimenting with the USB MSC example (SDK 15.3) on my nRF52840 DK. It seems to work well in the polling mode as delivered. However, when I try to run in interrupt mode...
I have a serial port set upp with the serial port library like this:
#define UART_PIN_DISCONNECTED 0xFFFFFFFF /**< Value indicating that no pin is connected to this UART...
Hello,
I am trying to get started with the 9160-DK. So far it does not seem similar to the 52840 so I decided to take to the "Getting Started Assistant" within nRF Connect...
Hi, I'm using nrf52832 and SDK15.3. And I'm using the ble_app_uart example. The device will go to sleep mode if there is no connection for 3 mins.
My questions are:
1...
I'm calling sd_ble_gap_adv_start after a connection disconnects to start advertising again and it's returning err_code 12... which is NRF_ERROR_DATA_SIZE. However, the documentation...
Hello,
I am currently working on a project that involves the host device to send configurations parameters over to the device. I was hoping the connection between in device...