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...
is there a version of nrfutil that works on linux?
this one doesn't: github.com/.../pc-nrfutil
$ nrfutil dfu genpkg --application _build/nrf51822_xxac_s110.hex fota.zip...
Hello,
I have used ble_app_uart example and wants to transmit 12 bytes data over ble using this function ble_nus_string_send call.
In 1 second how many times ble_nus_string_send...
Hi,
At the moment I'm trying to make some current measurements with the new nrf52 dev-kit from the global tech tour. Unfortunately I'm not able to go into Idle- or even the...
Hi,currently i want to measure the current consumption of nrf52 DK. I followed the tutorial nRF51 current consumption guide ,and use the Power profiling application in the...
HI. currently, I have used the nrf52 board to test the power consumption of ble,I followed the tutorial nRF51 current consumption guide,loaded the Power profiling application...
I've got my UART (with fifo) functioning, and now I need to read in a string and determine whether to act upon it or not.
I'm using the s110 softdevice, and I found a BLE...
Hello,
i would like do Output over UART (printf) the UUID and the DeviceName.
I have the scanning data p_gap_evt->params.adv_report.data
When i would like to get...
I am using nRF52832 DK. I have connected our custom board using Debug out and loading code is successful for custom board. I loaded radio_test code.
Now I want to test the...
I use eclipse IDE as a builder. My toolchain is arm-none-eabi 5.2.0.
Compilation is for N52832 processor. I imported *.ld script files and startups from nRF sdk.
During...
Is there a plan to fix this errata limitation from errata limitations documented on softdevice?
If Radio Notifications are enabled, flash write and flash erase operations...
Hi all,
I'am using nfc url record from nRF5_SDK_11.0.0-2.alpha.
The example works fine on PCA10036 but not PCA10040.
No ITs are generated on µC.
I'am using Nexus 5X...
I am developing an code which requires use of multiple Timers.
I am using Sdk 11 here when i try to initialize timer there is no field for APP_TIMER_MAX_TIMERS in APP_TIMER_INIT...
Inorder to create a c++ wrapper in nordic SDK , i have to
change the Makefile so that it can compile both C++ and C.
in the example the makefile already has gcc added but...
I would like to have BLE using 51822 and audio using a separate BT classic chip on my device. Are there any products in the market that use separate BT chips for LE and classic...
Hello everyone,
I would like to ask that when my project will get the event(BSP_EVENT_SLEEP、BSP_EVENT_DISCONNECT and BSP_EVENT_WHITELIST_OFF)
With the example,in the...