I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
I am working on interfacing MT29 flash driver on nRF52840 and trying to add littlefs file system on top it. while Integrating I was getting mount errors. when I tried to debug...
I want to use USB840F dongle connected to PC to scan for device and connect to other BLE devices.
Cannot find any documentation or example of how to do so using visual studio...
Hello, i have a nRF51422 DK and i want to revert back to J-link image but I cannot find the .bin either on the official site or on the internet ! I guess it's no longer available...
I need to transmit and receive data bytes over SPI module with nRF5340 DK board acting as the SPIM. Please help me with the DT configurations. I need to achieve the same using...
Good day,
I am trying to combine gzll, USBD HID and USBD CLI with SDK 17.1.0 and nrf 52840. GZLL receiving input, send to USBD HID, USBD CLI output logs and debugs.
Below...
Hi,
I am developing a nrf5340 based device (no external memory) using FOTA to update the firmware. This process used to work quite well for a while now, but I ran into trouble...
Hello,
I am trying to use PWM to control two LEDS, one red and one green (referred to as blueled in the code) to produce different colours. I have had a look at the example...
Hello,
I am programming BLE with the nRF52840-DK. [Toolchain Manager: v1.3.0, IDE: Visual Studio Code (VSCode), SDK: ncs v2.6.0, window11 pro]
I'm studying the CDC_ACM...
Dear support team,
We need to add custom fields to the node database (CDB), as shown in the screenshot below:
Use bt_mesh_cdb_node_store(); to store, and then use the...
Hello,
I installed NRF Connect SDK 2.6.1 on Ubuntu following this guide, Now I try to follow the tutorial for Adding clusters to Matter applications . I'm stuck at (2) Adding...
In my last question, devzone.nordicsemi.com/.../can-cis-and-bis-modes-work-at-the-same-time-or-switching-freely , I have asked that if the CIS and BIS modes can work at the...
Hi.
I am using SDK v2.6.0 (Toolchain v.2.6.0). When I open VS Code (v1.91.1) I keep getting this warning -->Bad CMake executable: “”. Check to make sure it is installed...
Hello, I am developing on a custom board with the nrf5340 and programming through SWD using the nrf5340dk. A few days ago everything was running fine and I was able to continuously...
We're having an issue where our nrf52840 appears to stop advertising, and isn't able to resume advertising.
Our device is a custom PCB based on the Thingy91 (has both an...
Hi Nordic,
In my project, I have a NRF9160 and a NRF52832 with a ble host/controller stack over SPI HCI on NCS v2.5.2 As soon as I activate the HCI SPI in my project, the...