Hello,
I am testing nRF7002DK board using nRF Connect SDK.
Does nRF7002 support Wi-Fi roaming such as 802.11k, 802.11r, 802.11v?
If it supports Wi-Fi roaming, please...
I have a XIAO nrf52840 board . It has a button which does two things: one click seems to reboot the nrf52840 and double click enters bootloader mode. I'd like to override...
NCS 2.8.0
Ble device acting as both central and peripheral.
CONFIG_BT=y CONFIG_BT_LL_SOFTDEVICE=y CONFIG_BT_DEVICE_NAME_DYNAMIC=y
#for cenral devices these are set....
Hello,
I am attempting to configure the following setup to support (with an nRF5340 + nRF7002-EK)...
1. nRF7002 on SPI w/ TLS, STA, and FW patches offloaded to QSPI...
Hi!
I need to do audio direction finding on the device. I2S samples support only 2 channels? I tried to figure out if the upcoming nrf54h20 had i2s interfaces, but there...
Hi! For several days I struggle with the issue (if it is an issue) of the nPM1300 battery current measurement. When the battery is charging the current value seens correct...
Hello!
I'm writing an application that uses MQTT to post some sensor data to a server. My networking code is basically a duplicate of this sample , except I set up the LTE...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
Hello everyone,
I am using the NRF5340-DK development board, but I am having trouble restarting advertising when my smartphone connects or disconnects from the board. Once...
Is there a way to test that the RXD and TXD pins are sending and receiving data on the nrf5340? I am trying to connect these pins to the u-blox ANT-B10-00C using male to female...
Hello, I am test DFU USB function with my Thingy53. So far, I have been able to add DFU USB support from my application but not from the MCUboot. I am using the recommended...
Hello, I have U-Blox Nora B120 dev boards. Nora B120 chip has built in Skyworks SKY66405-11 FEM IC and I want to use it.
I read in the documentation to copy folder with...
Hello, I am trying to save my sensor data and system uptime to the external flash on my nrf5340dk. So far I have been able to erase some sectors of the external flash, write...
I have created a barebones blinky example as a way to start developing for the dual cores on the nRF53, but I can't seem to synchronize them. The code on both cores is nearly...
Hi,
This is a followup on https://devzone.nordicsemi.com/f/nordic-q-a/119259/synchronisation-between-tx-and-rx-in-connectionless-direction-finding
We now have a synchronised...
Hey!
I am working on a project that requires downgrade prevention of the Network Core and also requires the application core to read the Network Core version, set with the...
Hi,
I am trying to upload data from two sensors, the BME280 and APDS9960, to the nRF Cloud. I have been able to extract data from the sensors with I2C, but it seems I am...
Hello,
we implemented Zigbee coordinator. Few end devices left the network and we know that the issue is our side because the same devices work well with other coordinators...
Hello DevZone,
I have an nRF5340 devkit along with an nRF7002EK, and I'm looking to upgrade from SDK version 2.6.1 to 2.6.4. However, I'm facing an issue. In version 2.6...
I am using OpenThread network and working on CoAP Client and Server examples (Customized). Everything working fine when devices are on main power.
My client devices are...
I am running VSCode with the latest nRF extension. I am on v2.9.1 of the SDK
I created a new app and copied the bluetooth_st_ble_sensor sample project.
I would like to...