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,
The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash(1024K) into the following regions:mcuboot(48K)...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...
Working on a proof of concept demo that will use bluetooth mesh (Proxy and relay nodes). and want to select the right development kit. Was looking at the nRF5340 DK but the...
Hello. I am using NRF SDK 1.9 version + VS Code to process accelerometer data. NRF52840 + ADXL375 The accelerometer is configured to issue an interrupt under a certain condition...
Dear Nordic Engineers
I would like to sample the ADC between advertisements or connections, that is when the RF is sleeping, so I want to use Timeslot, I see there is a...
I am trying nrf52840. The conditions are as follows. -The development environment is SEGGER. -nRF5_SDK_17.1.0 -The evaluation board is a DK from Raytac. There are two identical...
Hello,
I'm starting a new project on a NRF52810, and i need to use the pairing feature in my application. As a result i need to compile the FDS driver. If i'm doing so,...
Hello,
I have setup a single master and multiple slaves (10 in number).
The master has master TX channel and the slaves have slave RX channels.
The slaves send data...
Hi, I am working on ble_app_uart_c_pca10056_s140 project. I have changed the following for power saving. Is this the right way to achieve this mode? After how much time it...
I used this code to convert my analog sensor data to digital with 5 khz continuous sampling and after that i want to sent my data to pc via BLE. In this code, NUS was used...
I'm using a custom battery operated board with the nRF52840, when there is no GPIO events for a specified time period, the device goes to a hibernate mode using the __WFE...
I am currently working with a dvk-bl653 working on increasing the speed of the DFU. I have a max packet size of 251 and have tried different connection intervals but only...