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...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Hi
I want to calculate the estimated current consumption referring to nordic documentation .. In fact i can't pick how much time each stage ( A, B, C, ...) dures.
Any...
Hi,
Please share nRF51822 observer mode power consumption profile plot to get complete power consumption during only receiving mode.
See below plot for advertising mode...
Hi.
I'm little baffled by the example. Out of box it doens't add the alert notification service to gatt service list in advertising init. Nor I cannot see it with nordic...
As i recently wanted to have a timer as a class member and a naive
class Foo {
APP_TIMER_DEF(my_timer);
};
did not work I started to look into the source code....
Hi,
I'm trying to configure the SPI by using the nrf_drv_spi. the problem that I'm facing is the configuration of the "spi_config.SPI_CPHA = SPI_CONFIG_CPHA_Leading" which...
Hi!
We are using ble_radio_notification for changing the advertisement data after every advertisement.
The problem is that it doesn't work, the device freezes when trying...
I have designed a custom PCB with Nrf52 for an ECG wearable sensor application and is trying to optimise the power consumption of the device. The application is to collect...
Hi.
I'm currently trying to scan beacons with timeslot example.
However, I found that there're more than 20% of loss while scanning beacons broadcast.
I think that...
Hi, I tried Adding another service to the LBS Program, but the chip is getting reset , i have another 16 bit uuid service with different base uuid, Its getting stuck at SOFTDEVICE_HANDLER_INIT...
hi
im using nrf51422 v2 with external sdk v6 with softdevice v7
im running one of example that its name is ble_app_template and when i run it , it show up for just one phone...
hello,
I want to change the advertise time out time by BLE_GAP_ADV_TIMEOUT_LIMITED_MAX.
Is there a problem with changing BLE_GAP_ADV_TIMEOUT_LIMITED_MAX to ex. 1000sec...
Hi,
I can use nRFgo Studio via nRF5x Bootloader to update application firmware(Hex file).
It look to be using "nrfutil.exe" to create a XXX.zip file and go through UART...
Hi.
I am on nRF52 DK (PCA10040 v0.9.0, s132 SD), SDK 0.9.2 and Linux (Ubuntu).
I am currently working on the SDK's example ble_app_uart.
I am only using gcc, and...