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...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
We created the transceiver side and receiver side sources by reusing the nRF5340 Audio source.
I am creating it in CIS mode using VSCode.
The build ends on the receiver...
Hello,
I am working on a project were two MCU's need to communicate with each other via UART. I am using async UART. I am stuck with this problem where after
PM_DEVICE_ACTION_RESUME...
I'm currently working on a firmware for a device where the app core and net core need to share some sensor and configuration data. I want to use the rpmsg_service for that...
Hi Nordic Community,
I'm currently working on FCC certification for a project and need to enable BLE Direct Test Mode (DTM). I'm using the `hci_uart` sample and have activated...
Hi,
I have design my own board using a µC to talk to the nrf9160 in at command. My code is working with the devboard, but I don't understand how to flash the AT command...
Hi,
I am using nRF52832 board with the SDK version nRF5_SDK_15.3.0 and soft device S132.
I have implemented the POF(power fail comparator) to generate event when the event...
I've got a project that I'm going to want to do DFU through the UART, and in order to transfer files in a follow-on activity, I want SMP running in the application. Therefore...
My question is related to LE Audio, i guess, since i have no previous experience from it. Is it possible to have a device as a peripheral for mobile phone sending data to...
Hello Team,
We would like to keep the necessary build configuration for a board in Bitbucket,which are necessary to show up the "Build" folder in VS code.So that every developer...
In our project we want to trigger the saadc with the lp_comp and read Analog input once for 2s (with 2000 Samples). In the lp_comp_handler we call:
We have set the Sample...
Using SDK 2.1.2 Trying to set up connectable advertising for specific period of time and be notified when this period of time expired. My setup sequence (simplified for demonstration...
Compilation environment :nRF Connect SDK V1.4.2
I successfully subscribed to a notification property of the peripheral using bt_gatt_subscribe, the callback function is...
We are converting our existing product firmware from the NRF environment to Zephyr. We use both simple PWM for which the conversion is no problem, and the more complex PWM...
Hello.
I am trying to learn how to implement unit tests for embedded c-application. I created simple example about my problem and I am having hard time actually running...
Hi Nordic support team,
I'm new to Nordic chip and using nRF5340 Audio DK for my project,
and I'm trying to build zephyr/samples/blutooth/iso_broadcast_benchmark , which...