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,
I found out that S/N from nrfjprog -i command returns the same number among different debuggers, all of them are 123456. At the same time, S/N showing from J-Link...
Hi,
I'm developing a peripheral that expose the HTS service.
I have the on_hts_evt event handler to handle BLE_HTS_EVT_INDICATION_ENABLED and BLE_HTS_EVT_INDICATION_DISABLED...
I am hoping to get solid verification that nordic offers a solution for sniffing BLE 4.2 packets.
The application I need to sniff is maxing out the MTU (250B payload) so...
i want to implement 2 hardware SPI communication in my code. i have one already working. talking with LCD ILI9341. the functions are using spi_write / nrf_drv_spi_transfer...
Our beacons are going into production, and to make function tests faster for our manufacturer we would like to transmit our beacon UUID, major, minor at a rate of 760ms for...
Just a question out of interest.
Is it possible to prevent the HFCLOCK from waking up on events and execute software on the LFCLOCK. I think this would be really useful...
Hi, I'm trying to create subfolders with loop. My partly code looks like:
So, it creates new dir but after that my app is crashing and rebooting, and it works fine if...
Hi, I have been running into some problems with the serial secure bootloader example in the SDKv13.1.
I build the example project from the SDK v13.1 with a custom generated...
Hi, I'm new to the nRF52840 PDK and using it for some evaluation purpose for a specific product.
Would you mind telling me how to debug the board? Is it just plug in the...
Hello,
I am developing a new application for Asset Tracking, whose general architecture is the common one - where Beacons are mounted on asset and the Reader scan for Advertisement...
Hello Everyone,
I am working on nRF52832 based custom board and testing the BLE advertising and connection with custom board, custom board adverting but when I am going...
Hi, Nordic staff.
I'm working with Central device using S120.
Our custom has developed a peripheral device using third party's BLE module and
wants the Central device...
I am trying to initialize the BLE NUS UART service and the BLE LBS service so both can be used at the same time in a single nRF52 application. I can initialize a single service...