Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
Hi All,
My development IDE for BLE based firmware is Visual Studio Code.
SDK download for this version is 1.9.1 zephyr based.
I have select the example code "nrf/samples...
I'm using the nRF52832 with FreeRTOS and nRF5_SDK_17.0.2 on a custom board.
I am using a peripheral from a third party that uses Flash storage for certain parameters.
...
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...