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...
I want to implement lwm2m, and I use nRF Connect SDK v1.4.99-dev to compile the thread firmware.
I am using 52840DK, here is a screenshot of my project creation
No code...
Hello,
I had encountered framing errors when running automated tests that utilize UART CLI in my main code base. Currently what the test does is it sends a CLI command...
Hello,
I am using a nrf5340pdk board and I want to connect a sensor using I2C.
Which pin numbers of the board can be used for the SDA and SCL connection?
Do I need to...
I'm transitioning from nRF5 SDK to NCS and using Segger Embedded Studio (SES).
When using nRF5, SES gives options for the Compiler, including saving the Preprocessor output...
Hi,
I'm getting an error while trying to update the modem firmware (mfwnrf9160121.zip) on my thingy91.
I'm using nrfConnect Desktop on Windows 10, I activate DFU mode...
Hi. I am currently using the nRF52840 DK board and using the SDK 17.02.
There is our software engineers who are working on the heart rate service app to modify to suit our...
Hi,
I just got Thingy:91, and I was trying to see the response for a simple hello_world (found in zephyr\samples) application from Thingy:91.
Thingy:91 got programmed...
Hi,
Are LTE-M efficiency/TRP/TIS results of the nRF9160 DK on-board antenna available? In case there are several DK revisions available, does the version affect antenna...
Hi,
I am trying to understand how to enable SPI in blinky application provided by Nordic. My intention is to transfer data between the two Nordic development kit running...
I have advertising in s130 set to BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED. The idea is to advertise until a connection event is received. In reality the user will pull the finger...
Hi ,
1. I learned from Nordic FAE that on the nrf9160 module, 10 minutes after the edrx mode, the nrf9160 module automatically powers off the sim card to save power,
2...
Hello Team,
I want to use scheduler to schedule two tasks i.e task_1 and task_2. The task_1 and task_2 are as follow:
void task_1() { printf("Task 1 ran"); }
void task_2...
Sorry this might be a stupid question.
We are evaluating some modem to develop a IoT device, NRF9160 comes up to our list as its tiny size.
In the design of IoT device...
I wants to use break point in project but when i set break point then 4 or 5 times working after that goes to NRF_BREAKPOINT_COND, I am using nRF52832. so guide me where is...