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,...
Hello,
I am trying to compile the example ble_app_eddystone with the SDK12.2 for the nRF52_pca10040_s132
While compiling with SEGGER I get the error
Compiling...
Hello,
I set up a project on the base of "BLE_APP_UART" to which I added header files and configured the sdk_config.h
Now I get these warnings during compilaiton:
...
Hi!
So I went from the Battery Service example to create my own service which went well and everything. Now I don't need a battery service, which is why I was trying to...
Hello,
i am working on Low current consumption project.
i have one question. what will be the good option to use the SPI or TWI ?
who have less current consumption ?
...
Hi, I want to ask some questions about BQ24090.
According to the schematic in the datasheet of BQ24090 , I have several questions below:
When should the led indicator...
I added the peer manager in my SDK11.0.0 application. I also have OTA DFU but everytime I boot into the bootlader, the first connection fails and I have to reconnect again...
Hi,
I am getting the "Couldn't connect Nordic_HRM" toast using the experimental project.
I saw the question but the answer there (sample code for selfie stick) is a very...
If I enable the Data Packet Length Extension and I enable the Connection Event Length Extension, having a connection interval of ~400ms I know that I can reach up to 251 bytes...
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am unable to read any heart rate...
I use the S130 stack and enable the service changed feature when enable the soft device. I found the handle can be got when call add API. But this is GATT handle. How can...
UPDATE:02/28/2017
I MAKE A BOARD ,WANT TO KNOW DOES THIS PIC MAKE SENSE?
I WANT USE STM32F072B REPLACE JLINK OB.
STM32 HAS USB I WILL WRITE CODE MAKE A virtual...
Hi,
I download nRF5_SDK_11.0.0_89a8197 and open the SPI example in the peripheral folder using Keil V5.20, but I found that the project cann't be build. Could you tell...
I know the Source code for the MCP is not provided ..
I also Know the the masteremulator dll is available ... and there are several samples code demos available.
but I am...
hello,
In nRF 52, after executing ble_advertising_start after BLE_GAP_EVT_DISCONNECTED, although BLE_GAP_EVT_CONNECTED is set on the device side although the central is disconnected...