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...
We have implemented the delta modem firmware update and are running a test of that procedure as part of our CI pipeline. The test uses the files
mfw_nrf9160_update_from_x...
Hi,
I am following below link for DFU-BLE. am able to complete that. but my question is
1.who is handling the data coming from,
2.how many chunks it is reading ,
3...
The BLE core specification states that using advertising extensions, the total host advertising data that can be advertised is 1650 bytes. This is achieved through fragmentation...
I am having problem binding a SPI device LSM6DSO. Stepping through the code and found z_device_is_ready() return false because dev->state->init_res NOT equal to 0 bool z_device_is_ready...
Dear Nordic engineers
I ask a question about LLPM some time ago and I accidentally closed the discussion.Now there is a new follow up.
devzone.nordicsemi.com/.../llpm...
Issue tracking in GitHub seems disabled for https://github.com/nrfconnect/sdk-nrf
Where can i report bugs for the nrf connect sdk v1.9.1?
For instance i just started with...
In the "ble_app_uart" in the ble_peripheral showing the error?
error is -
Building ‘ble_app_uart_pca10040_s132’ from solution ‘ble_app_uart_pca10040_s132’ in configuration...
I´m trying to add Xiao BLE (nRF52840) to the nRF Connect SDK. Here is the configuration part for the flash that I use in the device tree file:
To simplify the configuration...
Hi,
We have an application based on BLE_UART TXing sensor data.
Most of our sensors are read through PPI with minimal code interaction (except for packet counters etc...
Hi, I’m trying to program my nrf52840 dongle. I did have followed the steps from the nrf52840 programming tutorial, but I have some issues.
I’m trying to write the USB CDC...
Hi,
I'm using nRF52810 with SDK 17.02.
When I don't download bootloader my application worked normally. After I downloaded bootloader, there logging NRF_ERROR_SVC_HANDLER_MISSING...
The main loop in our nRF9160 (NCS v1.8.0) is a typical main loop with semaphore following https://docs.zephyrproject.org/latest/kernel/services/threads/system_threads.html...
Hi,
I am trying to bring the nrf52 in sleep mode for 12 hours and broadcasting mode for other 12 hours. The idea behind it is to save the battery for longer life. What...
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hi team,
Our customer is working on a sensor related project targeting to use nRF9160-SICA, since their sensor will be placed in some places with high humidity and full...