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...
Now we use the SDK V11 I2S sample program to collect data of digital microphone. We want to get the frequency of the sound and the dB value size.I don't know how to calculate...
Hi guys,
I want to know if it is possible to get started on developing applications for nRF51822 without using the evaluation kit. I want ot have a couple of breakout boards...
Hi,
I am testing that nRF52832 transfer QVGA still image from image sensor to phone as follows.
nRF52832(nRF52 DK) is connected with image sensor through some...
Hi All,
About DFU.
I want to know about UART DOWNLOAD for nRF51822 with S130.
Can I download the firmware via UART for nRF51822 with S130 ?
It's not OTA DFU.
...
I wanted to know what's the maximum data throughput if one device has both roles (Client/Server) working at the same time. I already saw the tables for the different SoftDevices...
Is there another IC I need to integrate into my board to allow the chip to be programmed through USB? Also, is the same true for programming OTA? I understand that I will...
Is there anyway to enable the UART on a NRF51822 to be 7-bit data instead of the default 8-bit?
Lowest level driver structure I could find is
NRF_UART_Type (nrf51.h...
I'm using Master Control Panel for PC to try to test bonding with MITM security on the peripheral I'm developing, and I suspect there's something wrong with the Master Emulator...
I am using the nRF52 in 2Mbps proprietary mode. I am running my own custom stack to maximize data throughput. There are no re-transmissions in my design. I have a loop of...
In sample code for central devices,, the BLE event handler, on_ble_evt() , handles the `BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST' by accepting the request. Is it possible to...
On pages 49-50 on the nRF51 Product Specification, in section 8.5.2, there's a bunch of current consumptions listed for the Radio with the DC/DC disabled.
Do those values...
Hi there,
I was hoping to first pull the SD version and application version from the device before I attempt to send an update.
Are these values exposed anywhere within...
LAST EDIT AT END OF POST
We are using a custom board with an nRF51822 programmed with a modified beacon application (which worked several months ago). After opening MCP...