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...
Please note that I am a new developer.
I am currently testing on a nRF52 DK on Windows.
I want to flash my application (which has a SoftDevice) and also write manufacturing...
Hello,
We have a lot of boards (more that 5000) witch embedded a nordic NRF51822 to scan beacons.
the person who designed the card did not plan any bootloader on the NRF...
Hi there,
I'm new to using an ATE and a NRF52 and I'm trying to use an ATE array with telnet commands to program firmware on 10 devices. After the firmware is applied, our...
Hi,Nordic!
I have a strange problem. I program custom boards. I can successfully program the application core with segger, but I can't erase and program the network core...
SDK 14.2, NRF52840, S140, NRF Connect for iOS iPad (v2.4.8)
We are sending a value to a characteristic as a request using the NRF Connect app, and then our NRF BT device...
i use nrf 52832 for scan BLE adv, sdk 12.3 ,
for reduce the missing scan signal, I use three ble_central BLE to scan, so i want set one ble_central to scan one fixed single...
I'm using the Serial_LTE_Modem application (nrf source version, zephyr v2.4.0-ncs1, mcuboot v1.6.99-ncs1, mcumgr v0.1.0-ncs1 ) with version 1.2.3 of the modem firmware. I...
Hi Nordic Leaders,
I need to complete nRF5340 based C++ Software simple solution for ONLY Data Transmit, Receive and Data Store on Flash for our Tier1 Medical client by...
I'm working with an nRF52840-MDK from MakerDiary in the nRF SDK for Thread and Zigbee. I would like to power on an LED when the chip is powered on. Here's a snippet of my...
Hi Guys,
According to the MESH document, there are two ways of node provision: PB-ADV and PB-GATT (smart phone) . A provisioner provides the unprovisioned device with provisioning...
This result is happening very seldomly but I can see it on the logs. First I get a 0x0000 result and then a 0x000A result in the fds event hanlder after calling the fds_record_update...
Hi,
Why does your web page https://infocenter.nordicsemi.com/index.jsp?topic=/struct_nrftools/struct/nrftools_nrfconnect.html&cp=8_3 titled
nRF Sniffer for Bluetooth LE...
I think this is a very simple answer but I can't find out where the file is to edit for this.
From the nRF Connect v3.6.1 - Toolchain Manager there is a drop down and "Open...
Hi everybody,
I have been reading the serialization documentation ( infocenter.nordicsemi.com/index.jsp and I am not very clear about some points.
What is it for and...
Dear all:
I want to implement FreeRTOS using NRFX, I checked the example and discovered that it uses the nrf_drv_clock... and thus it becomes a spaghetti with this legacy...