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...
Dear all:
My device uses LDO mode and DC-DC mode respectively, and the distance is different.In 4dbm, the distance of the LDO mode is 110m, while the LDO mode is in the 70m...
Hi,
I was wondering if anyone could clarify why there are enable, set and clear (CHEN, CHENSET, CHENCLR) for the PPI channels when according to the data sheet they all...
I checked S130 document for using nRF51822.
I want to change the nRF51822 like the following mode.
peripheral => central => scanning => peripheral => central => scanning...
Hello
I am trying to change the ticks value of Battery measurement interval (ble_app-prox example) but i am not able to understand how the ticks period is measured based...
Hi,
I was seeing memory leak issues when using NRF51 with JLkink v4.98. See this link:
forum.segger.com/index.php
This issue has been fixed with the latest version of...
The address miss event is not shown as a transition in Figure 22 of the NRF51 Reference Manual. What state does the NRF51 enter upon an address miss and how long after the...
To use BEL application, the soft device must be downloaded before programming.
i can find a table shows that which soft device version is suitable for chip version.
how...
Our application is developing RC units for small (indoor) model airplanes - we want to be able to have multiple planes flying at once without "stepping" on each other.
...
I'm developing a NUS-based peripheral and adding a timeout to force a disconnect after a period of inactivity (i.e. no incoming NUS data). However my peripheral also provides...
Hi all,
I'm trying to use Ant+ HRM RX demo profile from nRF51_SDK_10 ( nRF51422 ) between my board PCA10028 and a Garmin rate sensor but I get some trouble.
Let me explain...
In the example iOS app and the DFU service in the firmware there is a DFU revision characteristic UUID 0x1534. The Nordic SDK documentation don't mention this characteristic...
HI,I'm having trouble in flash operation.I I did an experiment of flash operation.I call pstorage_store( ) or pstorage_load( ) very second after nrf51822 connected with app...
I would like to know how long TXIDLE state takes, between sending two data packets, for NRF51822? I want to minimize the time between sending two data packets, to maximize...
Hi,
Everyone,
I am trying to understand BLE app code and using debugger to find the values of the data sent over BLE during advertising mode.
But during debugging I...