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...
Hello,
I've the nRF51 DK which works fine because I managed to upload BLE Softdevice and application with nRFgo Studio. But I cannot get the MCP (Master Control Panel)...
Hi,
I'am working on a project that use the NRF52832 and i can only use P.23 and P.12 on my custom board because they are already wired to a connector, others pins are not...
What is pinout for nrf51822QFAA ?
Everywhere is description Generals Purpouse and I don't know which pin is I2C or SPI.
I don't want long find in example source codes.
Am Working on android application where the Requirement is User will get a Notification about firmware update having YES or NO options.If the user selects the YES options...
hello,
I want to make a beacon with NRF51822 chip.
But now i have a trouble:
In normal working mode, after i stopped the advertising with sd_ble_gap_adv_stop() ,i cann...
Hi,
I am working on one project.
The background I use now is using SDK14.1 and SDH version 5.0.0-2.
The tool is using Keil.
I wonder if I can use two USB descriptors...
There's a serialization library for the soft device, but it's not clear whether the NFC library can be used via this interface: github.com/.../pc-ble-driver
Hi,
I'm following instructions for testing Thread Secure DFU example and I can't get this working. I think there's a problem with client application. LED3 starts being...
Hi,
I want to change my gzll receivers from NRF51 to NRF52. But I've done some performance testing to see if it is really necessary. And here is my problem:
When using...
Can we update DFU firmware through cloud. without selecting the zip file present in Internal Storage of Phone.
In nrf connect app present in play-store its asking ZIP file...
Hi! I use ICM-20602 motion sensor that is similar to MPU6050. Its communication type is also I2C.
I made I2C wrapping module for ICM-20602. In the module, I added i2c_write_byte...
Hi,
I searched devzone and it looks like the Nordic mesh PB-GATT will be available sometime this year. However I'm wondering if it's possible to use Silab's BLE mesh Android...
Hi,
I am using nrf52832 sdk11.0.0 s132 v2.0.1.
In my code app_timer uses RTC1.I want to use RTC2 for counting 1 minute without disturbing the ongoing functionality....
I'm trying to send a string of bytes from nrf51822 to an android device.
I'm using notification.
There will be potentially thousands of data to be sent from nrf51822...
Hi All,
In our use case ,we have connectable and non connectable mode(beacon). As i understood we have to use 2 different channels to advertise the data. can any one help...