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...
Hi All,
I think I noticed a bug in the nRF Connect v1.0 application. The Scan Response data is not shown in the Windows application. When I scan the device with the iPhone...
nRF8001_BLE_UART.txt
I am using an NRF8001 with the ble_uart_project_with_dfu_template and programmed an ATMEGA328P with it. The code works great and I can scan and communicate...
Dear sir,
Can we use 8.08.90 J-LINK EDU for programming of Nrf52832 Chipset.Please also specify its limitation if it has any.
If we cannot use this then please specify...
I'm starting to use Wireshark a little more and sometimes it is not displaying all of a device's manufacturer data. For example on some devices it is not displaying the manufacturer...
hi,
As a ambitious tech lover i bought BLE400 nrf51822 motherboard. I downloaded SDK 11.0, keil and nrfgo. I started programming based on the Nordic developer Zone. I first...
Hi, I try to connect nrf51822 and use example "ble_app_hids_mouse". I can pair this device and I confirmed that "Notify" becomes automatic at that time in Enable.
But, when...
Hello,
I am working with the Enhanced ShockBurst protocoll on a nRF52832.
For synchronization reasons between several nodes I need time stamps in my data packet...
hi, i build a test project to test IAP(in system program) function of nrf24le1. the project just did follow things:
1. setup uart;
2. erase page 30
3. write data "0xaa...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...
hi there!
i'm struggling with the problem about using i2c with IoT SDK.
my project is about transferring sensor data (i2c) through ipv6 over ble , so i used the IoT softdevice...