Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi
I just want to read the Device Information Firmware revision string from a known Peripheral on my Central.
I Use the PCA10028 with SDK 12.3 and Softdevice S130...
Hello to all,
i've developed some application under 3.2.0 SDK. Now I want to port my application on new 4.1.0 SDK but a I have found a relevant issue.
Before migrating...
In section 6.3.2 of the NRF52840 dongle user guide it describes how to modify the board for use with an external, regulated power supply. Once those modifications are made...
In order to implement the central roll, I put ble_app_uart_c on ble_app_multilink_central and joined them to communicate with the pc.
What I did
1. Add enable in ble_app_uart_c...
Hi ,
I need to start my application using sdk5 16.0 version, which should have custom ble servivnced and dfu feature.
After getting some trouble with zephyr os, i decided...
I have used an example in the sdk 15.2.0 Pin_change_int_pca10040 and added 2 header files and 2 C files extra to this project. I have cleared all the error which came while...
Our hardware has Winbond NAND Flash chip connected to the nordic MCU(nrf52840 /nrf5340). However QSPI cannot be used as nordicSDK doesn't support NAND Flash.
I understand...
Hello,
I am using the Power Profiler Kit connected on top of an NRF52840-DK
I am using IAR and using IAR's J-LINK plugin to program/debug an application on the DK. However...
I am trying the example project ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\l ight_switch' and ' ..\nrf5_SDK_for_Mesh_v4.1.0_src\examples\ dimming' available in nrf5_SDK_for_Mesh_v4...
Hello,
I'm experiencing NRF_ERROR_INTERNAL from a call to pm_peer_new(). While further investigating into this, it turned out, that the p_bonding_data parameter was checkt...
Hello! If possible, I ask you to answer a practical (technical) question: how long does a typical process of establishing a communication session (“handshake”) in the BT5...
Hello, we are creating a device on an nRF52832. I started our project based on the examples/ble_peripheral/ble_app_uart project, which worked fine. However, I needed to modify...
Hi,
I'm using the latest master branch of nRF Connect SDK and I'm having problems with building my project after the commits of the past few days. I went to check what have...
Describe the bug Compilation error when CONFIG_BOOTLOADER_MCUBOOT=y or CONFIG_SECURE_BOOT=y specified
To Reproduce Steps to reproduce the behavior:
go to zephyr\samples...