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...
I tried generating sec_tag using sys_rand32_get() or other arithmetic method during runtime. All 3 certificates (CA, client cert, client key) were able to be written into...
I want to compile the ble_uart example using Segger Embedded Studio. I installed today the latest version V8.16. I am using nRF5_SDK_12.3.0_d7731ad.
I imported the project...
Hello,
I'm trying to change the name of the USB port in the "usbd_ble_uart_freertos" example code. Currently, it shows up in the Device Manager as "USB Serial Device (COM12...
I am developing a simple BLE mouse using ble_app_hids_mouse of SDK17.1.0. I found out through devzone that left mouse button click sends (1, 0, 0) and right button click sends...
I'm unable to load values into characteristics—they show up as N/A on the nRF Connect app. I tried to enable notifications using the Client Characteristic Configuration, but...
Hi Nordic Community I have a problem with the PAwR examples were I'm unable to place a sync interval bigger than 2 secs.
The example starts with an interval of 0xFF * 1...
I am working on firmware that acts as a BLE sensor hub to pipe BLE data from connected sensors to a PC over USB (using the CDC ACM UART interface). The peripheral sensors...
Hi team,
We need to interface STM32L4(Host MCU) with WT02V40V in our design.
Is UART communication enough for interface both?
And also, Is CS pin common for SPI and...
Hi Support Team
We want to use nRF7002 and nRF54L15 to implement Wi-Fi, could you provide us the hardware reference design of nRF7002 work with nRF54L15 ? Many thanks.
Hello Everyone,
I am designing the BLE peripheral which is connectable, we have our own BLE mobile application. I am trying to configure the peripheral to be visible to...
I am attempting to compile the nrf sample code for peripheral uart and I encounter a fatal error in the extensions.cmake file. Apparently the CACHE_VAR_REQUIRED is set somewhere...
Hi,
I uninstalled my VScode earlier for some other reason, and when I reinstalled it and upgraded toolchains and SDK to v2.7.0, I found that my VScode couldn't find my board...
We are developing the project ARGO .
At the current stage ARGo is going to Support NB-IOT communication
A mother board is under development to support the mini-PCI card...
Dear Sir/Madam
I have installed the Jlink driver and nRF sdk for 9160 on my macbook.
I use the nRF Connect for VS code to program, but I can't see the device under the...
Hello,
I'm trying to get some basic SPI communication between the nRF91 and nRF52 chips on the nRF9160DK. We have been using UART for this communication however we want...