Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
Hello, I am using nrf52832 along with S132 soft device and SDK 17.1.0.
Can you please provide me the peer manager api that can list the paired/bonded devices? Also, is...
Hi,
I would like to ask a few things about Channel Sounding (CS):
Is there any recommendation which method (IFFT, PBR, RTT) should be used for reading the results...
Hi
I`m working with an nRF52833.
I've observed that when the module enters DFU mode, the Bluetooth advertising name seems to be limited to around 22 characters.
If I...
I am trying to run the WiFi Station sample, unchanged on a nrf7002DK, but receive the following error: "wifi_supplicant: Failed to add iface wlan0" Complete output as follows...
I’m currently experiencing an issue while trying to install the Toolchain Manager application from nRF Connect for Desktop (v5.2.0) on Windows 11.
Every time I attempt to...
Setup
Hardware: Nordic nRF7002DK as Wi-Fi STA (client) .
AP & Receiver: a Linux PC creates a Wi-Fi Hotspot/SoftAP (NetworkManager/hostapd) and simultaneously runs...
I’m having an issue using QSPI flash with NRF Connect SDK 3.1.1. I have two PCB versions with nRF52840 MCUs — one uses the W25Q128JVEM chip and the other uses the W25Q128JVPIQ...
I want to connect a W25Q01JVZEIM (128MB) NOR Flash ROM to SPI3 of the nRF52833 and implement USB MSC functionality. However, the build fails. It seems the overlay description...
I'm communicating to the nPM1300 eval kit over I2C from an nRf52833 DK (running a fuel gauge application). This works well until I connect PowerUp (through USB) and enable...
Hello to everyone!
I bought nRF54L15-DK for Matter Over Thread developing and prototyping.
Before nRF54L15 I tried ESP32C6 XIAO + Arduino IDE and it worked but it was...
Hey, I have an nrf52840, with lis2dh sensor.
I configured the sensor using the devicetree using the following code
and I change the sensetivity and some other register...
Hi all
I am very new to BLE development and I hope that this question was not asked before in another way.
Is this example also available in nRFConnect with another name...
I'm using an nRF52840 microcontroller on an electronic board to read from and write to an S25FL064 flash memory chip. I'm currently using the nRF5 SDK . Before I could read...
I am trying out the Nordic Bluetooth ESL sample example code from the link [ Getting started with bluetooth-esl-and-periodic-advertising-with-responses-pawr ]
Downloaded...