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...
Hi!
I've quite wired problem with PWM based on NRF_TIMER.
When I modify CC value to adjust current value to desired value slowly (function is fired from outside event...
I have written application similar to ble_app_temp (posted by Ole Morten) and during the test I noticed that current consumption is extremly high. I used brand new coin battery...
I have writable characteristic on the server. As far as I understood there are at least two ways to access to its value: one using ble_evt_t and BLE_GATTS_EVT_WRITE another...
Hello,
i have seen here a extended version of Spi-Master driver:
devzone.nordicsemi.com/.../a00006.html
With funktions like:
-spi_master_send_recv();
spi_master_get_state...
I'm using the reference design for the WLCSP nRF51822 package, and I noticed that there are 2 pins (G3 and G4) that are listed as N.C. (No Connection) in the product specification...
Hi,
I am upgrading SDK from 5.2.0 to 6.0.0 working with SoftDevice 7 and I am facing a problem in relation with ANCS.
When I am pairing the phone (IOS 7) the first time...
Hi.
I have been trying to store data in flash by using pstorage.
What's the difference between pstorage_store and pstorage_update?
At the first time, I can save data...
Hi,
Is nRF51822 / S110 capable of simultaneously being in peripheral (connected slave) and broadcaster (broadcasting non-connectable ads) mode? The datasheet says both...
Hi,
I need to write data in to flash memory of the nRF51822 device.
I have tried to write data. When i checked memory address where i wrote data i could find that the...
In the nRF8001, after executing the command "ReadDynamicData"... I receive basically a bitstream with many bytes. The idea is to store it in order to be able to, later on...
I'm trying to write a flash buffer but am hitting a vexing error. To initialise the flash buffer (or rather a test initialisation which will hopefully become the flash buffer...
Hi
I would like to interface nRF8001 with a BeagleBone Black (BBB) an ARM cortex-A8 [1].
BBB has a SPI inteface and can support interrupt line input, and its running Linux...
I have an nRF51822 that I would like to be able to issue a soft-reset command under certain circumstances. I'm not using a softdevice in this version of code, so the other...