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,...
This question pertains to the nRF24LE1. I've programmed a MCU before with a relatively simple program, but never one with wireless transmission, so please forgive the naivete...
Hi,
for Mass Production I have to flash 24 nRF51822 in parallel.
Did Anybody something similar before? What mass production programming equipment have you used?
Thanks...
Hi,
I have an nRF8001 that transmits a data string which I need to pick up through my Raspberry Pi B+. I have a 4.0 BLE Dongle. I can connect via my Ipad through the nRF...
Now i use sd_ble_gatts_hvx() to send data,it can not return anything while call this function. Step by step trace this function,while it run to code address 0x00016432,function...
Hi,
I'm developing app using nrf51822. I want to use BT, but my program stops working (stucks) on softdevice setup. I'm using external 32 MHz crystal. I will be happy for...
I am building a Central BLE app using the Rigado BMD-200 but my current peripherals are running RFDuino code. The peripherals all work with the IOS and Android Apps but I...
I'm using a snippet from the ble_app_uart example and see in the examples:
//static ble_uuid_t adv_uuids[1];
static void advertising_init(void)
{
uint32_t err_code;...
S110 v8.0.0
SDK v8.0.0
ble_app_uart example
I first initialize the services and then initialize advertising. Everything works fine when I do NOT advertise the...
I'm currently trying to make an application using the development kit & I'm trying to use the timer driver, when I induled the C & H files of the driver I got an error : ...
I'm trying to compile the ble_app_beacon_s110_pca20006 project in Kile uVision5 and I get the "cannot open source input file "core_cm0.h": No such file or directory" error...
I am trying to run a NRF51822 chip using Emblocks and OpenOCD, the debugger interface is a ST-Link from a Discovery board, which supports SWD.
When I program the Blank...
Hi,
I bumped into a problem trying to get PWM working and traced it back to the app_pwm_init function, for a simple test case use the the pwm example in the 8.1.0 SDK and...
Hello everybody,
I'm currently trying to start with the nordic development kits, I installed all the tools required to be able to start the development & also I get some...
I am trying to persist characteristic data written by the central side after on_disconnect . I can see the data written inside the evt_write->data ptr and I copy it to store...