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, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
(/attachment/0495424521df76d5b8f8e66c969ed791)Hi,
I add ANCS Service into my Heart rate ref ble_app_ancs_c example code.
I use MCU nRF51 and SD130 in nRF5_SDK_11.0.0_89a8197...
Hello,
My device is based on nRF51822 SD110 v8.0. Softdevice is enabled, but no BT functionality used. I measure 2 different voltages with ADC each second with two channels...
I'm writing code for PCA10040 basing on UART/NUS example. There are no big changes: different UUIDs and just one characteristic for both reading and writing. I can connect...
This is a follow-up question from devzone.nordicsemi.com/.../
I finally got passkey support to work on ble_app_uart but don't quite understand the changes made to the code...
I am trying to add static passkey pairing to ble_app_uart in SDK_11 s130. To do this, I first implemented static passkey successfully in ble_app_gls using sd_ble_opt_set(...
Tl; dr
I tried to use OTA DFU with Public BLE Address, but I failed. Is this possible?
Details
Condition
I modified ble_app_hrs example like below (SDK11, pca10028...
I have a radio board using a NRF51822 with a custom radio protocol. I need a unique identifier, ideally 24bit, 32bit but be acceptable.
I notice in the parameters there...
I've looking through as much of the documentation I as I could to read more about the radio timeslot api.
I looked through the SDS document and the chapter on the Radio Timeslot...
I am able to use eclipse to run simple project, but after move the real one, getting lost of errors:
www.dropbox.com/.../Screenshot 2014-04-02 09.10.41.png
I add required...
Hello,
I just received my BMD-200 eval board today and cannot get any of the examples working. I started out trying to get blinky to work using GCC and the make files provided...
I am trying to port peer manager implemented in ble_app_gls to ble_app_uart using instructions in devzone.nordicsemi.com/.../ . I am using SDK_11 s130 on nRF51-dk.
I encountered...
hi all,
i am using SDK V8. i want to start and stop the RTC manually .i gone through rtc periheral example but still i am not getting . please help me. i am a beginneer...
Hello,
I am using the nRF51822 with SDK 10.0, S110 softdevice, and a SPI slave interface. The SPI slave interface works , but the standby power consumption of the nRF is...
Hi there,I am using s130, my device is now working at peripheral mode, it's advertising. I want to switch it into central mode by pressing a button. and switch back to peripheral...