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...
â—Ź device : nRF52832
â—Ź sdk : 13.0.0
â—Ź softdevice : 4.0.2
Hi,
I have a problem with change mtu size.
I changed mtu size in sdk_config.h, but android application can't read...
Hi,
I am working on custom Board with nrf52382, I am using the mma8652 accelerometer for different functionality(prior is single and double tap detection).
Initially...
Hi,
Because of the compatibility issues I'm trying to use SDK10 for my nRF51422 device,
the problem is that I have flashed the S130 softdevice and the ble_app_uart, and...
I want to use FDS in my application. Lets assume I do not have a bootloader. This is part of my linker script describing memory regions.
MEMORY
{
FLASH (rx) : ORIGIN...
I am using proximity profile for my custom board as a tracker.I would like to make the services read/write operations accessable only to my andriod app.Others can connect...
Hello,
Recently I purchased a BLE Nano Kit with MK20/ DAP Link USB Board - Bluetooth 4.0 Low Energy Module Development Board from Fab2Lab and I was trying to use the nRF...
Hello,
We are new in Bluetooth development world. We want to use Laird's BL652 module. At beginning we want to use smartBasic and later Nordic SDK directly. Is it possible...
HI Nordic Team,
I had a production run of 5000 units. Used nrfjprog script to program the nrf51 .
Used the following commands:
nrfjprog -f NRF51 -e
nrfjprog -f NRF51...
Dear all,
I have a project with a nRF51822 based on S110 and SDK10.
Almost everything is running fine, but every time I scan for devices, either by calling BluetoothAdapter...
Hi,
I am writing an application for nRF52832 that uses both Flash Storage and Flash Data Storage in SDK12.2. I want to know how to get the start and the end addresses of...
hello,will you please tell me which code i have to use in the sdk 12.2.0 for rf communication with nrf51822 and nrf24l01 .and also tell me which settings i have to do for...
Hi
I'm working on detecting voltage change direction(up or down) by using LPCOMP or COMP.
LPCOMP initiates as following settings:
detection: NRF_LPCOMP_DETECT_UP.
reference...