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...
On a nRF5340 DK the sample ncs/zephyr/samples/subsys/usb/cdc_acm runs fine. However, if I add "CONFIG_NO_OPTIMIZATIONS=y" to prj.conf I get faults (see below). Any ideas why...
Hi,
I am preparing Windows desktop application which will use nrfutil for DFU of the products (containing secure dfu bootloader). I tested nrfutil v6.1.0, v6.0.1 and even...
Hii guys,
I am trying to establish communication between two nrf52 module.
My application is as following
1. I need a central device which can work as master and remains...
Hello, I am stuck initalising both TWIM and UARTE. I am focusing on the TWI Scanner example but using TWIM instead of TWI. No matter what I do I cannot get past the initalisation...
Hi,
How can I increase TX Power in nRF Connect SDK ?
I have already followed the hci_pwr_ctrl example, but I got the error "Read Tx power err: -5 reason 0x00" in get_tx_power...
We use nrf connect sdk under linux.
I need to control tx power to be able to adjust working range.
I take example from zephyr/samples/bluetooth/hci_pwr_ctrl
Add segger_rtt...
Hello,
I recently cloned NCS v1.5.0-rc1 using west init -m https://github.com/nrfconnect/sdk-nrf.git followed by git checkout v1.5.0-rc1 and then west update in the nrf...
Hello,
I'm a beginner and I'm a bit lost. It's rather complex to understand everything there is to know. So I ask a lot of questions, sorry.
I was advised to use the lib...
Hello,
We are not finding RFX2401C on the market for sale and we are looking for a PA for the NRF24L01+.
We found the alternative RFX2411, is it safe to assume we can...
Dear community
I'm developing BLE secure firmware on an event-driven proprietary RTOS.
According to the documentation of nrf_ble_lesc_request_handler() , it is required...
Is the BLE connectivity offered by the nRF52840 (upon which the Arduino Nano 33 BLE is based, I think) DIRECTIONAL? Should the board be oriented in any particular way to maximize...
I would like to use the Shield Debug (P20) on the nRF52840DK as part of a Device Under Test platform for production devices. I also want to be able to transmit/receive data...
Hi,
I am playing around with the the Bluetooth Mesh SDK (`nrf5_SDK_for_Mesh_v2.1.1_src`), more precisely with the light-switch `proxy server` example. The nRF52 DK's LEDs...
I want to use nRF Sniffer for Bluetooth LE with Raspberry Pi 4, is it possible? Wireshark is used for frame capture.
What I did below ① Write sniffer_nrf52840dongle_nrf52840_7cc811f...