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...
`Hi There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually...
I am just wondering if Nordic is actually working in their R&D lab on the nrf9160 update with an LTE cat 1 SIP. I think the current IoT application development requires higher...
Hi all,
I'm using an nRF52-DK for testing the connections of pressure sensors (BME/BMP280), I tested first with arduino, and then I'm using the same code with Platformio...
Working on 52832, with SoftDevice S132, SDK 17.0.2 Our boards have external 32MHz crystal as the source of HFCLK.
Our application samples the ADC periodically using the...
I am in final stage of pre-production code and would like the associated indicator LED to go to OFF
when the coordinator is lost or powered down. I can detect it joining...
Hello!
I am struggling to configure a quadratic encoder with the nRF52840. As far as I know, the code should be working. However, when the encoder rotating, the terminal...
Hello there!
We are using nRF51822_xxac SoC with nRF5 SDK v12.3.0 and S130 Softdevice. We are kind of obliged to stick with nRF51822 because nRF52840 SoCs were out of stock...
I allowed some Windows10 updates to go through earlier today, and now I can't get my code to build.
I've even gone back to some previous versions that worked yesterday and...
Hi,
NCS for Windows VSCode have update to last,
TERMINAL panel can't copy one line,
and can't clear all.
Suggestions for improvement.
thanks
Best Regards
Toolchain: 1.9.1
modem fw: mfw_1.3.1
PC OS: windows 10
Terminal software: Tera Term
SIM card: AT&T (North America)
in the modem shell example code, in "prj.conf...
There are multiple issues like https://devzone.nordicsemi.com/f/nordic-q-a/81793/jlinkarm-dll-load-failed-on-m1-mac which are basically just « resolved » by saying « these...
Hello,
I'm trying to figure out what I am doing wrong (or what I misunderstood) about the bitrate.
According to my benchmark, it takes 1.42ms to send 128 bytes using ESB...
Hello, I'm using SFH 7072 Heart rate sensor with nRF52832 board , But i'm not getting actually heartrate, i'm getting like a 6-7 digit output , for that which calculation...
It is written in the datasheet that if i try to receive bytes more than the number i put in the maxrx register "incoming bytes will be discarded" does that mean all the bytes...
Hello,
I am working on application using nrf52810 SDK version nRF5_SDK_14.2.0_17b948a
In my application i need to read characteristics value, so after following tutorial...