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 everyone, I'm using nRF52 kit which has got only one UART module, i'm also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO...
hello everyone, I need a low power product, so I am using nrf52840. There is a problem now, When I add "app_timer_init()"(I never change the code in this method) in my code...
Hi,
I'm currently experimenting with both the nRF52840 dongle and preview development kit and my question is the following :
Using a generic LTE IoT gateway with a linux...
This isn't a question more of an FYI for those who come after me...
I just spent the past hour (at least) trying to figure out why my code was producing an error on a call...
I want to compare some values of RSSI that I have obtained in a test that I have made with its corresponding theoretical value and to calculate this theoretical value I will...
I am working with the ble_app_uart example in SDK 12.3.0 for the pca10028 board, and want to add a second tx characteristic (the one which receives from the nRF Connect app...
In the blog article Bluetooth 5.1 Puts Bluetooth In Its Place this week:
At the locator hub, an antenna array needs to be designed and multiplexed to the Bluetooth SoC...
Hi All,
we are going to develop the lighting application based on nRF52832 with the use of BLE mesh SDK V3.0.0 and nRF SDK V15.2.0. I am new to BLE and also BLE mesh. So...
I have a MDBT40 developing board and a ST-Link. I flashed some example programs like UART and Beacon. And they are perfectly working. But when I flashed other programs it...
Hi,
I am facing a frustrating problem which came up all over sudden: I am using the nordic uart serice/nRF52/SDK13 and after a couple of connects/disconnects of my peripheral...
in the code below. implemented on a mesh form multiple Clients (Publication addresses) to the server (subscriped) to all the clients.
The code reads beacon data, removes...
Hi all
I would like to use UART on a custom board using the nrf52840 chip. I am using the app_uart driver and have gotten a loopback to work. I have a couple of questions...
Hi
What is the way to connect (pair) device which has nRF52832 BLE with Windows OS. We need that
Bluetooth connection creates COM port, because our software communicates...
I am in the process of replicating the BLE5 Long Range Demo (found here: devzone.nordicsemi.com/.../)
I have two of the dev kits communicate and receiving the RSSI values...