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 want use the NRF52832's NFC Tag in a bracelet. I need to know when the battery of the bracelect
is out, can the NRF52832's NFC Tag still be readable? Like the UID of the...
Hi
I add code in nrf5_SDK_for_Mesh_v0.10.0-Alpha_src, and when it run the follow code
and the ret_code is 4, I get information from the follow code
it is NRF_ERROR_NO_MEM...
Hi everyone !
I'm working with nRF 52840. I've downloaded softDevice s140 using Keil. Afterwards, I selected the target to nRF52840_xxaa and then build the project of Heart...
Not sure I understand the sentence. Do you guys mean "enabled"?
PSEL.SCK, PSEL.MOSI and PSEL.MISO must
only be configured when the SPI master
is disabled.
infocenter...
Lately I've been getting randomly occuring hardfault in my code during heavy BLE traffic and Sensor data collection times. From the hardfault_implementation.c loop I see the...
Hi,
Is there a size limit for the vendor specific service UUID? It looks like it should be 16 bits but I can't set more than 4 bits in my code.
I am using the uart central...
Hi everyone,
I wanted to know if it's possible to change the length of a characteristic's value after it has been put in the attribute table. Reading some other answers...
I found two bugs in the SPI master driver and I'm posting the solution here to benefit anyone else that may run into these bugs. I apologize if these bugs are old news. I...
I'm working on porting our connectivity application from SDK11/SD132v2.0.0 to SDK14/SD132v5.0.0.
Currently, though most Android phones I've tried can connect, the Moto...
Hi, I am working with the Mesh SDK 0.10.1. Everything compiles and runs fine. However I wasn't getting any RTT logs. I found that if I put a while loop before the first call...
Hi,
I would like to integrate BLE serialization with a nrf52832 and S132 soft device in a STM32 project.
I tried to identify which parts of the heart rate sensor example...
Hello,
I'm trying to flash my nrf52 DK but it's not detected by nrfgo studio.
here are the version of the softwares i'm using :
SDK : 14
JLink : 6.20g
Command...
Hello NorDev. community,
I have two sensors operating on nrf51822. I control them manually by mechanical switches at the moment.
I would like to change this sensor control...
hello everone
1、I tried the thingy52 sound demo ,but quality of the sound is bad, It is because the limit of the transfer speed?
2、I want transfer the sound by ble,how...