Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
I need to enable UART1 in runtime in order to be able to read some data coming on that device.
In order to be able to use the uart functionality, I need to set CONFIG_SERIAL...
Hi,
As the subject description, I just remove the part of hid function from main.c then make the personal source file.
Before I removed, the project could work as usual...
Dear Nordic
there are two question find in my software. it may be some matter with thest two question, so put here together.
1.
My software will be reset about several...
for the i2c_3 to work the following is needed to modify the SDK.
nrf/subsys/spm/Kconfig
```
config SPM_NRF_TWIM3_NS
bool "TWIM3 is Non-Secure"
default y
```
...
I was wondering the behavior of the NFC BLE Pairing with OOB when max connections are full. Will the connections disconnect in order to pair with a new central after an NFC...
Hello,
in nRF52832 devices, P0.21 pin can be configured as reset using PSELRESET[0], PSELRESET[1] ergisters.
Due to space constraints, i dont intend to use the reset...
Hi:
I want to ask:the nRF24L01 can work in single point mode by SPI commands。 I need the wave show like in the picture。
IF it can,which software and hadware I need....
Hi,
I trying to send indication supplied with some data to my Android app (which BTW works fine with other BLE devices) as an answer to characteristic write command
...
I am trying to run a project on a Fastnel
BT840 module
I had the code running on The dev kit when we switched to the new hardware without a FL crystal I have been unable...
Hi,
I am working on writing data on flash and reading it back.
i am not able to read data which i am writing to it . i am posting my flash file please suggest where i...
I need to sendt several indications on one BLE_GATTS_EVT_WRITE event. If I just call sd_ble_gatts_hvx I get NRF_ERROR_BUSY Isn't it strange? API stats:
Only one indication...
Hello,
I'm a beginner and I have lots of questions. So I wanna communication with MCP4110 chip. But I can't. I configured SS, MISO and CLK pin in sdk_config.h. (SEGGER...
Hi, all,
I try to use NRF52832 as central and peripheral. When it is connected with peer as central, I try to send to peer a message with "sd_ble_gattc_write", but I can...
Hello,
I have enabled WDT for nrf52810,S112 with following configuration.
static void System_task_initWatchdog(void) {
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos...