Nordic Support,
My product uses the nRF52840 chip and nRF52 SDK 17.1. I have a feature request to support hosting multiple peripheral connections, each with a unique advertising...
I am working with NRF52840 with SoftDevice S140 and SDK v17.1.0.
The boot loader address for this chip is 0xF8000. I can set up one of the 'fstorage' module with the address...
Hey everyone,
Does anyone here have experience with firmware OTA updates over the JIO NB-IoT network? The process seems a bit different since JIO Cloud always sits between...
Hello:
The latest nRF54L15 Errata for Rev 2 shows that the previously reported "GPIOs can exhibit radiated emissions" is no longer present in the Rev 2 SoC.
Can you please...
Hi, this is a very broad issue that i am having, because i dont know the source of it. I am simply unable to use the bme68x IAQ library. i have downloaded the external bsec...
Greetings!
I am using Wireshark along with an nRF52840 dongle to monitor BLE traffic between a mobile app and connected peripheral and periodically I see some "L2CAP Fragment...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Dear Team,
I am try to customize the some of the parameter of HTS221 temperature and humidity sensor used in thingy52 board, However if I change any of the parameter then...
I am using the nrf connect desktop application on windows with a PCA10059, and have found the application to be buggy when receiving a flood of notifications, this works fine...
I've been logged in for about a week now, and still can't log out.
I left a posting about that almost a week ago with some "bumps" later on the "back stage" section, but...
Hi!
Can anyone tell me that isthere any app which logs data automatically into txt or csv file from nrf52???
I am getting data at nrf connect but every time i need to...
PCB : thickness 1 t(1mn), 1/2oz, 2 layer
The antenna was removed and the VNA was connected between L3 and C6.
The impedance was about 100 ohms.
The part value is shown...
We have a latest set of prototypes which use an NRF52840 on a Laird BL654 module.
On two of these protoypes the module is unresponsive. We are using a J-Link Lite module...
Hi,
I was using nRF Mesh application to get the data of uint32_t from my server model(nRF52840) but nRF Mesh android application crashes while sending the opcode to the...
I am searching for complete developement kit and SDK support which can be used to form BLE mesh Network and BLE beacon device. The idea is that BLE mesh nodes will act as...
Good afternoon, dear Sir of Madam.
Our product used the NRF21540-QDAA-R7 which has gone obsolete. What is the best substitute part?
Unfortunatelly i couldn't find substitution...
Hi I am facing a issue regarding the DFU update using the nrfConnect App.
Since we recently updated from SDK12.0 to SDK16.0 and the softdevice version has been changed in...
Hi,
I am analyzing the power consumption of mesh nodes using your Power Profile Kit. I am running the example beaconing of the Mesh SDK 3.1.0 on a board nRF52832 with the...
I have designed a nrf9160 debugging board, which uses 18 and 19 pin as the log output. Then I also configure the TX and Rx of UART0 in the overlay file, which are 18 and 19...
i tried with blinky example like thiis
#pragma long_calls
__attribute__((used, long_calls, section(".data"))) int main(void) { /* Configure board. */ bsp_board_init...
Hi,
I'm working on a code using SPI.
I've changed the SPI configuration from this thread: https://devzone.nordicsemi.com/f/nordic-q-a/65072/nrf5430-spi-sample-code ...