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,
In my project, I have finished the application core code.Then I need to debug net core, but when I selected the "hci_rpmsg" target,and click the debug button.The debugger...
Hello my question is I am giving supply with lithium 18650 battery whic voltage is 3.7 to 4.2 volt but the battery falls very much below .
My question is when using HIGH...
Hello,
I'm working with NUS service and the nRF Toolbox app. I need to send multiple messages from mobile app to DK. How can I do that?. Is there a macro/script example...
I'm currently evaluating the nRF52840dk using the nRF Connect SDK to determine whether or not to port over our codebase to it from a Xiao nRF52 module I was using KVStore...
Hi,
I am trying to flash nrf52840 dk board with open thread binaries.
I see that, sporadically the device gets readback protection enabled.
I use the following command...
Hi
I have two PCA10121 and followed the instructions here to get the demo audio application to work.
The output of:
python3 buildprog.py -c app -b debug -d both
is...
I am writing my own code (no libraries etc.) on nRF52832.
For new i still have softdevice and bootloader in flash, and store my program using bootloader protocol, but my...
Hi There!
I'm using the dimmable light bulb example and have extended it with the color control attribute list. I'm using the zb_zcl_color_control_attrs_ext_t in combination...
Hi, I am working with custom board in that, trying to read NTC sensor value using 2 (NTC+ and NTC-) ADC pins. Applied Steinhart formula to convert temperature. In that, After...
We have a product that uses an nrf52832 module (vendor listed on the 3rd part modules list) and have shipped ~30,000 units using the current circuit design. We are using SDK...
Hello,
I used 3 nRF5340 Audio DKs (1 gateway and 2 headsets) as BIS and confirmed simultaneous playback.
Is it possible to increase the number of headsets that can be...
Hello, I am using the nordic nRF52840-DK with the package pc-ble-driver-py and the example heart_rate_collector.py.
My problem is that sometimes the Bluetooth connection...
Hi,
1. Please help me complete example pca10100e_uart
2.I am testing the nRF52820 UART DFU example
3.The example is named pca10100e_uart based on example pca10040_uart...
Hi,
BLE Blinky example handles only 2 states "on", "off" to control the single LED.
How can I modify the code to receive and handle arbitrary byte from Android app?...
Hi,
I am currently working on creating a BLE central using nRF52840 with SDKv2.0.0.
For this, I am started with the example code ble_central_hr. I have set up a peripheral...