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...
Would like to get continuous advertising data from a known device ID - without connecting. Would like to do this on a Windows PC. I don't see a way to do this with nRF Connect...
Hello,
We are working with the one potential customer . they are working on battery connected beacon project below are the some queries
customer using nrf51822...
i am compiling an code just to store a data to flash and retrieve it. i wrote the code for that i included fstorage.h,section_vars.h and added fstorage.c. I am not using any...
Hi,
In nRF5 SDK v14, in the file ble_advdata.h, there is a routine to create advertisement data from a ble_advdata_t struct that is passed. This struct allows only 1 manufacturer...
This omission leads to linker errors:
_build/app/nrf_ble_gatts_c.c.o: In function `nrf_ble_gatts_c_on_db_disc_evt':
nRF5_SDK/components/ble/ble_services/experimental_gatts_c...
Hi All,
We are working on nRF52832 custom PCB design. We are having a small concern for shielding. Do we need to provide shielding for nRF52832 based boards for FCC certification...
Hello,
I am trying to understand a bit better BLE throughtput in order to use it for my application, having read this Nordic Blog , this post and ATT_MTU Throughput Example...
Hi!
I have adapted the heart rate example to have just one service and one characteristic. Initializing works fine and I can read the initial value of 0x00 using my cell...
Hi all,
i have a question about the communication client and server.
I'm using for my project a nrf52 and softdevice s132 v2.0.0, reading the datasheet i can understood...
Hello
we have a projekt with periperal "ble-app-blinky" und central "ble_app_blinky_c".
how to do:
when the "peripheral" battery is below 2.3V
then the led 4 on "central...
I'm trying to regularly change some advertising parameters ( ble_gap_adv_params_t.type ). The only way i can see to do so, is by stopping and starting advertising.
However...
I made a pulse oximeter product with nrf51822AC(base on SDK5.2.0 & S110 6.0.0), and implemented SIG GATT-based profile(PLXP+PLXS). Now we want to do BQB RF PHY testing to...
I have an example combining BLE, UART and SPI in which I use RTT to watch the startup process.
The SoC is nRF52 (BLE Nano2); building with armgcc.
This works ok when JLink...
Hi,
I need to send large data(about 200KB) from android phone to my custom board.
Connected like this :
Android Phone ->(BLE) -> nRF51822 ->(UART) -> Custom board...