Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Has anyone been able to successfully connect a BLE device to nRF Cloud using an Android device as a gateway?
I don't see many posts or discussions around this topic. After...
Hi,
I am developing an application, in which I need to store the data collected from various sensors in external flash, in a particular format (Dataset no. - Sensor1 data...
When I use sniffers and wireshark for debugging (ble_app_uart), I found a strange place.
The following are the empty data PDUs seen from wireshark:
50ms:
Master-...
Hi,
I want to use battery service in my beacon for that i have tried two examples of sdk14 on nrf52 dk
1)ble_app_hrs
2)ble_app_proximity
in first example ble_app_hrs...
Hi,
I am nrf52832 SDK14 .
Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it. ...
Hi,
Do you know why I get a warning : Unable to allocate memory for relay packet. ?
I am trying to mesh 2 servers and 4 clients. with client capacity 3 for each server...
Hi,
I'm trying to run the gdb on the nRF52 with softdevice s132 and in the begining it runs ok but after some time when I run (gdb) list I get: "Line number 435 out of...
Hello,
I'd like to send 16 bits data over ble instead of 8 bits
gatts_value.offset = 0;
gatts_value.len = len;
gatts_value.p_value = data;
err_code = sd_ble_gatts_value_set...
The call to ble_x_handles_assign() is not uniformized on all the examples. It's sometime call from on_ble_evt() or/and from x_evt_handler() .
From the doc on the function...
What shoul i do? 0 erro with code
SEGGER J-Link GDB Server V6.20d Command Line Version
1. JLinkARM.dll V6.20d (DLL compiled
Sep 29 2017 16:44:59)
Command...
I am using S120 Softdevice, with bunch of different type ble tags(peripherals). written a code to connect multiple tags at a time and doing a gattc read to fetch the battery...
I have a technical issue I am facing while doing development with Nordic NRF52840. I have an application which I am sending command though virtual com port using CDC ACM USB...
Hello everyone!
I am learning with nrf52840 MCU and SDK version 13. When I read the example. I see one line:
SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t...
Hi,
I'm developing a project based on nRF52 and utilizing NFC for my master's degree. One part of the project will be a beacon with as small PCB layout as possible. That...
Hi,
Often when I try connect BLED112 dongle to bluetooth module BMD-300 by command:
ble_cmd_gap_connect_direct(DeviceMAC, gap_address_type_random, 60, 76, 100, 0); ...