Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi Nordic
When I use JLINK to burn the firmware to the nRF52832 chip in the device, some devices cannot be programmed or cannot be programmed again after burning once
...
Hello, I've stumbled about a problem with the NrfConnect extension and Kconfig. It is quite simple: When a project directory contains a Kconfig file, it is used by west as...
I'm a bit confused by the "unidirectional" solutions offered as examples / documentation for the nRF5340 DK. I would like to build a BLE Audio headset that both receives and...
Hi
How is the ESB_EVT_IRQHandler started? NVIC_SetPendingIRQ(ESB_EVT_IRQ) is registered with on_radio_disabled(), but I don't know how to be started this handler in the...
Hi:
I use ncs 1.9.1, borad nRF9160-DK
sda-pin = <30>; scl-pin = <31>;
Config:
I added i2c2 in blinky, here is the source code.
I see i2c2 enabled in...
Hello,
I am experiencing issues with an nRF5340 DK. I would like to try the matter samples but every time I flash one of them, it results in fatal error and reseting loop...
fota_download_start copies the file but not host string into a static buffer. The comment implies that the download_client only requires this for the file path, though it...
Hello Devzone,
My name is Ted, and I recently came across a 2022 May 4 LPWAN Coverage document on one of Nordic Semi's technical guides. The specific guide is titled iBases...
Hi everyone, i have some problems with firmware and i hope someone can help me. I am using nRF52840 microcontroller and SEGGER Embedded Studio. Also I'm using the littlefs...
Hi ,
I want to use a pin on board, which is not used or initialized in dts file . my requirement is that I want to initialize that pin before booting process. ( that pin...
Hi,
I am using the :
bt_scan_filter_add (BT_SCAN_FILTER_TYPE_MANUFACTURER_DATA, &mfgData);
scan-filter works well.
However, keeping everything same, if setting...
I have added WDT to the blinky_freertos sample.
And I am debugging with SEGGER ozone.
building with SDK17:
If you reset the software in the debugger and start it,...