Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
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...
[nRF52840 + SDK13]
On the hardware that I have, the UART driver is hitting a communication error because the RX line is low. This only happens when the UART lines are disconnected...
Hello,
I try to achieve maximum data throughput using pc-ble-driver 1.0 and nRF51(with ble_connectivity) as BLE dongle.
First problem I encountered was the bug with...
Hi,
we are currently testing the nRF52 DK as a reciever for several BLE devices.
For a fist test we implemented some datarate measuring in the:
PC -> nrf Connect -...