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,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
I have set up a nrf52840 kit to upload data to nrf cloud via bluetooth but the data on the cloud is displayed as a hexadecimal number(1,2,3,4,5,6,7,8,9,A,B......) I want to...
I am not seeing a transition to BLE_ADV_EVT_SLOW. The transition I see goes from FAST to idle, without a transition to slow, from the configuration I don't expect to be in...
I am trying to implement a timer using nrf_drv_timer.h and nrf_timer.h, however, the handler never gets called.
I first create a timer, then define a timer handler and finally...
Hello everyone! I am trying to program a nrf52832 sparkfun board through a nRF52DK. I have already gone through the pin connection guide succesfully and I can flash succesfully...
Hi there,
I could program the HEX file to nRF51DK via nRFgo studio successfully and the board seems to work fine as well. And then, I try to read back the HEX file from...
I am just wondering if it is possible to use the 52840's USB interface to create an R/NDIS type interface . The intention is to maybe create a WIFI/Cellular based Network...
Hi,
I am testing ble_app_att_mtu_throughput in SDK 14.2.0 between two nrf52832 DK board. One is act as a central and other one peripheral. I am placing these two boards...
Not a question, just to tell you that in ble_gatts_attr_t Struct Reference, documentation of « uint8_t* ble_gatts_attr_t::p_value », a « @ref » Doxygen markup has been produced
I have one pca10040 board, I want to realize the data transfer between the nrf52832 and the PC by BlueTooth, I use python3.5+PyBluez. When the nrf52832 is running the "ble_app_blinky...
The following lines are copied from the SDK15.0 documentation:
<pre>
Supported boards:
- PCA10040
- PCA10040E (nRF52810 emulation on PCA10040)
- PCA10056
- PCA10059 (support...
Hi, we are using
'iOSDFULibrary' , '~> 3.0' for firmware updation process. we are getting "DFU not found" error when device is already in dfu mode at the time of update...
Hello,
I've got the light_switch example running. I would like to extend this example with the possibility to send a broadcast messages from every node, the light client...
Hi, We are facing issue with updating firmware using NordicSemiconductor/IOS-Pods-DFU-Library. we are unable to upload new firmware and getting failed operation at the time...