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...
Currently developing a lighting product(nrf51822, s110, pca10001, sdk4.4.2), in which we send data(pwm values) via the SPI to a shift register to control leds. The leds are...
I'm trying to use MasterEmulator with the service from BLE Characteristics, a beginner's tutorial and am not able to get the temperature data because the Datareceived event...
Hello !
I experiment connection problems on a nRF52 board with a Samsung J3 (Android 5.1).
To sort out this problem, I made some tests with the nRF52-DK (PCA10040),...
I have created a simple program with 4 FreeRTOS threads(One time, 10 ms, 100 ms, 1000 ms) and it works fine stand alone giving me periodic tasks as expected.
Linker portion...
In a case when we set the scan window = the scan interval does it mean that the scanning will be performed all time? Or all free time?
(But if the scanning process is performed...
Hi all, I'm working on signed bootloader on nRF52832 using sdk11.0.0. I need to update signed bootloader through dfu but I'm facing an issue that is,
I programed softdevice...
Hi all, At present all my custom projects are running on sdk11.0.0 now I need signed bootloader for these I ported experimental signed bootloader from sdk10.0.0 to sdk11.0...
Dear friends,
I am having trouble connecting the Rigado BMD-300 with my Segger J-Link.
I am using the official breakout board from Rigado. I've connected all GND pins...
We are designing an additional "mbed-host board" that makes our nRF52832 based sensor board mbed-compatible ("Aistin Blue-2" board, see predecessor e.g. at www.kionix.com...
I use nrf51822 and soft device s130. I transmit some data using the printf function, and i need to clear the buffer before send data because sometimes i have noise in the...
Hi,
I'm new using XCode and I'm trying to use this guide:
github.com/.../documentation.md
I created a simple Cocoa Application, then I added iOSDFULibrary.framework...
Hello,
I'm experiencing a hardware fault followed by a reset when running the nRF5_SDK_12.1.0_0d23e2a ble_app_hrs_freertos with the following configuration :
PCA10040...
I'm using interrupts on nRF for the first time and have some trouble wrapping my head around / struggling with uncertainty in how to use the interrupts/GPIOTE efficiently...
Hi,
the system that i designed based on nRF51822 have two mode :
the first mode is the normal mode where the nrf should have a high connection interval of 2 to 3 seconds...
Hi,
I need to have a custom service which allows configuration of multiple parameters (perhaps 50 or more - which control registers in external peripherals)
I've looked...