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...
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 try to implement this library to my code.
uint32_t settings_set_erase_flag(int32_t flag)
{
uint32_t err_code = fds_write(flag, ERASE_BOND_FLAG);
return err_code;...
Hello I have this error:
Checking installed packages
pyside: 1.2.4
pyqtgraph: 0.10.0
numpy: 1.12.1
pynrfjprog: 9.0.0
Warning: The software is tested with PyQtGraph...
I wrote a peripheral similar to NUS. Then I use the multilink central to connect to 3 of them. First two are fine. But when the 3rd is added, the 3rd one would connect, but...
Hi,
I want to make an BLE_UART dongle which will receive the data from the module(An external module is connected through UART) and it will be send over the BLE to ble_receiver...
I'd like to write some timestamps to a log variable in order to see how much time has elapsed between certain points in my code. app_timer.h has two functions that look suitable...
Hello,
I have a problem while combining peripheral examples in SDK13. I am trying to combine twi_sensor and uart but when I do this in uart folder, compiler gives following...
Hi support team,
We met an issue for connecting our device built in nRF51822 to Android device.
The nRF51822 uses below firmware program:
nRF5_SDK_12.3.0_d7731ad...
Hello,
I am working UART_BLE_APP , my query is when we transfer the data form smartphone application to the device where the data will get stored in device and can we access...
I have created a characteristic for sending up to 60 data bytes in a buffer using a sequence of 20 byte notifications sent to an external device. This works quite well for...
Hi,
What is an optimal transmission power to maximize the coded PHY range, but still stay within ETSI regulations? Can nRF52840 actually exceed the regulations if I set...
Controller:
nRF52832-QFAA
Reference project:
nRF5_SDK_11.0.0_89a8197/examples/dfu/bootloader/pca10040/dual_bank_ble_s132
Question:
The idea is, to store a init_DFU_by_flag...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 OTP version?
By the way, my development kit and board 0 seems have issue and cannot...
Hi
I use LESC sdk & nrf connect app
How can I know if my nrf51 device and phone are bounding through LESC?
From nrf connect( ios ), how can I know from nrf connect...
i got following error in my project when i import nRFBeacon project in eclipse mars.
E:\android\eclipse-mars\marsworkspace\nRFBeaconActivity\res\layout-land\activity_main...
I'm using the iOS latest iOSDFULibrary pods to import to my app. However, after I using DFUServiceIniciator service the log just show as attach. DFUQuestionLog.m
The only...