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...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
I just finished reading the O'Reilly book " Getting Started with Bluetooth Low Energy: Tools and Techniques for Low-Power Networking " where the author uses the nRF51822-EK...
I could run the examples like blinky just out of the box
But, I am clueless how to add a bootloader to this example. I just want to add a simple bootloader from Open Bootloader...
Hi,
we are about to enter bluetooth and expand our products with it. however, the approval process still raises some questions. What I have understood so far (please correct...
Hi everybody,
as already mentioned in the title, I guess to have stumbled across an incompatibility between the app_pwm library and the gazelle link layer.
To keep it...
Hello,
I'm using SDK 15.3.0
I added "err_code=sd_ble_gap_adv_data_set(p_data,31,NULL,0);" to the advertising_init(void) function, but I got the following error:
Error...
MCU: nrf52840
SDK: V 15.3.0 with nRF-IEEE-802.15.4-radio-driver
problem:
I tested repeatedly connection with my nrf52840 production (peripheral) with andorid phone...
Hi,
I have downloaded MDK Keil software .so the problem is if i click on + sign in all devices in pack installer it is not expanding and also i am getting like this
if...
Hello All,
Greetings!!!
I am working on nRF51822. I am used custom board. For reference i used nRF52 SDk 8.1.0 in IAR.
Right now i am use gpio pin as an interrupt pin...
I send 25 byte long messages to unicast addresses in a Mesh network. Because of their size messages become segmented. access_model_reliable_publish() is used for sending....
Hello,
I am using a combination of several Nordic devices and hardware. The nRF52832 is used in a sensor to collect light level information. That data is transported over...
Hello,
I wrote a simple program to turn on externally connected LED at Port 1 and Pin 10. But it is not working. See the code -
#include <stdbool.h> #include <stdint...
Is there any documentation about how to configure the SoftDevice clock configuration using the RC as SoftDevice clock source?
My target is the nRF52832 with the S132 Softdevice...
Folks,
We're wondering how the soft device can work with it being provided as a hex file? Usually with things like this you'd get object code to link to, but that doesn...
Hi,
I am currently working on a project for which I use the Secure Serial UART Bootloader from SDK 15.3 (nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_uart...