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 use the nRF OpenMesh from the GitHub. ( https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh )
My mesh network just has two mesh node, node A and B.
I made A...
Hi everyone!
I want to work with two UART interfaces in my nRF52DK, in one hand, I must receive data sended by one cable which converts USB to serial, for this I use this...
Hello,
I caused a hardfault error and triggered the HardFault_Handler in "hardfault_handler_gcc.c". But instead seeint its source, I could only see the message no source...
When I start the nRF51822 sniffer ble-sniffer_win_1.0.1_1111_Sniffer.exe I get the following message:
!!Your firmware is outdated!!
Please upgrade (press CTRL-R).
When...
Hi team,
I am using sdk 12.1.0 and ble_app_hrs_c example.I enabled #define NRF_LOG_USES_TIMESTAMP 0 to 1 and iam usng nrf51822 dongle.my program gets hanged.I need to print...
Hi all,
I use the example of examples/ble_central/ble_app_multilink_central/ to test the connect timeout event. When it scan the peripheral and try to connect it, power off...
Hi, I am wondering why, sometimes, I get an odd packet out of order on the receiver. It is very random, it can occur at anytime, though usually it takes a minute or two. Testing...
So, does anyone have practical advice for reducing the code size of peer_manager and related modules, so that the ble_app_template project fits on the nrf51822 128KB part...
I am having an Windows 10 64bit OS. I am using PCA10000 board as sniffer. When i try to use it, I am getting Try plugging out the hardware error. Even CTRL +r is not working...
Hi
I have this board: www.sparkfun.com/.../13990 connected to a PCA10040 Nordic board. I am able to write and debug the Sparkfun board (the blinky LED example). I am now...
Hello,
According to the nRF Sniffer Guide 1.2, the sniffer is supported on a number of platforms (nRF51822/nRF51422 Evaluation Kits and others). All of them (as far as...
Hello,
I have problem when trying to use non default pins for uart.
This is what i got:
UART:WARNING:Function: nrf_drv_uart_init, error code: NRF_SUCCESS.
UART:INFO...
Hi,
Do you have any ready made example or can you give me guidance about the program in which the location is calucated based on RSSI values of the beacons.
Basically...
Hi,
I wanted to know that if I have e.g. 10 beacons placed in the super market. Let say I am in the meat section and there are three beacons among which I am close to one...
hi,
i'm designing a custom board and i want to detect when the USB is plugged in. the nrf51822 chip working with 2.5V, for that i had the idea to make a voltage divider...