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...
Hello,
I'm working on a BLE central multilink application, where I want to get the list of all peripherals in range, In order to let the user select the needed periherals...
I implemented UART communication as follows, but occasionally the same data is sent twice.
Enter the critical region (app_util_critical_region_enter).
Store the transmission...
hello!
I'm using 'NRFX_LOG_INFO' for debugging purposes. However, the code seems to stop progressing when 'the NRFX_LOG_INFO' statement is removed from the section below...
Hi,
I am using an nRF52 DK board to perform some very simple tests. All I need to do is receive a line of text over serial, perform some calculations and return another...
HI
I'm trying to use lpcom to detect when the battery voltage is dropping.
The configuration is as follows: 5V battery voltage output is reduced to 3.0V through LDO...
For my application I need the UART TX/RX pins pulled low until I am ready to turn on the UART. Is there a method in Zephyr to do this? Currently when Zephyr starts it reads...
I saw some similar question, but none is what I am experiencing.
I notice some weird behavior while testing DMA mode, so I made a simple setup:
I set the DMA buffer to...
Hello everyone,
I have two devices: a Thingy53 acting as the peripheral and an nRF5340 acting as the central. I have a characteristic in a service that I want to modify...
can I send the data from the internal sensors of the stm32l4 card to nordic thnigy 91, then the latter send the data from its internal sensors and the data which is already...
I use CONFIG_UART_ASYNC_API feature of NCS v2.0 with nRF52840DK, but when UART_RX_RDY event triggered, evt->data.rx.len is smaller than the number of bytes it has received...
If no coils are installed in the DCCD, DCC, or DCCH terminals of the nRF5340, is it possible that the bt_mgmt_init() function will return error code -11?
I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked...