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,
I am writing an application that reads data from the I2S interface, adds it to a queue and sends it via BLE (the code I have implemented so far is added at the end of...
Hello,
I am using the 802_15_4 MAC api to configure my device as a coordinator.
After it has been configured as a coordinator I want another device to connect to it...
I am using nRF52805(SDK 17.0.1 & S112) in my application development. Designed GATT Table Having some custom services with read, write & notify properties, And also, there...
I am testing advertising mechanism of nRF52832 device. But the following error occurred.
app: sd_power_system_off() failed, errCode=0x2006
The following is log messages...
It appears that an incorrect value is being used as the reset handler address so that the jump from bootloader to application is to the wrong address.
I am porting a bootloader...
I can not program the NRF52840 with the programmer software on windows 8.1. However when I run a virtual machine in oracle virtual box using windows 10 it works. I would rather...
Hi all
I have two units, one acts as Central and the other one acts as Peripheral.
I erase chip of one of the units, and then always failed to pairing, with a BT_SECURITY_ERR_PIN_OR_KEY_MISSING...
Hi,
I'm writing an app that creates a CSR, has it signed by a (web-)server and subsequently uses it to authenticate to another (mqtt-)server. For the CSR generation and...
I am trying to port a project to an NRF52810. The project uses a bootloader with a modified transport to work with a proprietary RF protocol. The bootloader/app works on the...
II have a question on how to automatically activate the change from “minimum BLE advertising interval” to “maximum BLE advertising interval” after (for instance) 30 seconds...
I'm unable to use the PSA crypto methods when OpenThread is enabled on NCS 1.9.1. Linking fails with undefined references to PSA crypto methods.
To reproduce, us the nrf...
hi,
i have just to develop an appilcation with NCS 1.9.1 of nrf52840. Now I have tried to activate DFU and I had to realize that the image size is too large(490k without...
I have a design that had previously only used Serial communication to talk to the NRF52840 and did not use the USB interface. For this coming design we want to use the USB...
We have a custom service on our server/peripheral devices, with a number of characteristics.
This service is implemented on a number of host platforms, including nRF devices...