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
I use SDK version 12.2.0 to do a project. I add two 128bit uuid into my project. The one of 128bit uuid is created by myself. The other one of 128bit uuid is used ancs...
Hello,
I wanted to check the log on nRF52 example codes. Though the code compiles and runs (GCC compiler) I do not see the log anywhere. I tried connecting the device ...
Hello,
I was going through the schematic of PCA10040 and I see that the nRF52832 is interfaced to an ATSAM3U2CA-AU. I was under an assumption that nRF52832 itself is a...
We have a custom PCB with the nRF52 MCU.
Our application uses BLE. Thus, we need to program first the SoftDevice. In our case, we are using nRFgo Studio.
Normally, when...
Sorry to ask again, but even after looking for some time at all the marketing material and the forums, it was hard for me to find out what BT 5 features are really supported...
Hi,
I followed the RTT tutorial but When I try to BUILD the project I got this error. What is it?
Error: L6200E: Symbol SEGGER_RTT_WaitKey multiply defined (by segger_rtt_1...
I'm trying to interface bno055 with nrf52 dk (PCA10040). I had written the relevant code for the nrf52 dk and added the same to ble_app_uart code and simple uart code. I'm...
Dear colleagues,
I am trying to erase / program the custom board ( with nRF52832 SoC installed) using nRF52-DK. The setup looks like that:
nRF52-DK Custom / External...
Hello Everyone,
I wants Real Time Clock examples in nRF51 board. Like following link which is implemented on embed microcontroller for nRf51 board.
can any one help...
Hello,
I want to discuss the following code with you:
www.dropbox.com/.../AABddGcZagoqWHnJqfPrpbm9a
In the main file there are init functions for uart and twi and...
Hello,
I am using pca10028 and sdk 12.2. I want to scan the nearby ble devices and want to display the mac address using uart. So which code should I refer or which thread...
I am doing some custom work, and have discovered an odd bug, that I can not seem to figure out.
On the tx radio, I am transmitting a BLE ADV packet with the first 3 bytes...
On nRF52, I see that 100 kHz gives a SCL period of 10 us which is correct but for 250 kHz, I get 8 us instead of expected 4 us. Similarly, for 400 kHz I only see 5 us instead...
I have a case where a module that can perform bit clears in the UICR needs to execute while a Soft Device is present and enabled.
I am aware that any direct flash access...
Hi Nordic and fellow developers,
I have been working on upgrading the nRF51822 QFAA s110 and upgrading the soft device to work as s130 for its (simultaneous Central/Peripheral...