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 rely on twi_hw_master (from sdk 7.1.0) to communicate with a sensor. It works without any issues without the SoftDevice. With the SoftDevice enabled, using TWI causes...
Would you recommend purchasing Red Dear Lab Development Board? Or should I get an EVKIT from Nordic Semiconductors?
Nordic Semiconductor eval kits are expensive and shipping...
I want to have it wireless capabilities into the cable, the receiver and transmitter antenna ports with shielded wire connected directly, so there will be a wireless signal...
hi, guys.
I'm prepareing the Korea certification, KC, with nRF51822 BLE system.
I'm progressing to get KC by certification agency.
Today, They will have RF signal test...
I was comparing the binaries for the S120 and S110 stacks and see the MBR is different.
I was under the impression that the MBR never changes and was thus expecting it...
Hi Nordic
We want to test radio parameter through IQxel . Now,we need a application software to control nrf51822(TX,TX,outpower,channal and so on ) . Can you recommend...
I'm using the example code for simple device/host Gazell in SDK 7.1.0 as my starting point for my application.
My program runs for a second or two, then ends up in the...
Hi
I am new to programing low energy devices. I got a Blend Micro from RedBearLabs. I am using the
nRF Master Control on android to connect to it. I am able to change...
As I create my first 'profile document', it would be nice to read over some examples. My only knowledge of this document comes from nAN-36, section 2.2.2.5 :
A profile...
Hi
in the SDK 7.1 examples, there are examples about how to use the hardware peripherals, and examples on how to use the BTLE stack, but nothing combined.
How do I combine...
Hello, I've started bluetooth development with nRF51 DK since yesterday.
My devlopment platform is KEIL-MDK(v5)
Yesterday, I just tested my board, download the blink...
I have an nrf51 dev board which i can currently connect to an android phone and read data from. I would like this board to be able to scan for other BLE devices and send data...
While attempting to understand why my S120 v 1.0.1 application aborted in:
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, assertion_handler);
producing:
ASSERT...
In regard to the following functions
uint32_t sd_nvic_critical_region_enter ( uint8_t * p_is_nested_critical_region )
uint32_t sd_nvic_critical_region_exit ( uint8_t...
Hello, from looking at the GCC linker files I take it that S120 softdevice doesn't support using the full 32KB RAM of the new nrf51422-xxac devices. Is this something that...