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'm testing a data collecting program which samples data every 2s and reports it through UART ( printf("data=%d\r\n", data) ) on a PCA10001 board. I found this program may...
Hello,
Got a question about nRF51422 and S310 stack. I am trying to understand how the radio is being handled and how the softdevice handles events in a specific case....
I tried communication between PC and my own board(nRF51822) PCA10000 usb dongle&MCP, I found that the first time I send n(where n is any decimal number) bytes data(s) from...
Dear Nordic guy,I'm developing with nrf51822 (6.0 stack binary and 5.0 SDK).
I recently updated the code and stack binary(6.0 stack binary and 5.0 SDK).
My function is not...
static conn_mw_handler_t conn_mw_handler_get (uint8_t opcode)
Inside the function,
for (i = 0; i <conn_mw_item_len; i ++)
{
if (opcode == conn_mw_item [i] .opcode...
It seems like it should be easy, but I've spent a fair amount of time and haven't found a way. I only see options 5.0.0 and 5.1.0. There are also links to earlier SDK versions...
Hello All,
Sometimes is fine to use a forum but sometimes we have to meet a deadline and the forum questions don't always get answers for in a timely manner.
So I'm...
I would like to use Channel 0 of the S310 Stack V1.0.0 on the nRF51422 to do a background scan of ANT devices.
I am testing against ANTWARE II v4.1 with the ANT+ usb dongle...
Hi,
I'm working on the ble devices to transmit sensor data using s110 and s120 with one connection.
I want to send 6 packets for every 7.5 ms connection interval from the...
I have been to a number of Nordic events this summer, and it was hinted / suggested / unofficially announced that there would be a third SKU of the nRF51822, that included...
Hello,
I am creating a PCB design for NRF2402AG but I'm not sure whether I should connect pad under the NRF to the ground or I should left them isolated. I could not found...
Hello
I get this error when I try to program the module:
Parsing hex file(s).
ERROR: Cannot find C:\Nordic Semiconductor\nRF51 SDK_v6.0.0.43681\Nordic\nrf51822\Board...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
Hi dear friends from Nordic Semi,
I´m in great trouble trying to make these nRF24L01+ to work, one unit as a transmiter, and one unit as a receiver, it can be to send 3 bytes...
Hi,
I am using nRF51822 Evaluation Kit along with keil uvision4. Will using optimization in keil IDE make any problem in the normal working of BLE project? Will it affect...