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,
I was wondering what is the best example to take as reference in case I want to pair two BLE devices automatically, I mean, I would like to make my devices to start...
i use RTC wakeup the sleep mode,project used the uart etc.
uart baudrate set to >=115200 sleep mode normally.but is baudrate set to <115200 sleep mode at 50ms+- periodic...
I am trying to use nRF connect's advertiser feature to simulate some sensor output for my testing. The sensors use BLE advertisements with scan response to send out data....
Hello community,
I am working in a central device with SDK 13 v. 4, PCA10400 (NRF52832) and SD 132 and one task is to receive 30 bytes from a sensors as a notifcation,...
Hi,
we are using are more or less unmodified version of the Secure DFU bootloader example. Especially all BLE/Softdevice configuration in "libraries/bootloader/ble_dfu...
As mentioned here , my poor little Thingy:52 doesn't work after upgrading to version 1.1.0 through the iOS app.
After getting my Thingy:52 i played arround with it for...
I try to add function for the peer manager initialization and set the security parameters. I did not understand keypress and lesc parameters exactly. Documentation says for...
HI,
I am using nRF51822 by Keil compiler. I found if it was programmed with boot loader
nrf51422_xxac_s130.hex
by nRFGo Studio.
Then if download user code by Keil...
Hello!
I fill in a dis struct with the fields manufact_name_str, fw_rev_str and sw_rev_str. Everything is dandy and works perfect.
Then I also fill in the field serial_num_str...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...
Hello,
We've stumbled upon a weird behavior on iOS making the smartphone unable to reconnect to our wireless device after a DFU from SDK11 to SDK13 (nRF52832): the notification...
Hi!
I am getting a HardFault when I try to read a GATTs value inside a GPIOTE ISR handler.
I already tried setting the ISR priority to low as suggested in various posts...