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...
We have a BLE application where we need hopping through nodes. I have shown below how it looks like. We don't want mesh network because we don't require node to node communication...
i use nrf52_DK to debug PDM with a digital MIC, and select the P0.09 for the PDM clk, but i have not see any clock signal output, is it right? and i also haven't see the convet...
Say I have 3 records, then I delete them and collect the garbage. If I try to save a new record again, it will be saved with a record ID 4 , but it should be back to 1 after...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there already a bluetooth mesh software available for the nRF52840 development kit?
Or...
I am working on time synchronizations between different nodes in a mesh network. I have earlier worked on the radio and the ppi examples given. I wish to generate time stamps...
Hi
I would like to prepare a provisioning hex file for my firmware.
Can somebody supply an example how this could be made?
I'm using gcc toolchain, Eclipse and SDK...
Hello,
I am using sdk12.2.0 and pca10028 dk. I am using one code downloaded from unknown source. The code is used to store data in flash. When I compile through keil I don...
Hi,
i try to establish a communication between 3 sensors in the following way!
Node 1 should broadcast messages to Node 2 and Node 3 as Peripheral.
To establish a...
Hello,
I am using pca10028 and sdk 12.2. I have interfaced temp sensor with nrf51 and now I want to store that data continuously in memory of nrf51. I want to store min 4k...
Hello, I want to program and debug the nrf52840 device but I'm kind of stuck at the programing range/address issue.
I'm using my customized board so I doubt Nordic Semi...
First I register the address of the central device to the peripheral device. When I work with a single peripheral device and a single central device, I can send commands from...
I'm trying to understand the subtleties in a Gazell link setup with multiple devices and a single host.
The documentation in the infocentre suggests minimum timeslot_period...
Hi,
Just wanted to confirm what the average current measured by the PPK represents. So for example if I have AVG in average window as 2.5mA, is that only the BLE (i.e....
Hi,
I found a bug in ble_app_gls example from SDK_12.3.0 / s130.
If user enters a wrong passkey, the app ends in a app_error_fault_handler exception and the central keeps...