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 developing my product using the desktop app in the NCS SDK. I found that during OTA, it can only upgrade from a lower version to a higher version. This means that when...
I am using Keil v5 and the nRF5 SDK 17.1.0 .
I use this example.(nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040)
I hope the chip enter system off...
Hello,
We are using the nRF52840_CKAA_R7 package of the nRF52840 on our custom board. The board's USB pin connections are designed based on the nRF9160-DK's nRF52840 reference...
Hi,
I just received my Thingy91x. I followed the onboarding and created a provisioning profile in NRF Cloud. The device did not connect and no logs appeared in Serial terminal...
Hello everyone,
I am trying to execute Nordic Bluetooth ESL tutorial with PAwR. Here, I am able to change the images and handling the state of an LED connected at the Tag...
Hi,
We are encountering an issue where the existing firmware does not run on the chip when powered by a coin cell, even though a 3.3V power supply is available from the...
When I compiled and flashed the Nordic Distance Toolbox example onto two nrf5430dk boards without changing any options, the following message appeared on one of the UART ports...
Hi,
I have the following scenario:
nrf5340
SDK 2.1.1
HFCLK: 32Mhz crystal
LFCLK: square wave of 32768 Hz from an external RTC, range [0 - 1.8] Volts
square wave...
Hi, I am using a custom nrf52832 device. In that device , button is connected with reset pin P0.21. due to reset functionality I am not able get interrupt from button.
how...
Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
Hi,
i am using SDK 2.1.1 with nrf5340.
I would like to add the linker option --wrap.
What are the possibilities to add this option in Visual Studio Code ?
Could it...
Hi,
I am using nrf connect SDK 2.9.0 with nrf52840DK and MCUboot with own RSA .pem file (from older versions, so no ECDSA possible). How can I increase verbosity when building...
Hello,
My BLE peripheral code works fine with Android devices, but it is failing with iOS devices. I am encountering an error message: "Ignoring data for unknown channel...
I'm working through the tutorial here. https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-4-serial-communication-uart/topic/uart-driver/#uart_config...
I'm working with nRF52840, my function will read wav file from SD card and play it using Zephyr I2S driver. My source code about playing sound in below.
The strange is the...