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...
Hi,
i am creating a new project iar workbench 7.8 with SDK V8.1.0 and softdevice V8.0.0 using custom board nrf51822 ic revision 3 (QFAAH00),clock source as "NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION...
Hello Sir,
I am designing PCB using nRF52832 SoC it is very small and operated on AA battery source.
So please recommend me for reverse battery voltage protection diode...
Hi Guys,
Me again. I was thinking someone could provide some suggestions on my understanding of the BLE connection ( porfile, GATT, characteristic,value, etc...)
I finished...
I had successfully write a structure data to fds. After which, I would like to update the same file and record key with new values of a structure. After updating, I will read...
Imagine I have developed a MESH made up of 50 Relay Nodes and I say only Relay Nodes because any of them must be able to relay and also able to initiate a message. In my application...
Hi,
I am making a GPS tracking system using NRF51822-QFAC. I am using 2 UARTs, one of the (external) GPRS IC and one for (external) RS485 communication.
The UART peripheral...
HI,
I tried to compile Thingy v2.1.0 with keil. And sereval file are missing.
Actually i work with your SDK 14.0.0, i find so many missing file, but not all.
Can...
Hi,
I am currently testing with a USB MSC example .
FATFS_QSPI is disabled because the file system is not used,
Subclass has also been modified to 0x06 -> 0xFF.
...
Hi,
I am implementing experimental_bootloader_secure_usb code example on PDK PCA10056 V0.9.2 using Sdk v14.0 and also tested with Sdk v14.2 but in both cases Windows 10...
With SD140 v6.0.0.6 having been released, will an accompanying example project that demonstrates simultaneous use of BLE and USB be released? Will this be included in the...
Dear devzone,
I am currently merging the Mesh SDK into the normal SDK to run BLE & BL mesh concurrently.
Followed multiple guides to get it working, at this moment I am...
I use nrf52832 development kit,nRF5 SDK for homekit.
Now I have read and write to UUID, want to realize how to handle the notification operation, and call what API?What are...
I enter to bootloader via my app by UART command:
err_code = sd_power_gpregret_clr(0, 0xffffffff);
APP_ERROR_CHECK(err_code);
err_code = sd_power_gpregret_set(0, 0xB1...
I know nothing about bluetooth
like ble_app_uart , uart to where?how to use this uart?
like ble_app_alert_notification, alert? beep? vibrator?
any tutorial of develop...
Hi. I am connecting to and establishing a bond between my Android phone and the nRF52832 board using the s132 SoftDevice. I'm in a situation where the Android phone has a...