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...
Hello Guys,
I'm about to start my first BLE iOS project and I was wondering if there are any compatibility issues or anything that I should be aware between nRF51822 and...
im running on mac with eclipse and tried to use debugger prints, but the don't show up in the console.
Same goes for printf and uart.
Is there a flag in the makefile preventing...
Hello,
I am checking to see if it is possible to use app_twi_perform() to transmit TWI transactions that have a High Write bit. I have changed the polarity of APP_TWI_WRITE_OP...
I'm developing an embedded application using the nRF52 device. I am using GCC to build the C software and a segger flash device to program the nRF52, all using linux. I wish...
I wrote this code found in an example and it works fine:
#include "nrf_drv_config.h"
#include "nrf_drv_timer.h"
//Before I activated TIMER0, TIMER1 and TIMER2 in nrf_drv_config...
Hi,
I am using eclipse IDE and gdb to debug and flash applications onto nrf52 dk. I wish to be able to print data and messages to the eclipse console. I work on mac OSX...
I'm trying to send data over UART... started off using the examples from the SDK.
When I run the code on the dev board, I can get it working. When I load the code onto...
I want to use ESB protocol, with app_timer module to generate timer interrupts. Is it possible?
If yes could you please send some example codes for it? thanks
Per the nRF51822 product specification the NVMC ERASEPAGE operation takes up to 22.3 ms, about 730 ticks of a 32 KiHz clock. This is 365x the maximum delay between the watchdog...
For evaluating the nRF52 for a project I need to demonstrate BLE 4.2. secure pairing with NFC
I want to use two nRF52 eval boards but I need two software examples: One...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
Hi all! I have an application where i perform a "write command" with a device on the characteristic value of another device (client). I want on the client that when it receives...
Hello ,
I have an idea of using nrf51DK along with another external microcontroller both of them are connected via SPI inerfacing the aim of my question can i use the bootloader...