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...
Hi Nordic,
In my project, I have a NRF9160 and a NRF52832 with a ble host/controller stack over SPI HCI on NCS v2.5.2 As soon as I activate the HCI SPI in my project, the...
Hello Engineer Greeting of the day i am building my product using nrf52833 IC , there are some communication modules connected to the 52833 , i want to cheack lowest power...
i have to interface MT29F4G01ABAFDWB in zephyr rtos but i need help how create overlay file for it(i want to interface it using spi), i already have bare metal drivers for...
Hello,
When we flash the BLE Zephyr project to the external chip (nRF52833), do we need to add the SoftDevice controller .hex file as well, or does the merged .hex file...
Hi!
Currently I have the following application requirements:
Use SPI peripheral to communication with FPGA device. ( NRF5340 [ SLAVE ] <---> FPGA [ MASTER ] )
The goal...
When trying to flash the hello world program onto an Adafruit nRF52840 Feather through a j link it fails with "FATAL ERROR: one or more Python dependencies were missing; see...
In any Wi-Fi firmware that I write with nRF Connect SDK I get this error message in my console logs:
<err> net_icmpv6: ICMPv6 handling failure (-2)
This happens in every...
I'm running into this issue quite often where I have a Build failure. I'm sure to others the way to troubleshoot what the issue is may be obvious, but being fairly new to...
i am having a bus fault somewhere in my code, i am trying to use addr2line to identify the source code line that it heppens at, for some reason it shows as if the adress is...
I am trying to connect two thingy:52 and a Polar H10 heart rate monitor simultaneously to nRF9160 dk, but while building the application I am encountering this error. Can...
We are utilizing the nrf5340 alongside the nrf7002 for Bluetooth Low Energy (BLE) and Wi-Fi communication between a wearable device and a host. The host is a laptop connected...
Setup
nRF9160-DK
PCA10090 1.1.0 2022.4
Modem FW: mfw_nrf9160_1.3.3
Asset Tracker V2, I tried both the downloaded version from here: https://www.nordicsemi.com/Products...
hi support team,
in 9161dk, when we need to program external flash, we need to config board with nrf connect, may i ask what's this? and if i need to consider power consumption...
Hi, I have a use case where I want to use USB ACM CDC with HR central.
I am using examples central_hr and cdc_acm examples from the NCS and it is working great separately...