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...
In https://devzone.nordicsemi.com/f/nordic-q-a/47707/how-to-use-sd_rand_application_vector_get-correctly, you suggest to wait a couple of milliseconds if I run into NRF_ERROR_SOC_RAND_NOT_ENOUGH_VALUE...
Hellow everyone, I'm testing the UART communication between the MCU and the PC. There is communication in both directions, the problem is that even if you only press the keyboard...
I was hoping to get an explanation of how the LTE Sensor Gateway sample app works. The SDK documents the sample app here: https://developer.nordicsemi.com/nRF_Connect_SDK...
I am using SPI to transfer data between an ADC and my NRF52 (the spi master) on a custom made pcb device. I call the SPI data transfer in a BLE_UART example (from the SDK...
Hello.
I have encountered a case where app_timer gets stuck indefinitely while processing its timer queue. I have attached a simplified version of the code that runs on...
Hello Nordic Team,
I have an application running on SDK 13.0 which uses the app_timer for some timeout handling and so does repeatedly call app_timer_start and app_timer_stop...
Hi, had to modify this file
SDK nRF5_SDK_15.3.0_59ac345 in file apply_old_config.h
line 818
(SPI_ENABLED && (NRFX_SPIM0_ENABLED || NRFX_SPIM1_ENABLED || NRFX_SPIM2_ENABLED...
I've been learning to use the PWM.
This should set the PWM up for a period of around 250ms
After the period is over I expect to clear pin 23.
I find that its cleared...
Hi All,
In nRF52 SDK 15.3.0 , example ble_app_uart in peripheral mode, i have changed the TX characteristics which is initially of type (notify) to type (read ). I am able...
Hi community, I have a problem establishing a connection with more than one device in the MQTT client example (MQTT/6LoWPAN/BLE). I'm using:
SDK v15.3.0 (also nRF5 SDK...
Hi,
I'm trying to connect my nRF52840 SoC to nRFgo Studio on my Windows 7 Laptop using the usb connection on the nRF52840, unable to see any data about the connected board...
Hello everyone,
I need transfer large data 12KB array send central to peripheral using nrf52832. I try this examples in central (ble_app_uart_c) and peripheral (ble_app_uart...
Hi,
I am using nrf52840 with custom board, sdk 15 and and softdevice 6.0.0. I modified saadc example to sample SAADC value once and stop it in saadc_callback. Everything...
I would like to know, what is the correct workflow with Alarms ZCL cluster?
There are no examples with it in SDK (at least, as I have seen). The documentation on this subject...