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 support team,
customer have one question about nrf dfu with serial:" how to disable flow control for 2 wire uart".
previously we have one ticket :"https://devzone.nordicsemi...
Hi,
I'm using nrf52832 DK with SPI slave mode to read 600 bytes from other nrf52832 DK with SPI master mode but i can't receive more than 255 bytes buffer.
If you know...
Hi everyone,
My project consists on a nrf5340dk working as a peripheal UART, i set the advertisment to coded phy like this:
Setting the child image as hr_coded for be...
Hi,
I want to buy a nRF5340-DK.
This is the image of the official Nordic web page https://www.nordicsemi.com/Products/Development-hardware/nrf5340-dk
It appears that...
Hi,
As stated, LE Audio is based on LC3 codec and isochronous channel. They are both software stuff, no hardware related, like PHY.(Is this right?)
So for BT5.0/BT5.1...
We'd like to evaluate the nRF9160 for our device as a replacement microcontroller + LTE-M modem.
Working with the DK should be fine for evaluation purposes, but in the end...
I do the install by step , https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html
the toolchain install failed when on step 5;
log as belowed...
Hi All,
I am currently implementing Write communication, referring to ble_app_blinky in example.
When the phone gives the command, the program will run this function,...
I'm attempting to control a PA attached to an nRF52840 in a way similar to Case ID: 212504
But I'm also using Zephyr...
Are there equivalent calls available via the Zephyr...
Hello,
We are using NCS v1.9.0 and nRF51820 SoC in our project.
Here is a question about using the COMP function.After I configure and initialize COMP,it returns NRFX_SUCCESS...
this is ADC config
This is the electronic schematic
Q13open,CURR N1和CURR P1 get parameter from temperature sensor 。OUT1 is temperature sensor ,it was 0.5Ω...
Hi,
i am working on nrf52 dongle. i want to use ble_app_uart example with it. how i can receive data on uart with usb. i can send data on ble but not receiving on uart....