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...
I have configured "nrf 52 DK" to worked as BLE sniffer. I am trying to sniff the data packets exchanged between two TI CC 2650 devices (in which one is master and other is...
I am trying to configure my nrf 52 DK board as BLE sniffer. I am following this blog " https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer...
Hi,
I'm using the Light Switch example and would like to read out the own address on a light switch. Is there any application call, such that the stack returns my own...
Hi,
Currently I’m working on a device which is, on the one side connected to a smartphone via BLE and on the other side to another uC via UART.
Therefore, the UART speed...
Hello,
I did a code base on aws_fota sample and added a watchdog, a timer (to feed watchdog) and modified some outputs. Tests about thèses items looks correct.
When my...
Hi,
The Zephyr LwM2M client seems to leak pending objects that are used to track retransmissions. When this happens it enters a loop where the lwm2m_rd_client stops sending...
We noticed strange behavior when measuring voltages with the SAADC with our custom board. When VDD_GPIO is at 1.8V (which is our target), the ADC measurement error is about...
Hi, We've been having problems trying to implement a high-speed uart communication between the nRF52832 and an STM32. We switched to using libuarte so we can use DMA even...
I'm running the Nordic/Thread SDK 3.2 with an NRF52840 (Rigado BMD-340) on SES 4.42.
I've got a project using BLE + Thread and I'm having problems implementing a hardware...
A multiperipheral connection to a central, all with custom nordic devices (nRF52840) has been stablished. Comunication and connection work just fine, but after a synchronization...
Hi ! I am represnting company responsible for fruitymesh ( https://github.com/mwaylabs/fruitymesh ) which is an open-source proprietary ble mesh running on nrf5 chips. For...
Dear Support,
I have adjusted the radio test example in SDK16.0 for my custom hardware application using the nRF52840. I have followed the instructions on this page to...
To the kind attention of Nordic support team,
As it was said https://devzone.nordicsemi.com/f/nordic-q-a/57531/sdk16-nrf52810-secured-gazell-keil
the secured gzll library...
Hello,
I'm able to program the code (below) to the nRF52 DK. Leds 17 & 18 are working.
I'm unable to program the code to my custom board. Leds 9 & 10 are not working ...