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,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
Hello,
lte_ble_gateway by way of mqtt-bridge-mosquitto is getting data to aws iot. aws_iot on its own is working great with nRF9160DK. Checking to see if maybe there's already...
Hello, Our users talk to the mesh through a custom Android app built in Flutter, currently it just connects to it via the NUS advertised name. I want it so that a password...
Hello,
I am using the Adafruit Feather nRF52 Bluefruit LE featuring Nordic's nRF52832 for a new project where I need to minimize power consumption as much as possible in...
I try to run Azure_IOT_Hub without HUB. I have set in prj.conf and prj_qemu_86.conf:
CONFIG_AZURE_IOT_HUB_DEVICE_ID= "mydeviceID"
CONFIG_AZURE_IOT_HUB_HOSTNAME="mydeviceIOTHub...
Hello,
NCS1.9.1,nRF5340DK,Windows10 X64,VSCode,
why frequent problems of "west flash --recover",
some time run cmd " west flash --recover",it will be ok,
and some...
Hi,
I'm trying to wrap my head around doing some basic GPIO reading, writing etc. and hopefully some interrupts. Apologies if these are basic questions - I've only really...
Hello dear People,
I would be very happy if anyone has an idea how to solve this.
The Problem is the following: I am using nordics lte link controller to connect to nb...
Hi,
1.) I am programming a custom board based on NRF52833 using NRF52833-DK using SWIO/SWCLK interfaces using Segger Embedded Studio with NCS v1.6.1. I am trying to print...
1. Your documents mention only SPI3 and SPI4 are available in non- secure mode.. which means spi-0,1,2 should not be available in non-secure mode.. But if i use nrfx drivers...
Hello.
It is under development using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
I'm currently considering Flash Data Storage (FDS).
As settings, "FDS_VIRTUAL_PAGES...
Hello.
Target nRF52832( nrf52dk_nrf52832)
SDK NCS v1.9.1
Build : SES for win 10 (5.68)
1. Support BT5.3
My project used nRF5_SDK_17.1.0_ddde560. Recently I found...
I am using a custom board design with a Nordic nRF52832 and have implemented the Nordic time sync algorithm outlined here ( https://github.com/nordic-auko/nRF5-ble-timesync...
Hi everyone,
I'm currently using nRF52832 with nRF5DK_V17.1.0 file.
I understand that this question has been risen up quite a lot however, I still do not understand why...
Hello Nordic team,
I am testing a timer using code snippet which Nordic team recommended as a reference. My code is something like this:
uint64_t start, stop;...