Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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 Nordic,
I have 2 devices - nrf52840. One is Central and another is peripheral. I want to set a quicker data response time - shortest connection interval. As far as...
Hello,
as I see , many in DevZone have had a problem like this: we tried to merge twi-functionality into the basic ble_app_uart example. We set proper defines in sdk_config...
Hi,
we are developing a way to define through code a zigbee device composed of multiple endpoints, based on nRF5 SDK for Thread and Zigbee v4.1.0. The program can be flashed...
Hi all,
I'm trying to increase BLE throughput of ble_app_uart example (from official SDK16/ s132).
I've searched quite a few tutorials on which parameters should be...
Hi,
We need an detail description about uint32_t dev_config used in int i2c _configure ( const struct device * dev , uint32_t dev_config )
(zephyr i2c: https://docs...
Hello everyone.
I am beginner dev. I wanna run Serial Example Mesh and received data from BLE sensor. Can you support me complete this Project.
Thank you so much!
I'm testing a simple application based on the UDP/CoAP example. It samples some peripherals and ADC channels, these values are then packed into a CoAP message. This CoAP message...
Hi:
I want to use saadc peripheral,when i run the example "nRF5_SDK_17.0.2_d674dde\examples\peripheral\saadc",it worked well,but when I want to port this example to "nRF5_SDK_17...
https://github.com/nrfconnect/sdk-nrf/tree/main/samples/bluetooth/nrf_dm
I used the demo linked above to test RTT and DHCP respectively. Within two meters, I found that...
From the DF spec, we know that the connectionless AoA puts the CTE signal on the periodic synchronous adv, why, and what is the benefit. Is it possible to send CTE in extended...
Hi,
I am using nRF5340DK for development. Currently, I have two problems:
QS1: When I use fun nrfx_gpiote_out_toggle(), it reports Assert error on NRFX_ASSERT(! pin_in_use_by_te...
Hello,
I am working on integrating wireless-timer-synchronization into the HCI_RPMsg sample provided with nRF Connect SDK. My goal is to synchronize ADC sampling between...
Hi all,
I am using the kit nRF5340-DK, connecting to windows 11 pro. Already installed nRF Connect for Desktop 3.10.0 and nRF Command-Line Tool 10.15.4 (32/64 bit).
It...