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,
at Bluetooth core specification v. 4.2, vol. 3, part G, chapter 4.9.3.
An Error Response shall be sent by the server in response to the Write
Request if insufficient...
I use the nrf examples direction_finding_connectionless_rx,firstly i have no attena array,the other as describled i do by steps.
I use two nrf5340 boards.with building,i...
Hi,
I am working on nRF5 Thread 4.1.0 and I am trying to do implement Thread secure DFU.
I am following infocenter.nordicsemi.com/index.jsp
i have run the command...
We are working on a project in which we have integrated multiple modules and examples like GPS, IMU Sensor, SD card, Bluetooth, etc. Now I have to manually shut down all the...
Hello DevZone:
I can see that they are working on a module with WIFI6, my questions are the following.
Will the module have its own evaluation board or will it be integrated...
Very quick question:
I've created a device which implements the Legacy DFU Service. I've also created an Android Application that I plan to develop to be able to conduct...
My application code running on nrf51822 calls sd_ble_gatts_value_set to update a control characteristic. After 16 times receiving NRF_ERROR_BUSY status from this function...
Hi everyone,
first time posting here for me, let me know if i'm doing it wrong.
I'm currently developing a "modem module" built around nrf9160 and working with AWS using...
Hi,
With the NRF Connect SDK version 1.9.1 it is not possible to setup a Thread Coaps connection.
The DTLS handshake fails after Client Hello with an Alert message ...
Hi,
The below is our requirement for NRF5340
1. we have a DFU application with bootloader as an hex file
2. we have another app say blinky as an hex file
3. merge...
Hi all
My first post. I tried to finish one of Nordic tutorials. I need to use app from nrf connect(v 3.10.0): Bluettoth low energy (I have installed v3.0.1). I have nrf51DK...
got the thingy:91 following the getting started video had the bootloader updated and uploaded the right hex file for lte, the provided sim appears to be outdated so tried...
Hello, I am using the Asset TrackerV2 application (SDK 1.7.1) with the modem firmware (mfw_nrf9160_1.3.1). Recently the following error <err> aws_iot: getaddrinfo, error ...
Hello,
I have been developing on a nRF52832 DK using nRF5 SDK v17.1.0, and am very close to a production ready state. The final program will use soft devices, app_timers...
I want to develop a USB composite device using USB CDC ACM + USB Audio. I am not familiar with USB device protocol, so I hope to have a reference example. My development board...