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...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi nRF experts.
We built a module using nRF54L15, We are doing some verification. We need to do a distance test, so we need to set the tx power of the interval between advertising...
in my own board. I start a spi master.
and capture the signal of the CSN and SCK.
they looks abnormal
in one burst (package), the CSN has two pulse. I think the CSN...
I'm just using nRF24LE1 to make 2.4G wireless mouse, mouse sensor is PAW3205DB-TJ3T. But i got a problem, PAW3205DB-TJ3T uses two-wire spi(SCKL+SDIO), nRF24LE1 only supports...
I am trying to do an OTA update of the firmware on my device. I am using Nrf Connect SDK 2.1. I followed some of the tutorials and setup the device to advertise the SMP UUID...
I am using the VSCode extension (2024.12.55), nRF Connect SDK ( 2.9.0). I created a new project from the USB loopback sample to investigate how to configure a project for...
Hi,
I suddenly started getting MPSL ASSERT: 112, 2134 upon BT enable and upon research came across this post ( link ) and used following code:
HFXO starts on peripheral_lbs...
Hi,
We are developing a new project using the nRF52832 as our controller and nRF5 SDK 17.0.2 as our SDK.
We have integrated the NUS client and NUS peripheral parts from...
I have an application where I use the bt_gatt_write() method and I would like to obtain information about the number of packets sent in my operations.
I would like to know...
Hi,
I am baffled by the QOS handling (and/or not handling) in asset_tracker_v2, especially in view of the fact that there is a QOS library as part of the nrf repository...
Using the nRF Connect Desktop application and the nRF Connect SDK for my nRF9160dk.
I would like to monitor RAM usage during runtime of my program. In particular I am interested...
Hello,
I am trying to migrate a project nRF Connect SDK v2.6.2 to v2.7.0 for the nrf5340dk target board, particularly to update to the new hw model v2 and sysbuild. I am...
Hello,
I am using nRf21540 and nRF5340 in GPIO+SPI config, where SPI is controlled via MPSL and separate spi0 bus.
I have configured the board files based on nordic,nrf21540...
devicetree overlay file
// * Connecting ADC channels
// For more help, browse the DeviceTree documentation at docs.zephyrproject.org/.../index.html
// You can also...
I just ported your AWS IoT for MQTT from this repository .
If I keep IPv6 enabled, I can get the address information without any problem. However, if I disable IPv6, the...