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...
Hello!
We have an application with an nRF52832 connected through an UART to another MCU. We want to have the possibility to update the nRF FW, but as nrF52832 only has 1...
HI,
I am running the this usbweb example on my bl653dvk board, ( zephyr / samples / subsys / usb / webusb /) . I am able to build it and flash it also. According to this...
Greetings,
Are there any possible ways to know when the scanner and advertiser start?
We are now testing our system using NRF52840 DK. In our system, a master needs...
Hello!
I'm running into an issue where zephyr initialization fails on a custom nRF52840 board. The nRF Desktop application fails to startup. When debugging the nrf sample...
When calling bt_gatt_unsubscribe, the write callback function returns BT_ATT_ERR_UNLIKELY because internally bt_gatt_unsubscribe calls bt_gatt_cancel immediately after gatt_write_ccc...
Hello Nordic team,
* device : nrf52832
* SDK : nRF5 SDK 17.0.0
I have one nrf52832 peripheral device on which two different BLE services(let's say SVC1 and SVC2) are...
I cannot get my nRF Connect SDK to install correctly such that VS Code nRF Connect extension works. On the Quick Setup, it complains that the nRF Connect Toolchain is invalid...
Hi,
I'm trying to run the pc-ble-driver-py examples on a RockPi 4 ( https://wiki.radxa.com/Rockpi4 ). If I install pc-ble-driver-py directly and try to run the serial_port_enum...
Hello people
I have two custom boards with and without Low Frecuency Crystal. While I am debugging, both boards work ok, I can do advertise, scan and read accelerometer...
Hi,
I'm working through the QDEC using the nRF2840 evaluation board and I've run into some confusion.
I have trouble getting the ACC or ACCREAD registers to actually...
We received the nRF9160DK that included default firmware for the Asset Tracker v2. The default version appears to be an older version of the application.
We built the latest...
So... I hate being that guy who says, "I didn't touch anything!". So, clearly I broke something. But I can't say I can think of what it was. I went to create a new application...