In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
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 everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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...
Hi, I'm trying to make a SIG qualification Project. QDID97989 (nRF52 S132 V5.0.0) with replace PHY QDID97482(TaiyoYuden module). Launch Studio Project type is "qualification...
How to send and receive messages in ble mesh? The sending and receiving of sensor data I have done is not a switch value. I have tried many methods but failed.
I alredy run the assert tracking about 4 months ago on preliminary firmware.
Now I updated the modem firmware to v1.0.0 and compiled the last stable AT Client project from...
In the past we had a C based product that communicated from our Host processor over SPI to an nrf8001 peripheral using an Application Controller Interface (ACI) provided as...
Hi,
I am trying to set a fixed WiFi connection in the "/etc/wpa_supplicant/wpa_supplicant.conf " file, but it gets lost on every reboot. I assume it is because of the...
Hello everyone,
I've designed a device and I want to measure power consumption. Have you ever used a Power Profiler Kit for long-term tests for example one month? Is there...
To the kind attention of Nordic support team,
1) I was wondering if it could make sense to connect two nRF52840 boards (transmitting normal bluetooth RF signals) directly...
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...
Hello, im using the ble blinky example and i want to send more information in the advertising paket. This example sends only the device name, flags and advertising address...
Hey All,
I'm trying to write to a sever's characteristic directly after I discover it (meaning, the db discovery is still active, and there's a characteristic that still...
Hello,
We were just wondering if it is possible to give user-defined function at the PPI TEP instead of starting timer or generating some GPIOTE task.
Is it possible to...
Hi,
We have a third party active power analyzer which cannot be kept in only current measuring mode. It always provide supply of 3.3 to 5V.
The DK configurations we...
Hi All,
I have up to 8 nRF52832 devices sending data back to a base unit (another nRF52832 device.) What I'm trying to do is have the remote units wakeup at a given time...
I have some questions about FSM,when I enter fsm_init() to perform fsm_any_state_find(fsm_t * p_fsm) completely in mesh_lpn_init() during debug mode by "step into",the small...