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...
Hello everyone,
I'm trying to implement the bootloader from SDK v14.2 on the nRF52840, SD v5.0.0 s132 (using our board and app).
For my testing, I erase the whole flash...
Hi Forum,
i've started the development of an custom service on a nrf51822 with s110.
The Service contains 4 Characteristics where notifications are enabled.
At the...
I have a custom dongle that connects to the PC through a USB-UART chip. It is based on the nRF51822. I have another board based on the nRF52832. This board needs to be able...
Hi,
I am building a device to act as an iBeacon, with other services layered on top. This is based on a Raspberry Pi with a Class 1 USB Bluetooth dongle.
I need to be...
Hi everyone, I'm working on the nrf51822 QFAAH I tried to flash the ble_app_uart example and it didn't work. So I debug it and it stops here
As you can see in the picture...
I am working on app_uart and buttonless_dfu. Although i am getting certain errors which i am unable to counter.
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol...
I have 32x64 RGB LED Matrix, and I want to use nrf52 to control it. I got the driver working and I can display everything. It is a time interrupt driven driver, just redraws...
So I just got my nRF52_DK, got everything installed and compiled an uploaded the blinky example. Fine. I had my custom PCB ready, and got the 52832 soldered in straight away...
Hi, I am a newbie to embedded development. I am well versed with java script. I am under the impression nordic allows you to communicate with java script to the development...
Hi, we're using \nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_hids_keyboard to test Pairing/Bonding/whitelist.
After connection, when the central try to read...
Hello,
We have constructed a custom board of nRF52832 via I2C communication with sensor and INT based wake up. Following configuration enable
DCDC Power Enable
Disconnected...
When I was using a master slave integrated host, when I quickly disconnected the connection and then set up the connection immediately, it was found that the original disconnected...
Hello,
is there a simple example for reading out a value? The nRF5 is in this case a BLE peripheral server. The central device should only read one value at a certain time...
Hi:
I output a PWM channel in 16kHZ,i found that when i set the duty cycles 50%,my tft screen(i2c) display at a very slow speed,and it will be OK when i set duty cycles...
Hi,
I am trying to add a notification charactersitics on client, I am able to add one of them, but when i try to add another one sd_ble_gattc_write(), result is always NRF_ERROR_BUSY...