Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
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,...
Hello dear,
I am installing Embedded Studio on OSX (Catalina), and I following the nRF Connect step... all goes fine, but when I try to use "Open nRF Connect SDK Project...
I'm trying to see debugging info with nrf51 dongle.
As far as I can tell I just need to use:
#define NRF_LOG_MODULE_NAME "APP"
#include "nrf_log.h"
#include "nrf_log_ctrl...
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...