Hello,
I need to implement Find My Device for nRF52833.
From Sample I could find "samples/bluetooth/fast_pair/Locator Tag" example. I tried to go through it. but I could...
I am reaching out to inquire about the support for the indication method in the Nordic nRF52840. Could you please confirm whether this method is supported in the Nordic SDK...
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...
I am experiencing a crash during system initialization stage (before main function) on the nrf54l15, with Bluetooth enabled in the proj.conf, using tooling and SDK 2.8.0 with...
I am using NRF Connect for VS Code on Ubuntu 24.02 with an adafruit nrf52840 feather express. When attempting to use the DeviceTree Extension, the wrong dts file is listed...
Hi What is the best way to read cluster attributes periodically in zigbee network coordnicator? any sample code available for one time request or subscription for value change...
I was trying to get a simple Zephyr project to build and run on the Arduino Nano BLE 33 which has a NRF5248.
In VSCode with the NRF plugin I select "Add build configuration...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi, Nordic Bluetooth Controller Teams, I have a question. I see that the Aux offset of Bluetooth extended broadcast on NCS is fixed at 330us. What is the consideration behind...
Hi,
Is there a Zephyr sample project on QSPI with nRF52840? What I want to do is to write/read to an external flash (W25Q16JVSNIM).
Thank you
Best regards
Dav...
Hello,
I work on a thingy52 since few weeks with a nrf52832 SoC. When i'm turning it on and connecting it to my computer, there is no led turn on and it is not detected...
Im currently working on BLE SMP DFU on Nordic52840DK (Connect SDK v2.7.0) based on this example:
https://github.com/hellesvik-nordic/samples_for_nrf_connect_sdk/tree/main...
Hello everyone,
I am working on a project with a Thingy91 that has an nRF52840 and an nRF9160 , and I am trying to read the battery level. I want to measure this battery...
To output PWM signal as early as possible after powering on the NRF5340DK, I added the same code in mcuboot/boot/zephy/main.c and mcuboot.overlay as in the app core. This...
Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
In ticket Case ID 290251, Torsten Rasmussen provides the following advice to ensure that the toolchain corresponding to the SDK is used to build the SDK (this applies to nrfutil...
I am lab testing Nordic's DECT-NR+ (DECT) for a new factory automation application; I am using the hello_dect sample application from the PHY webinar demo, I am trying to...
I made a custom board, uploaded the Arduino bootloader and was flashing the firmware with Arduino I used it without any problem with revision 2 But when I use revision 3 chip...
I am developing a simple ble peripheral device that will measure temperature and humidity. For the most
part, it's working but I can't get the behavior I expect when enabling...
Hi! I'm working on the firmware part that needs to perform operations on the same variables both inside GPIO IRQ and the software timer callback. So, there is a need for a...
Hello, I want to send data from peripheral devices to central device. My peripheral device code is based on "ble_peripheral_uart" sample and my central device code is based...
Hi, I'm working on developing a UWP app that can detect any or compatible Nordic devices. let's say a device has BLE capabilities, then through the desktop app i should be...