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...
hi we have designed a board with nrf52840 with nrf21540.and we have designed it to communicate it with spi .Is the spi example for nrf21540 is available in sdk . if not where...
Env:
gcc version 10.3.1 20210824 (release) (GNU Arm Embedded Toolchain 10.3-2021.10)
std=c++11
nRF Connect SDK v2.0.0
Including nrf_socket.h from nrfxlib/nrf_modem...
Hi,
I am using BL653dvk, which has nRF52833 as soc. I am working on DFU-OTA example by following this link.
https://devzone.nordicsemi.com/f/nordic-q-a/83402/ncs1-8-0...
I tried to build hci_spi example application for nrf5340...
identifier "__device_dts_ord___BUS_ORD" is undefined
identifier "__device_dts_ord___P_irq_gpios_IDX_0_PH_ORD...
While migrating my project to use the new pinctrl mechanism in I ran into an issue where the I2C communication on some busses was not working. Further investigation revealed...
Nordic Connect SDK 2.0.0 moved to the use pin control interface, also for I2C.
When I tried to port some of my application I noticed a possible regression.
As a basis...
According the BLE specification, the software and firmware revision strings are mandatory. I would like to set put information about the softdevice version in the firmware...
I'm trying to make a one-shot mqtt function. The process is below
- connect - publish - disconnect
Then I coded like below. I show only the core code.
Do I have to...
Hi,
I want to get a sample that supports both BLE OTA and NUS functions, so I find the following two samples as reference and merge them together.
...\zephyr\samples\subsys...
Nordic BLE Mesh transmission is transmitted through the Publish address bound to the model in the Instance, so that subscribers can receive packets.
As shown in the figure...
Project: Variation of Nordic ble_peripheral project
SDK: 15.1, Softdevice : 132 rev 6.1
How do you change the BLE packet length? I have a project where I defined a characteristic...
I am using the example zephyr basic button which gives output when the button is pressed.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/basic...
Hi,
I have installed the nRF Connect SDK v2.0.0 with Visual Studio and can now successfully, build, flash and run the nrf9160 at_client sample application. But when I try...
we currently have a product which use nrf52832 as processor using SD132 for BLE capability with DFU capability
we want to build a sister product with nrf552810 with no SD...
HI,
We are looking to multiplex a few I/O on the NRF52840 to save pin count on a header. If D+ or D- get driven when VBUS is unpowered, will that damage the NRF52840? Or...