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 am having trouble using GPIO P0_9 and P0_10 as GPIO pins. These are the pins designated as NFC1 and NFC2.
I am using the following sample code:
#include <stdbool.h...
Can a peripheral device know when the client made a scan response request? I want to use scan response as a form of acknowledgment so the peripheral device knows that the...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
It looks like there is a new version of nRF Sniffer for the nRF52, but it doesn't seem to be formally released, although it seems to be 6 months old. Is it expected to be...
Hi,
i was just wondering as we dont need the high clock rate whether its possible to run the nrf52832 with less than 64 Mhz by replacing the 32 mhz crystal with a different...
A brief description of my system:
I have a HUB gathering data from the nrf52832 through SPI. The hub is the master and the nrf52832 is the slave.
According to the nrf52...
Hi,
I have an application running on a nRF52832, roughly based on the OpenMesh ( github.com/.../nRF51-ble-bcast-mesh) code with respect to the timeslot API usage. In one...
I am trying to use flash on UBlox NINA B112 which has nrf52832 chip. I have tried to use all the three modules : Simple flashwrite, FStorage and FDS. I am able to read the...
We are working with SDK 12.1 and are noticing the max value we can output using the PWM driver is about 5.3Mhz (top value to 3 and 16Mhz for the clock) this isn't a 50% duty...
I am using nrf51 running as a peripheral and an iphone app as central. It works OK when I first use the iphone app to connect to nrf51. Then I quit the iphone app and let...
Simple question:
I successfully use ble_advertising_init () with adv_data, scan_data and adv_opts.
I include manufacturer data via scan_data.p_manuf_specific_data...
Before I try something which is technically impossible....
Does anyone know if the USB functions on the nRF52840 would work in the bootloader, or only in the application...
I've recently tried add App Data (pstorage) to my Application. Thus I want to preserve this data over DFU Updates. To do this I updated my Bootloader to reserve App Data during...