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...
Having done a completely fresh install of nRF Connect v3.7.2 for macOS (s recommended by Nordic Support due to known issue with Programmer), and installed both the latest...
Hi,
I have a nrf52833dk board interfaced with a serial flash through SPI.
1. I want to change nordic provided sample dfu app ( nCS_DFU_Sample ) to download new firmware...
Hi
I have just tried to build the rgb_led in VS using 1.9.1 SDK it fails to build I think due to unsupported board, I am using the PCA10056(nrf52840DK) I think this can...
Like the title states, I am unable to get any of the peripheral or non-CPU register to be visible while debugging. This issue is present on our custom nrf5340 as well as the...
Hi Team,
Can I measure the input voltage by ADC on nrf52840 chips without the help of other peripherals?
If can, could you provide me with some examples?
With best...
SDK: NCS 1.8.0
Peripheral: nRF52832
Hello,
I am attempting to build my custom project on SES(Nordic Edition) V5.68 and now I am unable to build my project.
I...
Hello,
For a while I have been trying to alter the HTTPS client example to access another example. No matter what I do, when I try to connect to any other host like google...
Don't know if this the correct place to post something like this but I have made my SDK "facilitator" available at Github in case someone is interested. It's called "Easy...
Dear Nordic Engineers
I have a question about NRF52840 xxAA-F version.
Our customer use NRF52840-QIAA-R,they learned that when NRF52840 uses BT,some other high-speed peripherals...
Hi..I am working on an application based on the GNSS Sample . I coud see that using nrf_modem_gnss_fix_retry_set() and nrf_modem_gnss_fix_interval_set(),fix_retry and fix_interval...
Dear Nordic Tech Support / Dear Users
I am searching for a second source of the 15 nH high frequency chip inductor ±10% (L3 Datasheet Figure 172). At the moment we are using...
Hello Team,
I am working on the ble_app_hrs_rscs_relay example, in which NRF act both as a central and peripheral. My peripheral is a heart sensor ( Polar H10 ) and my central...
Hello Team, I hope you will be fine.
We are working on a project where we integrated multiple libraries from different projects. We are using soft devices too. Now I want...
The documentation (Product specification v1.2) is not very clear about the event channels.
I wonder if there are:
- 32 event channels
- 6 event channel groups
- 16...
Hello,
I tried to install Python Matter controller for Linux. I followed the tutorial : developer.nordicsemi.com/.../ug_matter_configuring_controller.html
In this tutorial...