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...
I am communicating with the nrf8001 via SPI, from an HCS08 MCU. First thing I receive:
0x01 0x04 0x81 0x02 0x00 0x02
This makes sense, it tells me it is in setup state...
In my design I am planning to power up some sensors from nRF52832 GPIOs. Is it possible to maintain the GPIO state high during the low power mode of MCU?
Please guide here...
Hello,
I have been testing the BLE multilink examples for the s120 softdevice. More specifically, I have tested the ble_app_hrs_c example in the experimental s120 folder...
Is it possible to configure the parameters of the advertising library (eg. SDK v12.3.0 using SD130 v2.0.1) so that my peripheral device (eg. nRF51) changes after a limited...
I've configured peripheral for broadcast, but why can't IPHONE search it? I don't need APP development. I just want the phone to show it. Is there any special requirement...
Hi,
I was considering the following scenario and didn't find an answer. Could you please help?
Assumption:
There in a BLE peripheral (e.g. nRF52) and central ...
Im using sdk 14.0 and s132 When i add flashwrite codes to my project which has bluetooth communication ,it does not work I wanna send data to flash and i wanna read/write...
I do not want to use SoftDevice, I want to write new application from application to Code Area(0x00 - 0x80000).
Can I use fds without using SoftDevice?
Also, Is there...
Hello,
I am using SDK 12.2.0 with s130_nrf51_2.0.1 softdevice and running ble_app_hrs example.
My FLASH and RAM settings are:
FLASH (rx) : ORIGIN = 0x1b000, LENGTH...
Hello,
I am using sdk12.2.2 and pca10040. I want that my beacon advertises continuously for 10 sec and then it stops advertising for 5 secs. Do I need to use rtc for this...
As i am migrating to 52 and tuning the ble app, i realized by reading many posts here that:
external HF xtal is not recommended
external LF xtal can be replaced by...
Hi Nordic,
I am trying to implement DFU-OTA in beacon. For that I am trying to make beacon connectable. My requirement is to work the beacon in non-connectable mode during...
Im try to read the RPD register, but always get the same value RPD=0
uint8_t channel=0;
int index;
hal_nrf_set_operation_mode(HAL_NRF_PRX);
hal_nrf_set_power_mode(HAL_NRF_PWR_UP...
Hi ,
I need the BLE peripheral to have 'name1' at the start up and change it to 'name2' when a button is pressed. I want to do this without disabling and enabling the softdevice...
Hello,
I'm in the process of updating our codebase to SDK 14 and am facing some problems getting the CLI to work. My goal is to get CLI and logging to output on the same...