Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
I am trying to get the hci_pwre_ctrl demo working with a nrf5340dk using nrfconnect 3.1. I got it running with a nrf52840dk and it works fine. I created a 2nd build for the...
Hello Nordic Support Team,
I am currently working with the Arduino Nano 33 BLE (ABX00030) , which features the nRF52840 SoC , and I am interested in accurately measuring...
I want to read the RSSI. The code is shown as follows: ,However, after compilation, the error message displayed is: "undefined reference to `bt_hci_cmd_alloc'".I need to know...
Hi there,
I am seeing inconsistencies with the PCB layout specification of the nrf7002.
1) In the v1.1 of nrf7002 datasheet, it is recommended that the following capacitors...
Hello, we are currently testing the output of square waves through GPIO output pins. However, I found that a single operation to set the GPIO output pin high or low using...
I've installed the same version of the Power Profiler V4.3.1 on Linux and on windows.
On windows the device gets recognized straight away and I can use it, on Linux however...
If I understand correctly, you can pretty much assign any pin to any peripheral. I've been using a modded central uart project on a dev board but on this other board I'm using...
Hello,
is there any way to access the Stack and Heap Start/End memory addresses from the zephyr code?
I have found the __INITIAL_SP definition that gives the Stack start...
Hi,
I have been working through the Dev Academy cellular course using the nRF9151 DK which is fitted with a 1NCE MFF2 eSIM. I was able to set this up in the Board Configurator...
Hello Team,
I am using the nRF52833 with the nRF Connect SDK (v2.9.1) in VS Code , and I am experiencing an issue with the RTC calendar update.
I initially set the RTC...
Hi everyone,
After a debugging session using the debug tool in nRF Connect SDK with an nRF52832 on a custom board, the chip is now completely unresponsive—I can't flash...
Hi, Recently we upgraded to nrf-sdk 2.7.0 (previously on 2.6.1) and I began to notice that NFC had stopped working for our project, when running on nrf5340dk.
While switching...
To preface:
Board: nRF9151DK
nRF Connect SDK / Toolchain: 3.1.0
Hello,
I am attempting to learn and integrate full modem FOTA functionality into my application...