Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
Hi everyone,
I have some questions regarding the use of EDIV and Rand in BLE Legacy Pairing.
What I understood from the specs is that these are generated during...
I think instead of releasing separate SDK for #BluetoothMesh, Nordic Semiconductor should merge #BluetoothMesh into #SoftDevice. Is it possible ?
If yes, then we can even...
We are using the nrf52840 with OPENTHREAD and would like to use the Nordic COAP application because block transfer and observe are implemented. We need to do multicast and...
Hi,
I have a development board nRF52832 and we are looking for 3rd party modules built on the same. I want some configuration changes on the modules.So, please someone help...
Hi
I am currently using SDK 12.1.0 with SD 3.0.0.
I want to add the option for serial DFU, which was added in SDK 13.0.0.
I wonder if I can implement the serial bootloader...
first of all many many thanks for nrf sniffer 2.0 and all of it's improvements (linux, live data display, easy install ... etc)
i'm sure there are still a lot details missing...
I am trying to use the nRF Connect v1.0 RC with the pca10040 board. I followed the instructions of your [page] and when i open the serial port i got an error (Error occurred...
I am using nrf52832_xxaa with SDK v11.0.I tried writing into the APPROTECT register by using the code below
sd_softdevice_disable();
NRF_NVMC->CONFIG = (NVMC_CONFIG_WEN_Wen...
Hi, as per subject, I would like to know the trade-offs of using the internal DCDC vs LDO when it comes to RX sensitivity specific to the nRF52840-QIAABB variant.
From this...
Hello,
I am using the nRF840 PDK for testing the radio communication.
During my tests, for TXPOWER=0xD8(at minimum), I found a gap of 7 dBm between the radio output...
Hi, I am trying to connect the nrf52840 to GPS module, and I hope that the dk could read the GPS information via UART. I try to modify from this example nRF5_SDK_14.2.0_17b948a...
Hi,
the following are the TX's current consumption for 0 dBm from the datasheet:
I assume the second line refers to the measurements when the internal LDO is used...
Hello,
I know how to update the application through OTA at the moment, I do the following steps:
set the device run in DFU mode by writing 0x01 in Experimental...
Hi, Nordic engineers
I checked there is one error function in nRF5_SDK_12.1.0_0d23e2a:
in nrf_esb.h
uint32_t nrf_esb_get_rf_channel(uint32_t * p_channel);
but in...
Hi,
I have 3 nrf51822 devices. Two of them act as peripheral and one acts as central. Each peripheral is used in a wheel and they are the 2 wheels of a cart. Central is...