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 Team,
I am new to the OTA process for nRF52840. Please help me with the below query.
1) Is it possible to perform the OTA over BLE and over thread network as well...
Hi, We use the QSPI already very well for a flash device that has the correct commands. Now we want to use a SRAM, also QSPI prepared, but it has some other commands, there...
I'm trying to decide on a protocol to use between two nRF52840s.
Both will connect to an App and each other at the same time
Latency is important because the communication...
Hello everyone,
I'm currently trying to get a SiLabs WF200 WIFI module working with a nRF9160 as the host running on Zephyr. Unfortunately I do not get any clock signal...
Hi,
I am testing the advertisement packet scanner based from nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_uart_c.
At current stage, I can receive the advertisement...
I want to use bootloader for nRF52811.
On nRF5 SDK 17,
exmaples/dfu/secure_bootloader/pca10056e_s112_ble/config/sdk_config.h #define NRF_DFU_APP_DATA_AREA_SIZE 8192
...
I am writing a basic health device application, It starts, loads saved data, starts advertising, takes measurements, if a connection occurs the data is transferred, other...
I have compiled the example application ncs\v1.4.0\zephyr\samples\boards\nrf\system_off configured for the nRF52dk_nRF52832
This example consumes 450-500uA (SB9 cut)......
Hello Nordic support team,
We are making product relate to battery service.
Tool and SDK: - nRF5_SDK_17.0.2_d674dde
- SEGGER Embedded Studio for ARM Release 4.52c
...
Hi, I am doing some development in nrf52810. where i want to use BUZZER to produce TONES
I am using SDK17.0.2 SES
I want to create tones instead of just beep sound in...
I found a fairly cheap (<$5) FCC certified NRF24 module with 20dBm output power. NiceRF RF2401F20 ( https://www.nicerf.com//product_180_216.html )
The FCC ID is 2AD66-RF2401F20...
Hi,
I would like to know security related libraries available in SDK 17.02.
Libraries that I found
1. Peer manager
2.crypto library
I would like to know is there...
Hi,
I got problem with Implementing the FDS example code as below, which I using is SDK nRF5_SDK_17.0.2, and always got error "FDS_ERR_UNALIGNED_ADDR", Already searched...