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...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hi all,
We're going to implement floating point agorithms on the new chip which has a FPU (cortex M4F). with the 64MHz system clock, how many flops can we have? I could not...
Hello.
I use nRF52 & mpu9250.
I want to use dmp.
But now it's not going well.
Now, there is no error,but fifo_count doesn't change after fifo_count became 512.
I...
Hi,
sometimes not always, the function peer_id_is_allocated return false and this causes an ASSERT of device, because a NRF_ERROR_INVALID_PARAM is returned by pdb_write_buf_get...
Hi,
We're using nRF51822 and in the future we'll use nRF52832.
We do use bluetooth, but as far as I know, we don't use encryption (code is based on the HRS example, and...
Is nrf52 support 3 wire spi interface? I am using AD9837 3-wire spi module act as slave and nrf52 dk act as master. I am using SCLK, SSn(i.e.,Fsync) & MOSI pins only.I want...
Hi, I’m a newbie of nRF SoC. I have a BLE gadget with nRF51822_xxAC that controls LEDs and obtains data from accelerometers through I2C(TWI) devices. The hex file for the...
Hello,
I am able to get NRFtoolbox dfu code work for iOS 10.3. and now able to perform the DFU on BLE device.
But when I perform the DFU its GAP name changes from Beam...
Hi
I migrated from SDK11 to SDK12/13.
In SDK11 I already had avaiable a softdevice to use for ble_app_uart peripheral.
In the new SDK I have to build the softdevice but...
I'm trying to understand example "ble_app_hts" how after advertising make a connection. I didn't see in code any call of function "sd_ble_gap_connect" ? how is made connection...
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...