Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine...
Hi, I am using nrf52840, SDK v17, SES v5.10 ble_app_uart example for the development.
I am able to send data from the nrfConnect app to uart but not more 1 byte at a time...
Hello,
I am using an nrf5340-DK board and the SDK 1.9.0.
I want integrate the FOTA functionality into the example which was provided by Nordic Semi:
nRF Connect SDK...
Hello all,
referring to this tutorial https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/application-timer-tutorial?CommentSortBy...
I want to change the connection params in peripheral role with nrf52840 without informing the central device to do the actual setting operation, yet I don't find a relevant...
i m using nrf5340 cutom board, so i m using rtt logging method using jliink rtt viewer , to see logs .
so, when i am going to project section at top in embedded segger studio...
Hi,
I saw that the problem i am experiencing has already been described and reproduced in this ticket:
https://devzone.nordicsemi.com/f/nordic-q-a/87295/busfault-when...
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...