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,
My project involves an nRF52840 DK connected to an accelerometer on a breadboard, connecting to my Mac via USB-micro.
I'm editing the twi_scanner SES project so...
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
I took ble_app_uart example, and then modified it to run I2C, SPI. everything is working fine
problem I...
I have a question about how to perform DFU over Mesh.
I'm using nRF52840 device.
Following the steps at the URL below (Configuring and performing DFU over Mesh), I'm trying...
nRF5_SDK_17.0.0_9d13099,
IDE Segger V4.52c
soft device s132
Reading the spec of nrf52832 I saw I2S, I need to interface a MIC, so I selected I2S Mic SPH0645, but after...
Hello,
is there a way to record Advertising Packets on all three channels (37,38,39) simultaneously using 3 individual nRF52840-Dongles and piping the output to a stream...
Both Devzone and Mesh SDK 5.0 are mentioned that store user data in mesh should using flash manager.
But read the source code of the mesh SDK , the mesh SDK already called...
We have used nus profile for over a year, and it has worked as expected. Now we added security to the BLE connection, with ble sec connection enabled, it works as expected...
Hello everyone,
I am currently in the process of designing a prototype using the nRF9160 and I use the Nordic-Thingy91 as a reference for some parts. The Thingy91 uses the...
Is there any supporting documentation or information about remote assignment of receivers.
The only reference I have been able to locate is sparse and not backed by anything...
Hi guys,
I'm pretty new in embedded development without using an Arduino. I tried to use the sensor APIs of BMI270 and BMP388 recently, but didn't get it to work.
The...
HI All,
Could you please share the details for the below s on Nordic controller MCU nRF52833-QDAA to receive quotation on BLE_SIG certification,
QDID for Link Layer...
Hi,
I have a custom board running with the nrf52832. To program it I'm using the nrf52DK board with the PCA10040 and the bootloader is based on the one found in examples...
DK : 52840
case :
we make 52840 enter active scan state and know other broadcaster devcice mac,
can we use scan filter policy filter this broadcaster devcice ,and only...
(1) I connected Nordic nRF52810 device to ipad (version: 13.5.1) (ipad uses app for connection). At this time, a pop-up window appears asking if I want to pair the devices...
Good morning. I want to take ADC 12bit/1k sampling input and send uart and bluetooth. uart works fine, but there is a problem with losing data in bluetooth transmission. ...