i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
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...