what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
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...