Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
Hi Team, I need to integrate FreeRTOS into the ble_app_hrs_nfc_pairing example. What are the ways to integrate FreeRTOS into ble_app_hrs_nfc_pairing? I need to create two...
I have bought an nrf9161-dk and following the documentation, I was installing the asset tracker using nrf-desktop v.4.4.1 (because v.5.0 crashes everytime I open it in full...
I am aiming to connect the Gateway and Headset 1:1 and output stereo from the Headset.
The Gateway side is 16-bit I2S and the Headset side is 32-bit I2S, and I am able to...
Hi, I have an issue I can't understand. I'm getting the TRICKLETIMEOUT (Trickle timer timeout) ERROR 64 from my nPM1300.
If I understand correctly:
1. Trickle charging...
Hello,
I need to integrate the BLE BAS Central sample into a custom application.
The provided sample compiles as a secure application, and the `_ns` build configs are...
Hello Everyone,
For some time now I'm figuring out the best way to perform timer synchronization with µs-accuracy (+- 20 µ) between several BLE nodes in a star network with...
HI all,
So after realizing that I needed to Just-In-Time provision my Thingy 91 in order to add the device to my nRF Cloud account, I began the process described in this...
If I want to set up a write without response going from the GATTClient to the GATTServer, do I set up a service and make the characteristic there in the Client or do I still...
I recently enabled power management in my code base by adding these two oiptions to my prj.conf:
CONFIG_PM_DEVICE = y
CONFIG_PM_DEVICE_RUNTIME = y
The code runs...
Hi Nordic Team,
I am using a matter lock sample code for my application development and modifying a sample lock application for power source cluster support for the matter...
Hi,
We are facing the same issue as in this post but the solution is not working for us. The old post : https://devzone.nordicsemi.com/f/nordic-q-a/109161/problem-with-flash_manager...
Hi Nordic team,
I hope this message finds you well. I am currently working on developing applications for custom boards utilizing the nRF Connect SDK v2.4.0, with a particular...
Hi,
I'm new to all this, I'm using the nRF Connect app and it's amazing! I'd like to know if there's a way to: 1. create a global macro controlling multiple devices? 2....
Hello everyone! I am having some trouble in connecting two peripherals to a single central station.
As peripherals I'm using 2 nRF5340DK flashed with the UART-Peripheral...
I am working on interfacing MT29 flash driver on nRF52840 and trying to add littlefs file system on top it. while Integrating I was getting mount errors. when I tried to debug...