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 am building bootloader. I do not use Softdevice and used example from this topic . Bootloader must read FW from uSD card, update flash and jump to application....
I am using nrf52 , it's always connected to an iPhone, and I need a truly real time respond.
I am sending short messages, like 2 characters at a time, and play a sound on...
Hello, I'm using the nrf52840 SoC, and nrf52840.h appears to be a more "localized" and "specialized" version of nrf52.h for nrf52840. So quite reasonably I should use nrf52840...
Hello, my harddrive went awry and some part of it were damaged (I assume it was file table because a lot of files are affected simultaneously).
So for the past few months...
In s130v2 SDK12.3.0, ble_uart_c, I have set BLE_DB_DISCOVERY_MAX_SRV to 12. Also memory linker is: IROM1: 0x1B000 size: 0x25000. IRAM1: 0x20001EB0 size: 0xBFC0. I use nrf51822xxaa...
Hi,
I have an application where first nrf51822 would act as central, a second nrf51822 would act as peripheral, a third nrf51822 would act as a peripheral. I found that a...
I have the opportunity to select the voltage of the power supply feeding an nRF52. There no other chips in the system, thus there are no other constraints on the voltage....
I want to sign a block of data from my nrf51822. I though the cryptographic library would serve my purpose. But I am not quite able to get my code working. I tried searching...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hi,
I have an application, where I need to send beacons and listen to beacons. Is it possible to do both in the same code base, without tearing down the softdevice and re...
Hi,
I would like first nRF51822(device 1) to use Gazelle library to talk with another nRF51822(device 2) and the same first nRF51822 to use Bluetooth to connect to another...
Hello,
i'm currently looking into ble-bcast-mesh with the goal to transfer a large amount of data (up to 1kB) from one node to another. ble-bast-mesh is working (as far...
Using GCC 4.8.4, it seems to me, that the nrf52_common.ld shiped with the sdk version 12.2 contains a bug:
If an image is defined where the .text data fits into the flash...
I am attempting to connect and send data between an nRF51422 (DK) running the UART Peripheral Example Code and an nRF52832 (DK) running the UART Central example. I am able...
We are a medical company utilizing the NRF51822 board with SDK 11 for our application. As part of filing for approval for our product from the FDA we are required to prove...