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,...
Hi Guys, I try to implements the ctrl-C/V for bluetooth HID keyboard. But from SDK, I can't figure out how to send two keys. Even I do not use buffer_enqueue/dequeue in order...
Hello,
I try to build mesh sdk for nrf52840 it gives me error on RTT
0> <t: 0>, main.c, 318, ----- BLE Mesh Light Control Client Demo -----
0> <t: 0>, main.c, 108, Initializing...
hi, In my setup, I have a 3.7 V battery divided down to the bandgap range using a 100k and 100k resistors, so the voltage at the ADC input is 3.7 * (100/200) = 1.85 V. I am...
Hi
I used "nRF5_SDK_for_Thread_v0.10.0 - cli sample code and try to test Thread command "diag"
when I type "diag" then it will show "diagnostics mode is disable".
...
I am working on a project which involves sending data from many beacons to many other beacons. To be more specific, I have two groups of beacons:
The first group consists...
I'm planning to use one of those beacon platforms:
www.ebay.com/.../352167746226
www.ebay.com/.../112493464451
for a close proximity positioning system now I'd like...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Building for a PCA10040 dev board (nrf52832) in SDK 14.0.0 with the S132SD v5.0.0
I'm an encountering an issue where calls to printf() are only displaying a single byte...
Most application examples which use the scheduler have a main loop looking something like this,
int main(void)
{
// Initialization <snipped>
// Enter main loop...
Hi,
"wait" hangs when running the mbed blinky example, build in develop or release, on nrf52840.
The program is flashed with a J-Link and the program runs OK at first...
Dear support,
I am working on some custom boards embedding the nRF52832-CIAA chip using SDK-v11.0 and s132-v2.0.1.
I have got 9 custom units and out of them only 1 cannot...
We have ordered nRF52840 development kit . In windows xp comp port is coming as 8 but the device status in general is this evice cannot start.(code 10). Same in windows 7...
Hi,
I am working on ble_app_uart_c central code provided in sdk12.3.0 with softdevice s130.I added pwm code provided in peripheral examples in ble_app_uart_c central code...