uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
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...
Hi all,
We need to develop a communication channel between 2 Controllers
One is Master controller and another is Slave controller
Master controller will send Data...
I'm developing a central providing NUS client service to multiple concurrent peripherals.
I use nRF52832 DK and SDK14.0, s132_nrf52_5.0.0.
I Want that NUS central can...
Hi,
I am working on another project.
I want to make BLE and USB BULK communication operate at the same time.
My development environment is Keil,
It uses nRF52840 and...
According to the point above
link text
i bought the thingy but i did'nt think about the jlink ..
you can add me to the advent calendar ;-> for a nRF52 DK because...
I understand that the connection parameters viz. connection interval, connection supervision timeout and slave latency are negotiated between the BLE Central and BLE Peripheral...
We currently have a SPI interface between MSP and the Nordic nRF52840. In the DTM documentation it indicates UART is used to command the tests. Is it possible to do this using...
Hi,
I have 5 nrf52832 and nrf52851 beacon boards. All nRFs working in the beacon mode. They all in the same room. I tring to get a list of the active beacons the module...
Started out with the ble_nus-exmple. Added logging of a sensor to flash, and got it to work in SDK11, even without using the sd_flash*-routines, but writing/erasing directly...
I would like to perform an OTA on the DWM1001 board which has a nrf52832.Where can i get the details an the range that can be achieved with employing ANT.Are there any test...
I am following Tutorial 7 on "Development with GCC and Eclipse" and I am working in the Windows 8.1. I have followed instructions from the tutorial for installing the arm...
hi,
i am using a nRF5240 DK for receiving multiple services and characteristics data from Nordic_thingy_52,to receive and print this data on UART i used sdk 14.2.0's "ble_app_blinkey_c...
Hi there~. I was working on a BLE RC car (BLE peripheral) using Nordic's nRF52832-QFAA MCU , Nordic's UART Service for motor control, and Battery Service (BAS) for battery...
Hello.
The development environment is as follows :
OS : Windows 7 Pro 64bit
IDE : Keil uVision V5.24.1
Python : 2.7
SDK Version : nRF5_SDK_14.0.0
DK : PCA10040...
I want nrf51822 to switch between 2 different advertising timeout. One will set advertising timeout with 20s, another will keep advertising.
Currently, I use following...