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...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hello,
I am using nRF52840 microcontroller to communicate with an external integrated circuit, through I2C peripheral . The project is using the latest Nordic SDK: more...
Hello,
I am running 1\nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble\ses example of SDK 17.1.0. Now, I want to update the firmware when it is pressed...
Dear Ladies and Gentlemen,
I read for detecting angle of arrival the following page:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
Hi,
I want to develop simple app that receives data via BLE and send it through UART so I could gather them to file or draw a real-time chart in SerialPlot.
As far as...
Running the secure DFU example in SDK 17.1.0 results in hardfault in IAR EWARM 9.10.2. The board used is PCA10040.
Using EWARM 8.50.4 seems to work without problems.
Steps...
I have a number of custom projects and boards that were created using SES.
How do I get nRF Connect to see my projects and boars. I have a separate directly structure where...
if i am controlling two spi devices with one instance, can I just define a new SS in the same SPIconfiguration or do i have to close the connection and select a new one? ...
As soon as I plug in my nRF52840, the whole board gets extremely hot. When I try to upload a program, the error message "No J-link device connected" pops up.
With another...
Hi!
I use XMONITOR to get the current cellid but it seems strange.
%XMONITOR: 5,"","","24008","2725",7,20,"01ADF70B",215,6400,50,35,"","11100000","11100000","01001001...
I'm working on nRF9160-dk.
I built a sample application "serial lte modem" in NCS 1.6.1.
i can use AT command on the UART0, but i find the printk in source code is not...
I have successfully compiled my project using `west build` and now I am trying to load it onto my nrf5340 board I recently purchased. Here's what I'm doing:
- From the same...
Hi,
I would like to test some environments. Therefore - I would like to use an example from SDK 17.0.2, which allows me to connect to a PC via NFC, as a peripheral, receive...
I'am working on nRF52840-DK and nRF9160-DK.
i'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim...
Dear nordic team,
i want to take log from dfu example i tried using rtt veiwer but it doesnt work.im using sdk version 17.0.2 and soft device 7.2.0 and nrf52840 DK
in...