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 trying to scan beacons. This is what I added to the example ble_app_uart_c :
case BLE_GAP_EVT_ADV_REPORT:
{
const ble_gap_evt_adv_report_t * p_adv_report = &p_gap_evt...
Hi all,
I have a problem in architecture of my application based on SD132v3 SDK12. It should interact with an iOS device as a peripheral and receive some data to display...
Hi,
I am using NRF51822 and SDK11 with S130. I have enabled WDT with 2000 as reload value as I'm using 1 second timer. But I want to immediately reset when a certain condition...
Sir,
We are using your radio component in our system since many years. We are in the process to get conformity with Japanese rules.
The lab in charge of testing is asking...
Hello,
I'm trying the ota tester with pca10040 board however the ota tester won't run.
System hangs around softdevice_enable() and goes to app_error_fault_handler. ...
In Android 5.x (API 21) and up, we are experiencing a problem with our BluetoothLeScanner, on some Samsung models like S4 Mini and S5 Mini.
More precisely, an error is being...
Hi,
I would like to use assembly language instructions for the following piece of code:
nrf_gpio_cfg_output(PIN_EN_BSTR);
for(int i=0;i<NUMBER_OF_SHORT_PULSES_TO_TURN_BSTR_ON;i...
Hi,
I wrote a function setting some GPIO pins, initiating an SPIM transfer (with EasyDMA), then waiting for the SPIM handler to signal end of transfer, and then set some...
HI,
I am using nrf51822 to communicate with ADT7320,using nRF51822 as the master,and the ADT7320 as the slave.I used the SPI master example,then i want to get temperature...
I've not been able to program the nRF51822 using the Blackmagic probe programmer because the nRF51822QFAAH1 seems to use a previously unseen device code of 0x008F
Could...
Hi guys!
Got a problem with re-initialising my SAADC to read my current battery voltage. I'm using SDK11 and don't want to migrate to v12, so I wanted to do a workaround...
Hi,
Im using SDK11 and id like to use serial DFU, when i try to run pc-nrfutil I get a message "Serial transport is currently not supported".
Id like to write own update...
Hi,
I just upgraded to the new SDK (12.1) from SDK 11... and I'm completely lost about the new secure DFU... Previously I correctly implemented a buttonless DFU in my application...
Hi,
I make some tests on power consumption of nRF52 with evaluation board and I remark some peak on the current. it's appeared that this peak is generate by DEC4 output ...
Hi, if i pair my nrf51-dk with my iPhone works, than I pres discontent (bluetooth settings),
now,
if I try whit another iPhone this doesn't work...
If I reset the board...