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...
I have an issue when registering the SIM card on nRF cloud. The save button on the form shown below won't active and can't be clicked. I have tried to fill just the asterisked...
Can anyone comment on, or point me to specific documentation, regarding creating custom control points under nRF51? I'm using both nRF51822 and nRF51922 parts. I have read...
I have a semi-working app which executes Zigbee commands that it receives from other nodes, but the latency is sometimes unacceptably high. I would like to check some of the...
Hello All,
I want to use the io function of freertos, but there is no routine for nrf52833 to use this function in the community and Google, so I want to ask whether the...
I used mergehex.exe to generate a merge.hex with firmware appcore.hex and firmware netcore.hex.
and use nrfjprog.exe flash merge.hex to nrf5340.
Prompt error:
How...
Hi,
I want to simply get RSSI at each scan in the connection less example (direction_finding_connectionless_rx). I have running two nRF52833-DK. One is flashed with RX and...
Hi,
I would like to know if there are sample programs for getting GPS sentences through UART using Zephyr. I am using Fanstel (BT840X) board. I would also like to know the...
Hello All,
I have been in the process of developing a product based on the nrf52810 microcontroller. So far I have created a custom board and BLE operational and advertising...
Hello everyone, Right now I am working on a demo showing some functionalities of 2 smartwatches: Colmi P8B and PineTime. I am using nRF52840 for that purpose. I had the idea...
Hi,
I'm using a nrf52832 and NCS 1.9.0 and I would like to be able to use SMP to make firmware updates using BLE. I'm was able to perform FOTA, but the flash is divided...
Hello,
In one of our application we are using the nRF52832. It communicates through I2C with three components:
- MAX32664
- MAX17201
- MCP4018T
We often receive...
I've created a new sandbox project for a nRF9160DK that requires a SPI Master for testing a Flash part. Since I already have "working" SPIM code in a different Segger project...
I am using the beacon mod example with my nRF52-DK to calc battery life. All measurements are taken with PPK2 (a great tool by the way), but in the PC application my timestamp...
Is there a process in place for updating a controller only build via the HCI? My current set up is a 9160 as the BLE Host, a 52820 as the BLE controller, MCUs are connected...
Hello, Im a little confused about the nRF Connect SDK ecosystem.
Currently Im using SES with cloned nRF SDK 15.0.3 for nrf52811, however I would like to start using https...