If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
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...