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...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Hi
on nrf52832 ble_app_uart how can change MTU size and LL payload size?
have any source ? or example ?
or any change MTU and payload example ?
( for BT4.2 ~ BT4...
Hi,
I'm using SDKv14.1 on nRF52810. I doing the DFU according to the ble_app_buttonless_dfu example. When I use sd_ble_gatts_service_add to add service UUID in the ble_dfu_buttonless_init...
By testing the source example of throughput example of S132, it is known that throughput is mainly affected by four factors.
1, ATT_MTU
2, DLE
3, Connection event...
Hi Nordic team,
Currently our company under developing the product using NRF52840 + S140 Softdevice.
Now we prepare to list our product with Bluetooth SIG but after...
Hi,i have some problems at fds in sdk14.1 ble_app_buttonless project.
1,fds_register() & fds_init();
2,fds_record_write();
3,fds_record_find();
4,printf the record...
Hi guys,
Right now, I'm trying to do some throughput measurements via the experimental ble_app_att_mtu_throughput example. This using the SDK 14.2 and S132 on two nRF52832...
Hi,
I have seen some curious behavior with the FDS module. I'm using nRF5SDK 14.2.0 with s140_nrf52840_5.0.0-2.alpha, with FreeRTOS. In short: In some cases it seems that...
Hi!
I want to get infinite advertising.
My advertising gets timed out in 180 sec.
I have set to Fast Advertising Mode.
Below is my code
static void ble_evt_dispatch...
Hello,
I'm following this BLE services tutorial . I have added the functions required to create a service.
In the our_service_init
void our_service_init(ble_os_t...
Hi guys,
Currently, I am developing a application on nrf51822 which requires writing values on flash to store in case of power down. However this values need to be updated...
I have a nRF51822 smart beacon kit and a ST-LINK V2. I read the documentation found on nordic's website, downloaded all the programs that the documentation requested etc....
Looking through the ESB implementation in SDK 14.2, nrf_esb.c I notice it uses
#ifdef NRF52
on several places. In nrf.h, the "old" NRF52 gets re-defined as NRF52832_XXAA...
I tried every configuration I can think of to reload firmware on the DK with JLINK drive when PPK is piggybacked. The only way I can get the firmware to load on the DK is...
Hey, I'm running the ble_app_hids_keyboard example. I would like to modify it so that once I have a connection to a device I can press a button and go into advertising mode...
I have questions about nrfutil's latest.exe. Dose it able to do OTA DFU over BLE for every SDK version's firmware?
I have been trying do OTA DFU using Master Control Panel...