Hi,
I purchased a Qorvo QM33120WDK1 UWB development kit that uses a Nordic nrf52840-DK. I have been using this DK for weeks without issues, but the last time I used it...
I'm trying to add diagnostic logging functionality to my Matter project using SDK version v3.0.1. I followed the steps outlined here: ( https://docs.nordicsemi.com/bundle...
Hello,
I have been able to get FW OTA to work perfectly well over BLE using
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
Now I am trying to display the update progress...
Hello!
USing help from this forum i have successfullz transmitted adc value from one pin of AIN# to ble and reasing values successfullz but now i am facing an issue that...
Hi Nordic Team:
I use version is: nRF52840 DK Version:nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\thread\ncp\ftd\uart\hex
Raspberry Pi 3 Version:RaspPi_OT_Border_Router_Demo_v4...
I am new to nrf52.
I want to configure TIMER1 as a counter.
However it does not count. I have added it after advertisement_init
Does the nrf52 have any such limitations...
Hii nordic;
I need to encrypt and decrypt my advertising data i.e;UUID,Major,Minor,etc.; of my nrf52832
So it cannot be seen by third parties
my sdk version is 15...
While trying to communicate through I2C/TWI with a MCP39F521 using a NRF52 DK (NRF52832), the first bit of the received data is always 1. The NRF52 DK is the TWI Master and...
Hi, I'm newbie to nRF DKs but started trying to run examples from pc-ble-driver-py / pc_ble_driver_py / examples / on github in order to get familiar with the nRF52840. I...
Hello
I'm setting up a set of Thingy91 and Thing52 units.
1) I registered 2 thingy91 sim cards and registered the nodes. 2) I see the SIM card in my account on nrfcloud...
I'm using a nRF52480 DK board with an adafruit 3421 I2S microphone breakout board attached. I am on Ubuntu 20.04 with SES 5.42c and SDK 16.
I am using a variant of the usbd_cdc_acm...
Hi,all
I am developing a Bluetooth product with HID function.I refer to the official keyboard example.I modified the "report_map_data" to implement some special keystrokes...
Hi Nordics,
we would like to evaluate the possibility of using NVM to store user settings. Based on the following searches, we still have some queries.
infocenter.nordicsemi...
Hello there, I just want to try a simple Ping test for at example 'google.com' with the nRF9160. Is there any easy way to try it? Or to try the internet connection in general...
Hi,
I wonder which setup that is best to begin with to develop wireless earbuds.
I'm looking at https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52840...
I have burned the new fw 3.0. I am running the wireshark perform pairing and I can't see the packet content after encryption is started.
on previous fw 2.0 I could see only...
With SES, I'm trying to build an app which includes nrf_drv_clock.h. There are two functions declared there that I call in my own main.c:
- nrf_drv_clock_init()
- nrf_drv_clock_lfclk_request...