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 am planning on pairing two parts of my system using OOB pairing via a UART connection. I couldn't find many examples of pairing using a physical connection as oppose to...
Hi,
I use ble_app_uart sample code using nRF52840 in SDK15.
There is a code below in ble_stack_init().
And APP_BLE_OBSERVER_PRIO is defined as 3 at the top.
On...
Hi there,
We are currently doing current measurements on the nRF5340 DK with a Power Profiler Kit 2.
To do this, we simply use the PPK as a source meter and connect it...
Hello Nordic Semiconductor
I am developing a small application on the nRF52840 development kit where I need to transfer I2S signals in/out of the MCU. I have set up an I2S_IRQHandler...
I'm trying to send data readings an advertising packets from the nrf21540-dk board, and use the phone as an observer to record the data.
So far I've been able to send counters...
I'm sending a short data string from a NUS application. For some reason I cannot read the data as bytes, only string, even if the sent array is uint8_t.
Is there a specifier...
For Errata 149 on nRF52832 , TWIM send illegal pulse after clock stretching.
When using TWIS as slave device and TWIS require clock stretching,
Do they work correctly...
I have an issue with DFU via USB CDC ACM.
I would like to update the firmware using open bootloader over USB without softdevice.
I already tried to follow the thread:...
Hello,
I have a firmware working perfect with nRF52832 DK and nRF52840 DK, using SES 5.40a.
Now I just upgraded SES to version 5.70a. With new SES version, each time I...
Hi,
we are getting during NB-IoT attach (full AT dialogue below) for some nRF9160 SIPs:
URC: +CNEC_ESM: 29,0 URC: +CNEC_EMM: 19 URC: +CEREG: 2,"B414","000F6E21",9,0,19...
Hello,
I follow up this documentation https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_thingy91_gsg.html#updating-firmware-through-external-debug-probe...
I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image...
I tried to debug Asset_tracker_v2. During step by step debug, the program navigate to that part which is not included .. see the image. Also, I want to know, little more:...
Hello Devzone Community,
My name is Ted, and I am some way along development of Zephyr based firmware, running on an nRF9160 based custom board. I'm looking to put the board...