I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
I followed the instructions for enabling mcuboot and OTA using DFU target APIs using the instructions here -> https://academy.nordicsemi.com/courses/nrf-connect-sdk...
Dear all
I am developing a product using the nRF54L10 with the Zigbee add-on v1.2.0. I have a question regarding sleep behavior.
The current measurements below show the...
Hi,
I am developing an application with the latest available version of the nRF Connect SDK (v3.1.1) for the nRF54L15 SoC.
I want to develop an application with B0 + MCUboot...
the existing code is using freetos, and main.c finally ends at
which never returns as expected... but my ble scan and advertise do not appear to work, no events...
Hi,
I'm working on a four layer PCB including the nRF7002 for WiFi location finding. After looking at the various Altium Design files available (Thingy91X, nRF7002Dk, nRF7002EK...
I want to test the nrf21540dk to compare range improvements over the nrf5340dk and nrf52840dk. I am using the hci_pwr_ctrl demo and want to adapt it for the nrf21540dk. I...
Hi — I’m working with two nRF5340 Audio DKs (one as server/gateway, one as client/headset). When the nRF5340 server uses standard BLE Audio (CIS/ISO + LC3) it connects and...
I am trying to get the hci_pwre_ctrl demo working with a nrf5340dk using nrfconnect 3.1. I got it running with a nrf52840dk and it works fine. I created a 2nd build for the...
Hello Nordic Support Team,
I am currently working with the Arduino Nano 33 BLE (ABX00030) , which features the nRF52840 SoC , and I am interested in accurately measuring...
I want to read the RSSI. The code is shown as follows: ,However, after compilation, the error message displayed is: "undefined reference to `bt_hci_cmd_alloc'".I need to know...
Hi there,
I am seeing inconsistencies with the PCB layout specification of the nrf7002.
1) In the v1.1 of nrf7002 datasheet, it is recommended that the following capacitors...
Hello, we are currently testing the output of square waves through GPIO output pins. However, I found that a single operation to set the GPIO output pin high or low using...
I've installed the same version of the Power Profiler V4.3.1 on Linux and on windows.
On windows the device gets recognized straight away and I can use it, on Linux however...
If I understand correctly, you can pretty much assign any pin to any peripheral. I've been using a modded central uart project on a dev board but on this other board I'm using...
Hello,
is there any way to access the Stack and Heap Start/End memory addresses from the zephyr code?
I have found the __INITIAL_SP definition that gives the Stack start...