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...
Environment:
nRF52833 (BL653 module from Laird)
nRF 5 SDK 17.0.2
S113 v7.2.0
I'm running into a really odd problem that I can't track down. If I set APP_TIMER_CONFIG_IRQ_PRIORITY...
I am using nRfdongle(nrf52840dongle), Getting timeout error while writing new .hex file to the dongle.
Using nRf programmer app write new .hex file to the dongle. have taken...
We are in the process of designing the nRF52833 into a product which uses the BLE direction finding capabilities.
I wanted to check if we should avoid using the pins that...
Goodday all
Im experimenting with Vscode and Nrfconnect (zypher library). I want to see how easy it is to port my Segger nrf SDK code to vsCode. Having trouble getting it...
Hi,
I am trying to integrate Visual Studio to the nrf SDK and gnuarmemb using the instructions provided. However, I keep getting an invalid toolchain error although I have...
In SDK 1.9.0 i saw that QSPI deep power down was implemented and i can confirm that that works using the below code. The issue I see is that if the device is in deep power...
Hi,
Is there any sample/example that comes with SDK that shows how to add extended data in BLE advertisement (using Zephyr)?
I have tried adding some additional bytes...
We have 3 nRF52840 to establish a net. one for master device, One for Master device, One for HUB(Msater-Slave) device, and One for Slave device. The data flow is Slave device...
Hi,
Following the update of my mac (M1) in Monterey, i can no longer flash programs on my board (everything worked under Big Sur).
I got the error JLinkARM DLL load...
Hello,
I am currently trying to add a FEM (nRF21540) to an already existing BLE project that is using nRF5 SDK. For that purpose I ordered the nRF21540 DK that is using...
Hello, I developed for my customer, a ZigBee coordinator in last 2019, using nRF5 SDK for Thread and Zigbee v3.2.0. Now my customer ask me if it possible to have the LQI value...
Hi,
My goal is to use a timer to trigger SPI transactions and the spi_event_handler() to trigger bluetooth transfers. In order to make it as fast as possible, I would...
Hello, we're trying to make products using BLE with nRF52840(central) and nRF52833(peripheral).
We did make custom boards and also made a program that once paired(bonded...
Hi all,
I'm working with a pressure sensor (LPS22HBTR) and the nRF52-DK and I have some issues when sending data through BLE (nRF52832). When I run the program without...