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 running an nrf52 (board PTR5628, no external 32kHz crystal), having some leds blinking at startup just prior to start advertising. 75% of the time when I power it...
Hello all,
I have created a BLE application on nRF52 PCA10040 devboard with S132 SD, in which I would like to use a PWM with the PWM_Driver .
My pwm source code as below...
Hello,
I am new to nordic nrf51822 and want to program nrf51822- www.raytac.com/.../MDBT40 spec-Version A5.pdf using jlink ( world.taobao.com/.../537881589911.htm .
I...
Dear friends,
As it said in title,when using 52832,s132 softdevice,what is the max number of packets that can be sent in one connect interval ? In which document i can get...
I have run into a challenge with the app_twi API, and I'd like to run it by you for your advice. To be clear, I am not blocked. But I am not pleased with the source code maintainability...
Hello,
I'm trying to implement DFU support to our application on nRF52832. I got it working fine with SDK11 SD2.0, but now SDK12.2 SD3.0 is causing "gray hairs". I used...
i have a nrf51822 mcu device, when it ok, i use Ultrasonic bonding technology to Assembled box,and today,many device crashed,is it related to ultrasonic?
Hi,
this is for anyone having problem with the eddystone EID after reboot. There seems to be a problem that the EID slot will write the encrypted IK to flash instead of the...
I'm having issues with my application implementing DFU. I added the DFU service in my application and can get into the bootloader. I have added my own key to the bootloader...
I'm migrating form S332 0.9.1alpha (aligned to S132 2.0.0) to the newer S332 2.0.1 (aligned to S132 3.0.0) on a nRF52 board, and I'm seeing a new characteristic under Generic...
Hello,
I am trying to configure gpiote to give an interrupt for wake on motion functionality in MPU9250
I am configuring the MPU for that by calling separate wake_on_motion...
I tried to run some examples from pc_ble_driver_py but i always end up with the following exception.
(using python 2.7.9)
Traceback (most recent call last):
File ...
I have an application developed using S110 v7.3.
I want to upgrade to v8.0 to get additional features (over air update, DC/DC converter etc.), but notice S110 is not supported...
I have bootloader that supports Serial(HCI) DFU on the nrf52832 device which I have to update to Bootloader that supports OTA DFU and also a new application firmware. I tried...