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 new to Gazell, so please excuse the simplicity of my question, but I just seem to be missing something.
I have an application where I will be using one host with two...
Hi
We are about to submit our system for BLE testing. We have been asked for RF-PHY:P9:1 RF-PHY:P9:2 RF-PHY:P10:1 values
RF-PHY:P9:1 Maximum TX packet length (MAX_TX_LENGTH...
Hello Nordic Team,
After setting connection parameters in accordance with Apple BLE design guidelines the BLE throughput has been significantly decreased.
My parameters...
Hello,
If I use the nRF51822 with 128KB ROM and I connect to a external flash via SPI.
The SoftDevice and bootloader are stored in the internal 128K ROM.
Is it possible...
Using GATT characteristic writes to transfer data is slow.Is there a cleaner and/or faster way to do faster OTA upgrade?
Also I wanted to upgrade firmware without affecting...
I have set up a 6lowpan test environment and could control the led3 and led4. could u please provide me with a code to read value at p0.01. i want to connect a temperature...
I directly connect GPIO pin with 24ohm resistor as follows.
And I set GPIO pin as high drive,
NRF_GPIO->PIN_CNF[MY_PIN_NO] |=
(GPIO_PIN_CNF_DRIVE_H0H1 << GPIO_PIN_CNF_DRIVE_Pos...
hello ,i use SDK9.0 ANCS project.when I paired it ,it can work normal. it can recive QQ,wechat,message and so on. but when I paired many times, it will be SystemReset.
...
Hi
I am trying to make an activity tracker with very low power conumption with the nrf52. The Idea is to count interrupts from an accelerometer thtat are generated if the...
Hi
I'm testing Buttonless DFU.
I use SDK 12.2.0 , NRF52 and S132.
I succeeded in entering DFU in Master Control Panel (PC application).
I want to do it even on iOS....
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I posted my board before and have fixed the problems another user specified.
I used...
Hello,
is it enough to call NVIC_SystemReset() after I flashed a board so that it returns to lower power consumption? Or do I have to pull out the battery?
Marius
I hope to trigger notification from Bluetooth module into Master Control Panel. I had enabled notification/indication = true. However, when I pressed the button on my module...
Hai
i am able to store one array in flash memmory of nrf51822. but i need to save more than one set of data into flash and retrieve it separately.
how can i save more...