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...
I have an "Aqara Wireless Mini Switch" ( https://www.amazon.com/gp/product/B07D19YXND ) which identifies as a Xiaomi WXKG11LM. This button is designed to send semi-nonstandard...
I'm trying to receive an HTTP response of approximately 100KB using the nrf9160 modem. When the response size is small recv works fine. When response is large recv returns...
GReetings,
Having a hard time using nRF Connect v3.11.1 for Desktop freshly installed on a Windows based laptop (Windows 10 Family 21H2)
J-Link V7.58b was installed simultaneously...
Hi,
We are porting some of our old firmware from SDKs <= 17x to nRF Connect SDK.
We have not found a way to access several of the drivers, like pwm_nrfx.c and use functionality...
Hi,
I have a nRF9160DK and am trying to install the nRF Connect SDK and have run into troubles. First, I am unable to launch VS Code from the Toolchain Manager. I have seen...
Good morning!
I am testing an application on Visual Studio Code + nRF Connect. I have a crash:
<err> os: Faulting instruction address (r15/pc): 0x0002c064
How can...
I have code that looks something like this:
static void some_worker(struct k_work *work) { struct state *state = CONTAINER_OF(work, struct state, some_work); k_spinlock_key_t...
My DK is connected via USB to my PC.
Uptill tommorrow it was connected and today it is saying not connected.
How to fix this ? Not sure what happened.
See below:
Have been trying to run nRF9160 sample code, including LwM2M client, and at client (latest nRF9160 firmware 1.3.2, latest SDK and Link Monitor 2.0.1) but in LTE Link Monitor...
I am unable to properly erase UICR registers on network core.
flash_erase() function that I call before flash_write() doesn't take any effect.
Example: 1. Set UICR->CUSTOMER...
I have not been able to create a stable development environment in macOS Monterey using the automatic installation process.
In order to better understand and document the...
The MenuConfig page of SEGGER IDE (ncs1.9.1):
How should I configure this interface if I want to configure usb DFU and trigger upgrade mode via button: 1.boot_usb_dfu\Use...
I am trying to use the DTM example for nRF5340 DK (PCA10095). The example is located at "C:\v1.7.0\nrf\samples\bluetooth\direct_test_mode", but I am facing "NRF_RADIO_Type...
In general, what are the steps to adding a device using GPIO pins.
My thoughts are to physically connect my peripheral to the board and configure the device tree using an...
Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833...