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, 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
Hi,
I'm using GCC with SDK11 on linux. I'm able to build successfully. When I try to run "make flash" or "make flash_softdevice", I get error nrfjprog command not found...
I just got the nrf51822 evaluation kit. I followed the instruction and installed everything per instruction. When I tried to open “Blinky” project, I am getting the following...
Hello,
I have a peripheral based on the nrf52 that connects to my Android phone already in direct advertisement mode.
I am trying to get a NRF52 central working with...
Hello! I'm trying to use the PWM on a board containing an nRF51822 device. However, simply including the nrf_pwm.h file multiple errors are trigered, such as the following...
Hi everybody !
I try to use nrf52 DK with OSX
I follow this link
devzone.nordicsemi.com/.../
and I have a problem with this step :
launchpad.net/.../ download
...
hi,
i tried to make a ac dimmer circuit controlled with dc
i use nrf51822
this is my dimmer circuit
aaand this one is zero crossing detector
finally this...
I've been puzzled after looking at the current draw figures for the nRF52832. If the advertising interval is supposed to be 20ms.
Can someone explain why the advertising...
I have followup question to the one asked in this thread:
devzone.nordicsemi.com/.../
I'm also using the device manager in DFU so that I need both the pstorage_raw and...
Hi !
I'm working with the pca10040 and nRF5_SDK_11.0.0_89a8197.
I tried to run the DFU bootloader example with SEGGER Embedded Studio 2.2 ( following this tutorial ).
...
"I need to analyse,what is the array of hex values corresponds to.
#define SETUP_MESSAGES_CONTENT {\ {0x00,\ {\ 0x07,0x06,0x00,0x00,0x03,0x02,0x41,0xfe,\ },\ },\
0x07...
Hi all,
BACKGROUND:
I'm working on a project where we use the nRF51, and our first prototype boards just arrived.
So I've made some power measurements trying to calculate...
Hi,
Currently i am using ble app uart as a reference example and nus service with soft device S130 for our project. I want to use multi role example (central and peripheral...
Hi !
I'm trying to run the BLE bootloader example ( here ). I succesfully programmed the SoftDevice and the DFU bootloader :
The device start in bootloader mode ...