Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
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...
I have __asm("BKPT #0\n") in my code. When running without a debugger, it seems to generate a hard fault exception (which I can tell because I have a hard fault handler that...
This week I worked myself to a series of what seemed to be problems boiling down to one issue:
The Notification Write Response is lost when bonding has to happen first. ...
I'm trying to save power on my HID keyboard application by disconnecting the Bluetooth link after some time of inactivity. As soon as there are keystrokes to send, the device...
The question has been answered before, but the answer references a document called nAN-29 at this link: www.nordicsemi.com/.../73843444 . Which doesn't seem to be working...
Hello,
We use the PCA00031 dongle running the MEFW 0.9.0 in our production environment to validate a sensors accuracy. The PCA is controlled by a C# test program using...
Could someone explain the pin numbering scheme in regard to the interrupt setup handler?
To be specific, what pin number should be passed to nrf_drv_gpiote_in_init for...
In the ble_app_att_mtu_throughput example for the PCA10056 I am getting a "fatal error in the include chain" pointed from the #include "amt.h" line in amts.c. Specifically...
Hi,
I'm working on a firmware that is used in a nrf51822. I discovered an unwanted behavior of my system.
When the system is in power_manage mode, it can wake up in two...
● 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...