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...
Hi,
I feel myself a bit silly...my nRF52840 board was working the last few weeks nicely, it was visible both in nRFgo and Keil. I had the board some time in button cell...
Hello, after downloading my user app using keil, I can't seem to erase the whole chip.
This is what I'm trying to do:
erase the whole chip (nrf52840).
program S140...
Hello, when migrating a project from nrf51 to S140 nrf52840, I got an
"Error: L6218E: Undefined symbol app_error_fault_handler (referred from softdevice_handler.o)."
...
Hi,
I am quite a beginner about nrf51822. I understand that I can get RSSI during advertise mode before pairing. But I am not sure I can get RSSI after pairing. Can I get...
Hi, everyone.
Now I have found some posts about the development enviroment on Mac OS X. But none of them describes clearly how to setup the development enviroment with an...
We are trying to get serial bootloader (DFU) working. I compiled a debug version of the experimental_bootloader_secure_serial in SDK13.0.0 to see what really happens there...
Hello,
I am successfully using the following code:
float f = 23.50
char buffer[10];
sprintf(buffer, "Float = %f\n", f);
SEGGER_RTT_WriteString(0, buffer);
I...
Can nRF51 be BLE connected while it's on sleep mode? (connected by other device as Peripheral mode)
I thought, to be connected as peripheral mode, It must be advertising...
Dear Nordic Team,
We have a customer that would like us to extend an C# desktop application to use serial over BLE. What is the best dongle firmware and Windows driver...
Apologies in advance for what could be a rudimentary question. I have a large nRF52832-based project that only uses floating point in a few small but important places. Although...
Hi,
I would like to implement DFU with firmware encryption. I'm aware this isn't present in SDK 12 and would like to modify the secured bootloader to implement it.
As...
I'm seeing the sd_ble_evt_get return NRF_ERROR_DATA_SIZE even though the supplied buffer and length param are larger than the event length. Is this a known benign issue? ...
I need to upgrade my soft device from "s132_nrf52_2.0.1_softdevice" to "s132_nrf52_4.0.2_softdevice". As i am migrating from SDk11 to SDK13.
While migration i found out...