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...
Good evening,
I'm analyzing the FreeRTOS HRM example for PCA10040.
I'd like to understand the meaning of the following comment available in your code in order to prevent...
I am having a very strange problem with timers and the PPI channels.
I am trying to take a fixed number of ADC samples at 1 ms intervals starting at a fixed offset in time...
I'm trying to set up the nRF Connect SDK Toolchain on Ubuntu 20.04.2 LTS x86_64, following this manual.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/nrf/gs_installing...
I have plugged in the NF5340 development board into a USB port on my laptop with a USB 2 cable, but LED 1 does not light. Only the LED next to the light PCA i.c. lights -...
Hello,
I am using nRF Connect for Descktop for Windows 10 v3.6.1, and the nrf52840 Dongle.
Is it possible to scan / connect to BLE 5.0 devices (with PHY Coded) using...
Hello,
I'm working with nRF52840 dongle, i installed nRF Connect on ubunto 18.4 and i am using python3. After installling pc-ble-driver version 0.15.0 in python3 i tried...
I start the sniff and see packets from all advertising peripherals in the area. I select my peripheral in the Device dropdown list. Then I see a string of "ADV_IND" packets...
Hi there,
I've got a situation when using TWI where an ` NRF_ERROR_INVALID_ADDR` is returned having performed a call to ` nrfx_twim_tx`. I understand that this relates to...
Hi,
I have spend some hard time trying to figure how to work with RAM retention. Looks like it is working for me now, but now I retain all available memory. How much energy...
Hi Nordic,
As far as I can see, there is no nrf5340 board support in nRF Desktop application in NCS 1.5.1. May I ask, is there a plan to support it? The nrf desktop gaming...
Hi!,
We are in the process of developing BLE Mesh for Lighting applications. We are currently working with nRF52840 DK. We have successfully tested BLE Mesh models for 1...
Hello
My application is based on the ble_thread_dyn_mtd_coap_cli example which allows to use Thread and Bluetooth in parallel. I would now like to secure the bluetooth connection...
Hello!
I have followed nrf connect sdk tutorial part3 and have walked through for bme280. But now I want to connect two or more bme280 sensors to my dk. How should I modify...
Hello,
I have an application where a BLE central connects to a BLE peripheral. Then the devices do the bonding procedure. After the devices are bonded the peripheral should...