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...
Considering that as soon as the connection is established (GAP Peripheral device receives CONNECT_REQ packet) and advertising is over.
Is it possible once the connection...
Can the smart phones or tablets be configured as a peripheral? If yes, why is this not common? Are there any limitations if a tablet/phone is configured as a peripheral device...
Hi!
I'm developing a project with nrf52832 and I'm getting some problems. The micro is only communicating with an accelerometer (MMA8453) and after some time the communication...
Hello,
I am implementing a custom service with several characteristics, one of which is the current temperature. A second characteristic notifies the user if the temperature...
Hello,
I'd like to upgrade nrf51822 QFAC custom board firmware via DFU and change SoftDevice from s110 to s130. Because of larger (than s110) size of s130 I haven't enough...
Hello,
i am using the Visualgdb with sdk v 13.01. i have Nrf52840
i was trying to read the DeviceID of ADXL345
i am using API from this thread
devzone.nordicsemi...
I have used pstorage before but when I add scheduler to my project I face an error in update function of pstorage that in debug I found error_code : NRF_ERROR_NO_MEM .
any...
In short:
Is it possible to connect a nRF51822 s110 peripheral from a central without the need for sending advertising packets (by peripheral)?
If (hopefully) yes...
Hello,
I am trying to create an application that sends a notification from the nrf52 to a smartphone when a sensor reading exceeds a certain value. Would the immediate...
Hi,
I have designed and made a PCB with the nRF51422 chip on it. I am programming the chip externally using the P20 header pins on the nRF51-DK. I am not sure whether the...
What I have to do if I met this ? I round length to fit (len+4-(len % 4)). Is it right ?
if (!(IS_WORD_SIZED(m_start_packet.sd_image_size) &&
IS_WORD_SIZED(m_start_packet...
Hello,
We have problem BLE connecting to the nRF52832, if we use the method gap_init(), the "better" smartphones can connect(those who support BT 4.2). If we skip the gatt_init...
Hi,
I'm trying to program an external NRF52832 board with the NRF52-DK, per the instructions in this post .
Programming works fine, but the code doesn't execute after...
Hi,
I'm trying to do DFU in my app, I almost complete it, I met a problem that my app flashed back when I sent 04 to the device.According to the DFU doc,after uploading firmware...