I have been testing the thingy91x and measuring power consumption trying to reduce it to the absolute minimum.
Using a test program that moslty sleeps ( using k_sleep()...
Hello,
I'm working on a project using the nRF52840 and Zephyr, and I'm experiencing an issue when trying to use device power management (PM) with a custom sensor driver...
Hello,
I am new to nRF development. I am going through the nRF Connect SDK Fundamentals course.
I wanted to configure a GPIO on the nRF52833 DK board as an output and...
It seems that I'm getting different results reading QSPI flash from the APP vs MCUBOOT, with the exact same configuration. Writes appear to work fine from either, but MCUBOOT...
I am trying to get the wifi stack to connect to a wifi AP using WAP2 Enterprise (initially just with identity and eap_password, later with full ca_certificate check and client...
I've got some timing-issues with the nPM2100. As I could not locate the relevant information in the datasheet, I'm requesting this here.
My PCB has an nPM2100 with a mechanical...
Hi,
i acheived writting code that reconnects sequentially with multiple reflectors for my 1 initiator. When i am indoor i had good results, but yesterday i tried it with...
My nrf51 SDK version is like this, nrf51 9.0 softdevice 130 chip:nrf51822_xxAArun ble_central_and_peripheral connectivity example, The nrf51 board is controlled by host MCU...
Hi All, the I/O mapping is correct as per the Ref Eval schematics. We are using a J-Link programmer to program it. The IC is not being detected in NRFgo studio. Can anybody...
Hi,
I was wondering if there is some documentation relating to pairing and bonding.
What BLE events (BLE_GAP_EVT, ???) are to be expected?
What do we need to observe...
I use ble_app_uart(sdk 14.2) + light_switch(mesh1.0.1)
Questions are as follows:
1client + 1server is ok, but in the second server there will be network failure!
log...
Hi,
I'm trying to get the tftp example working from the sdk iot examples. When I try it out following these instructions ( http://infocenter.nordicsemi.com/topic/com.nordic...
Hello,
i'm using the BLE Nano v2 with the nrf52832 on it and a DAPLink USB-Dongle. IDE is Eclipse with gcc and SDK v14.2. My current aim is to do an OTA DFU so I tried the...
I have a custom board, that basically consists of a nrf52832 module (ebyte), a button and a LED. The LED is connected as in pca10040: VDD->220R->LED-> ground to p17.
I assume...
Hi, I'm attempting to run the Proximity example ("ble_app_proximity_pca10028_s130") on my nRF51822 dev kit using the S130 SoftDevice. I am able to connect to the dev kit ...
Hello DevZone, I have few questions relative to the design of the PCB antenna for a nRF52840 chip. I'm going to use the Eagle library find on the github. But... 1) Why the...
It'd be great if the Nordic nRF5 SDK team had a bit more time to test the code under C++, to shake out a few smaller issues.
Here are some changes that needed to be made...
Hello world.
I wanna ask about how to convert arduino code possible for mbed compiler for arduino. first of all, I have tried to use this guy program knn arduino code ....
I'm attempting to build a project to use easyDMA with PWM, but as there are no applicable examples in SDK 15, I am working on it myself. I originally asked for help here:...